This repository was archived by the owner on May 13, 2025. It is now read-only.
sync cli with upstream#225
Merged
bavneetsingh16 merged 135 commits intok8s-extension/publicfrom Mar 22, 2023
Merged
Conversation
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=35260&view=results Last commit: Azure@6f1865a
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=35272&view=results Last commit: Azure@872f3dd
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=35713&view=results Last commit: Azure@fb4ca1f
* Enable batching with RE. * Address flake8 warnings.
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=36250&view=results Last commit: Azure@9d38c4f
…ort managing virtual hub route map (Azure#5878)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=36324&view=results Last commit: Azure@4e119f7
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=36581&view=results Last commit: Azure@48ad44d
* storagemover * add codeowner, arg name changes * swagger update * regenerate with 0.8.0 * update swagger, 0.9.3 * shorten arg * service name * storage-mover delete confirmation warning * storage-mover agent delete confirmation warning * add tests for storage-mover and storage-mover project * add tests for storage-mover endpoint * help for update endpoint * hide create agent * lint * agent delete renamed to be unregister * add test for agent, not run yet * regen for new aazdev version * add examples to tested commands * change job-definition update to PATCH * finish job-definition/job-run tests with examples * fix CI * add examples to readme * switch to 2023-03-01 api version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=36605&view=results Last commit: Azure@1fa3d38
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=36664&view=results Last commit: Azure@ba9a311
…zure#5919) This reverts commit fe927f5.
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=36671&view=results Last commit: Azure@cd394da
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=42118&view=results Last commit: Azure@6f727ad
* Updated PrivateIPAddress var * Version update * Update HISTORY.rst * Updated IP Allocation field name * Update HISTORY.rst
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=42263&view=results Last commit: Azure@60e8db0
…less ] Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=42370&view=results Last commit: Azure@a454a8d
…ame cluster again (Azure#5999)
* Commands for the managedccf command group * Updated the help for the commands in the managedccfs command group * Updated the help for the managedccfs commands * Added custom code logic to supply default value to the deployment parameters argument * Added managedccfs commands for the 2023-01-26-preview version * Added the group parameter to the members * Added tests for the managedccfs commands * Added tests * Test cases * Fixed the test cases * Fixed tests * Added missing test coverage for the managedccfs update command * Added a test case to ensure creation without group info * Removed subscription id from the tests as it is not needed * Added the language-runtime parameter * Fixed the review comments * Fixed merge conflicts * Reduced the length of an argument name as it exceeded the allowed length --------- Co-authored-by: Yagnesh Setti Subramanian <settiy@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=42661&view=results Last commit: Azure@94a7943
* update * update
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=42985&view=results Last commit: Azure@75434ac
* Added 0.2.1 version of the hybridaks az cli * Added help for params * corrected the metadata_version
NarayanThiru
previously approved these changes
Mar 22, 2023
NarayanThiru
approved these changes
Mar 22, 2023
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
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.