{AKS} Fix test case test_aks_create_and_update_outbound_ips#9074
{AKS} Fix test case test_aks_create_and_update_outbound_ips#9074yanzhudd merged 1 commit intoAzure:mainfrom
test_aks_create_and_update_outbound_ips#9074Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @FumingZhang, |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the test case test_aks_create_and_update_outbound_ips by updating the API version from 2022-11-01 to 2024-07-01 to resolve test failures caused by a dependency API version bump. The fix ensures the test recordings align with the current Azure Network provider API version.
- Updates API version in Azure Network resource calls from outdated
2022-11-01to current2024-07-01
|
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>
|
|
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
{AKS} Fix test case
test_aks_create_and_update_outbound_ips, issue caused by dependency API version bump.General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)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.