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

Fix azure cli VMSSPreview feature register command #1

Merged
merged 1 commit into from
May 29, 2019

Conversation

dazzag24
Copy link
Owner

The command was incorrect and produced an error:
az feature --name VMSSPreview --namespace Microsoft.ContainerService az feature: 'VMSSPreview' is not in the 'az feature' command group. See 'az feature --help'.
The correct command should be

az feature register --name VMSSPreview --namespace Microsoft.ContainerService
see MS docs: https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler

The command was incorrect and produced an error:
`
az feature --name VMSSPreview --namespace Microsoft.ContainerService
az feature: 'VMSSPreview' is not in the 'az feature' command group. See 'az feature --help'.
`
The correct command should be 

`
az feature register --name VMSSPreview --namespace Microsoft.ContainerService
`
see MS docs: https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler
@dazzag24 dazzag24 merged commit e44a429 into master May 29, 2019
@dazzag24 dazzag24 deleted the dazzag24-patch-1 branch May 29, 2019 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant