{AKS} Bump aks-preview to 20.0.0b5 for --control-plane-scaling-size release#9833
{AKS} Bump aks-preview to 20.0.0b5 for --control-plane-scaling-size release#9833nethbtju wants to merge 1 commit intoAzure:mainfrom
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
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>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
There was a problem hiding this comment.
Pull request overview
Bumps the aks-preview Azure CLI extension version to ship the --control-plane-scaling-size parameter described in the release notes.
Changes:
- Update
aks-previewextension version from20.0.0b4to20.0.0b5. - Promote the pending changelog entry into a new
20.0.0b5section inHISTORY.rst.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/aks-preview/setup.py | Updates the extension package version to 20.0.0b5. |
| src/aks-preview/HISTORY.rst | Adds a 20.0.0b5 release section and moves the changelog entry under it. |
| +++++++ | ||
|
|
||
| 20.0.0b5 | ||
| +++++++ |
There was a problem hiding this comment.
The section underline for the 20.0.0b5 header is shorter than the header text (7 + chars vs 8). In reStructuredText, the underline should be at least as long as the title, otherwise the heading may not render correctly in release notes tooling. Please extend the underline to match the header length.
| +++++++ | |
| ++++++++ |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 9833 in repo Azure/azure-cli-extensions |
|
|
Latest version includes control plane scaling changes bumped. This PR is now redundant. |
Summary
Bump
aks-previewextension version from20.0.0b4to20.0.0b5to release the--control-plane-scaling-sizeparameter.Changes
VERSIONfrom20.0.0b4to20.0.0b520.0.0b5sectionNew feature in this release
az aks create: Add--control-plane-scaling-sizeparameter to configure control plane scaling profile with available sizes 'H2', 'H4', and 'H8'.