-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
{AKS} Vendor new SDK and bump API version to 2023-07-02-preview #6678
{AKS} Vendor new SDK and bump API version to 2023-07-02-preview #6678
Conversation
❌Azure CLI Extensions Breaking Change Test
|
Hi @FumingZhang, |
AKS |
bca2cf0
to
eeeaae7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
2f27469
to
3bc66e6
Compare
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=86878&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
--upgrade-settings
fromaz aks update
command, use option--enable-force-upgrade
and--disable-force-upgrade
instead, by commit #7026b32controlPlaneOverrides
in the rest API spec related to option--upgrade-settings
is removed in API version 2023-07-02-preview, see #25099, #25254.--dns-zone-resource-id
fromaz aks create
,az aks addon enable
,az aks addon update
andaz aks enable-addons
commands, use option--dns-zone-resource-ids
instead, by commit #6142a97--dns-zone-resource-id
is still available but hidden in help message.Related command
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.