Conversation
❌Azure CLI Extensions Breaking Change Test
|
|
Hi @blackchoey, |
|
Hi @blackchoey, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
* fix: import error when run CLI command * fix: no workspace name error when run import specification command
* feat: mark --assignments parameter required for metadata commands * doc: update sample commands * feat: mark --source-resource-ids parameter as required for import-from-apim command * doc: update description for import-from-apim command
* style: fix style warnings * test:fix test cases
src/apic-extension/azext_apic_extension/tests/latest/recordings/test_create_service.yaml
Show resolved
Hide resolved
|
could you please provide the link of pr in aaz repo? |
Thank you, here it is: Azure/aaz#472 |
arpishahmsft
left a comment
There was a problem hiding this comment.
Changing to comment
arpishahmsft
left a comment
There was a problem hiding this comment.
Approving but please work with Julia on comments
|
Finished executing the test plan. No blocking issue found. |
|
[Release] Update index.json for extension [ apic-extension ] : https://dev.azure.com/azclitools/release/_build/results?buildId=153034&view=results |
* fix: --title --kind --custom-property parameters (#1) * feat: support yaml file in register command (#3) * fix: workspace parameter should not be required (#2) * style: fix lint issues (#6) * chore: update codeowner for apic-extension (#5) * feat: revert changes to min cli version (#4) * feat: resolve comments to CLI experience (#10) * feat: mark "apic api register" command as preview (#13) * feat: remove --terms-of-service parameter (#12) * feat: remove --workspace-name parameter (#11) * feat: support python 3.8 and 3.9 (#14) * feat: fix command descriptions (#17) * tests: add test cases for 'apic service' commands (#16) * feat: Use 03-01 spec from azure-rest-api-specs repo to regenerate CLI (#19) * fix: CLI errors (#20) * fix: import error when run CLI command * fix: no workspace name error when run import specification command * feat: mark some parameters as required (#21) * feat: mark --assignments parameter required for metadata commands * doc: update sample commands * feat: mark --source-resource-ids parameter as required for import-from-apim command * doc: update description for import-from-apim command * feat: bump version to 1.0.0b5 and update changelog (#18) * build: fix ci (#22) * style: fix style warnings * test:fix test cases * fix: service update command failure (#28) * doc: fix command samples (#30) * doc: update changelog per feedback (#29) * doc: remove extra spaces in register command help message (#34) * doc: update api definition and metadata command samples (#36)
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az apic *
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.