-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[AKS PREVIEW]aks create: Change the default value of --enable-msi-auth-for-monitoring to true and add check for airgap clouds #6311
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
Conversation
|
Hi @wanlonghenry, |
|
Hi @wanlonghenry, |
|
AKS PREVIEW |
|
cli change: Azure/azure-cli#26356 |
|
Do you want to release a new extension for this PR change? If so, please upgrade the version defined in the |
FumingZhang
left a comment
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
|
The corresponding change in azure-cli broke some test cases.
Queued live test pipeline to verify the change. |
|
thank you @FumingZhang for this finding! The the test_aks_update_to_msi_cluster_with_addons, test_aks_create_default_service_with_monitoring_addon are related to a corner case where user is using service principle, will address that. Question to the live test,
|
|
the above issue fixed in: Azure/azure-cli#26528 |
|
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=58433&view=results |






This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?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.jsonautomatically.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.