forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Release 1.3.8 #209
Merged
Merged
Release 1.3.8 #209
Conversation
This file contains 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
…lue if cluster was created without ssh key (Azure#5562)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=16226&view=results Last commit: Azure@ec23e2b
* feat: application accelerator cli * feat: predefined accelerator cli * feat: customized accelerator cli * fix: change back `add` to `create` * fix:change as pre comments * fix: update spring extension version * fix: change as pre comments * fix: private key \n convert issue * fix: code style issue * fix: linter issue * fix: add is preview to command group * fix: add confirmation=True * fix: add comments for using "record_only()" lable
…vey link (Azure#5568) * remove the dependency on azure storage file * fix dependency issue * update survey link * refine storage sdk logic
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=16290&view=results Last commit: Azure@9403e36
Co-authored-by: caiqing <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=16319&view=results Last commit: Azure@3ada38f
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=16816&view=results Last commit: Azure@5501a71
* [AKS] refine creating TA binding commands * add tests for TA * history * refine * recording * remove live only Co-authored-by: Yitong Feng <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=17015&view=results Last commit: Azure@d3871e8
Co-authored-by: Yitong Feng <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=17230&view=results Last commit: Azure@f5205da
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=17279&view=results Last commit: Azure@6274419
…t it won't be affected by 22.04 switch over at k8s 1.25.2 (Azure#5580) Co-authored-by: Charlie Li <[email protected]>
Co-authored-by: Sai Sankar Gochhayat <[email protected]>
…5582) * update param declare * fix help lint * remove useless declaration
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=18035&view=results Last commit: Azure@8e47d9d
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=27211&view=results Last commit: Azure@735a675
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=27244&view=results Last commit: Azure@d67fa45
* Update version * Update * Remove 3.6 in CLASSIFIERS
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=27299&view=results Last commit: Azure@a21171b
…into release-1.3.8
* Add ml 2.13.0
…redundant version in setup (Azure#5793)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=27452&view=results Last commit: Azure@3bbbe1a
* partner center extension * fixing hash * removing duplicate entry * updating partnercenter reference in index * adding partnercenter to service name list * fixing service name, updating index to the latest version of partner center extension
…re#5788) * add --node-os-upgrade-channel to create and update * add exclusion * fix linter * order imports? * remove instances of self._ensure_mc(mc) * add help text * cleanup help comment * remove default comment * add version bump * switched to node_os_upgrade_channels * remove whitespace * rerun tests with current setup * Update src/aks-preview/azext_aks_preview/_help.py Co-authored-by: FumingZhang <[email protected]> * Update src/aks-preview/azext_aks_preview/_help.py Co-authored-by: FumingZhang <[email protected]> * remove whitespace Co-authored-by: Charlie McBride <[email protected]> Co-authored-by: FumingZhang <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=27487&view=results Last commit: Azure@99f7f14
* update readme * update history
…into release-1.3.8
bavneetsingh16
previously approved these changes
Jan 23, 2023
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
…into release-1.3.8
bavneetsingh16
approved these changes
Jan 23, 2023
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 azdev
required)python scripts/ci/test_index.py -q
locally?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.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
.