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 #1298

Merged
merged 2 commits into from
May 29, 2019

Conversation

dazzag24
Copy link
Contributor

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
Fix azure cli VMSSPreview feature register command
@consideRatio
Copy link
Member

Wieeee! Thank you for correcting this @dazzag24! ❤️ 🎉! Congratulations on your first merged PR to this repo =)

@consideRatio consideRatio merged commit 17d1d59 into jupyterhub:master May 29, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants