Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzSK 4.14 Install-AzSKContinuousAssuranceForCluster: Any way to run in a non-interactive mode #1361

Open
tommychoy opened this issue Oct 30, 2020 · 0 comments

Comments

@tommychoy
Copy link

Title

AzSK 4.14 Install-AzSKContinuousAssuranceForCluster: Any way to run in a non-interactive mode

Description

When running the below Install-AzSKContinuousAssuranceForCluster with all the required parameters input, it will always ask for accepting EULA and selecting the context.

Steps to reproduce

Run below Install-AzSKContinuousAssuranceForCluster with all the required parameters input.

Install-AzSKContinuousAssuranceForCluster -SubscriptionId <SubscriptionId> -ResourceGroupName <ResourceGroupName> -ResourceName <ResourceName> -ResourceType Kubernetes [ -LAWorkspaceId <ID of Log Analytics workspace> -LASharedSecret <Shared key of Log Analytics workspace> ]

Expected behavior

-Force or -Confirm or -AcceptEULA parameter shall be available to allow the command to be run in a non-interactive mode

Actual behavior

It will always ask for accepting EULA and selecting the context. No way to by-pass it in an non-interactive mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant