{AKS} az aks create: Add upcoming breaking change announcement#31056
{AKS} az aks create: Add upcoming breaking change announcement#31056
az aks create: Add upcoming breaking change announcement#31056Conversation
️✔️AzureCLI-FullTest
|
|
Hi @mbifeld, |
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
FumingZhang
left a comment
There was a problem hiding this comment.
src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py:8:0: C0301: Line too long (157/120) (line-too-long)
src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py:9:0: C0301: Line too long (189/120) (line-too-long)
CLI Style failed with above error, please fix it
src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
az aks create: Add upcoming breaking change announcement
Related command
az aks create
Description
This PR introduces an announcement for breaking changes in az aks create. The default value of --node-vm-size will be changing from 'Standard_DS2_V2 (Linux), Standard_DS2_V3 (Windows)' to being dynamically selected by the AKS resource provider based on quota and capacity.
Testing Guide
Behavior is not changed
This checklist is used to make sure that common guidelines for a pull request are followed.
[ x] The PR title and description has followed the guideline in Submitting Pull Requests.
[x ] I adhere to the Command Guidelines.
[ x] I adhere to the Error Handling Guidelines.