-
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
[ImageCopy] Fixing accessSAS according to latest azure-cli with fallback #8437
base: main
Are you sure you want to change the base?
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
Hi @ajgupta42, |
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>
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
0695d30
to
80eb2b4
Compare
@microsoft-github-policy-service agree |
Patch for:
|
|
Tested it locally
|
/azp run |
Commenter does not have sufficient privileges for PR 8437 in repo Azure/azure-cli-extensions |
@zhoxing-ms @yanzhudd @yonzhan Please review(in case it was missed) |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Thanks @yonzhan for running the az pipelines |
@zhoxing-ms @yanzhudd @yonzhan Please approve |
Bump for approval, in case it is missed. |
Changes related to breaking changes in azure-cli v2.68.0
Azure/azure-cli#30430
Changes for API 2024-12-01-preview
apiVersion has been changed in azCli, keeping it working for older versions of azure-cli too as fallback
Related command
az image copy --source-resource-group production --target-location eastus2 --source-type image --source-object-name ubuntu-2004-20250124 --target-resource-group production --target-name test-image-eus2 --tags current=true
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)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
.