This repository was archived by the owner on May 13, 2025. It is now read-only.
forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 17
Release 1.3.6 #186
Merged
Merged
Release 1.3.6 #186
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ure (Azure#5394) * InAccount vendored python sdk * InAccount Restore CLI Commands Code changes * Test recordings * Updated test records * new changes
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6677&view=results Last commit: Azure@ab7d604
* first draft * regenerate with 0.8.0 * generated with 0.9.3 * add codeowner * rename * shorten arg * add servicename * new swagger * new swagger * test elastic san * test elastic san volume group * volume test not passing * new swagger fix list sku * finish tests * change name * add examples and rerun test * readme example * Update azext_metadata.json
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6690&view=results Last commit: Azure@e181bf7
* Add security context to diagnoser container * version and history updates * fix proxy bug in connectedk8s upgrade * removed diagnoser change * removed extra space Co-authored-by: Siri Teja Reddy Kasireddy <[email protected]> Co-authored-by: Akash Keshari <[email protected]> Co-authored-by: siriteja <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6849&view=results Last commit: Azure@901b97c
…zure#5408) * Initial * update * Update * Update name * Update CODEOWNERS * Update service_name.json * fix linter Co-authored-by: kai ru <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6935&view=results Last commit: Azure@a1e0008
bavneetsingh16
approved these changes
Oct 6, 2022
bavneetsingh16
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify
src/index.json.