Merged
Conversation
* Add ip-group extension * Remove TODO * Remove buggy dependency and Add --ip-addresses option to update * Fix PEP8 error * Remove redundant None-checking of --ip-addresses when updating
* add spring cloud service * fix help and params syntax error * use relative path instead of file name when upload file * add service binding * use autopep8 format code * change binding cosmosdb update function * didn't remove app when create app failed * use nginx image for app default deployment * fix wording in custom.py * use latest sdk * use new version * remove mvnw mvn in * change app create behavior * show deployment when show app * add test-endpoint command * remove redundant print * fix validate key syntax error * change namespace to appplatform * change default deployment name to default * change extension from asc to spring-cloud * fix test-endpoint list format * fix some prompt information * Update _help.py * Update _params.py * Update _help.py * Update custom.py * add config server git command group * remove tags in deployment create/deploy * use resource-group's location when creating service if not specified * remove extra test * set app update cpu, memory,count to None to avoid default value * add skip clone settings * fix config server none type bugs * fix deployment help errors * CLI review change * add prompt for after successfully upload jar package * add spring cloud in index.json and use blob url * check config server null before get it's inside property * update index.json for spring-cloud * use sdk's enum type * convert lcoation from display name to proper name * update index.json * update index.json * format table output * remove reduent None juge * remove spring-cloud in index.json * format code with autopep8 * fix style check error * replace old sdk with new sdk from offical repo * fix CI check warnings * disable worng import error check * add code owners for spring-cloud * code owners * CI: add missed liscense headers * add runtime-version, jvm-options and env settings in app create * remove unnecessary changes outside spring-cloud * remove upper limit of cli core version * add upper Azure cli version 2.1.0 and raise exception in show-deploy-log when deployment is Jar type * use new Python sdk * Remove extra changes out-side spring-cloud * add new line int fronnt door customer.py * fronnt-door * add spring-cloud in index.json * fix issues from online CI * change app create function with the change of sdk from synv to async * remove spring-cloud from index.json
* update index * missing parameter * update index again
* Update index for extension ip-group * Fix a bug that failed CI * Correct the wrongly imported ResourceType of IpGroups * Update index.json * Fix a bug that failed CI and update index.json
… azure-cli (#1039) * add --zones and -zones commands to preview * add seperation between parameters * mention that --node-zones will be depreciated * fix typo
* Az cli extension for connected machines * add code owners * add code owners * update name
* adding connectedmachine to index * fixing dependencies * adding connectedmachine to index again
* add spring cloud service * fix help and params syntax error * use relative path instead of file name when upload file * add service binding * use autopep8 format code * change binding cosmosdb update function * didn't remove app when create app failed * use nginx image for app default deployment * fix wording in custom.py * use latest sdk * use new version * remove mvnw mvn in * change app create behavior * show deployment when show app * add test-endpoint command * remove redundant print * fix validate key syntax error * change namespace to appplatform * change default deployment name to default * change extension from asc to spring-cloud * fix test-endpoint list format * fix some prompt information * Update _help.py * Update _params.py * Update _help.py * Update custom.py * add config server git command group * remove tags in deployment create/deploy * use resource-group's location when creating service if not specified * remove extra test * set app update cpu, memory,count to None to avoid default value * add skip clone settings * fix config server none type bugs * fix deployment help errors * CLI review change * add prompt for after successfully upload jar package * add spring cloud in index.json and use blob url * check config server null before get it's inside property * update index.json for spring-cloud * use sdk's enum type * convert lcoation from display name to proper name * update index.json * update index.json * format table output * remove reduent None juge * remove spring-cloud in index.json * format code with autopep8 * fix style check error * replace old sdk with new sdk from offical repo * fix CI check warnings * disable worng import error check * add code owners for spring-cloud * code owners * CI: add missed liscense headers * add runtime-version, jvm-options and env settings in app create * remove unnecessary changes outside spring-cloud * remove upper limit of cli core version * add upper Azure cli version 2.1.0 and raise exception in show-deploy-log when deployment is Jar type * use new Python sdk * Remove extra changes out-side spring-cloud * add new line int fronnt door customer.py * fronnt-door * add spring-cloud in index.json * fix issues from online CI * change app create function with the change of sdk from synv to async * remove spring-cloud from index.json * fix table output app bug * add miss resource group in help.py
…t fqdns for network/application rules (#1033) * Bump SDK Dependency * support firewall policy and its child resource CRUD and support fqdns for network/applicatoin rule * add test * recording the test * fix style and add required for one argument
* docker change * change docker image name
* add az storage blob directory and enable _help in extension * add access in blob directory * update params.py * add some test * update help and test * update test * add upload * upgrade azcopy to v10.3.1 and refine download command * add test for upload * add download command * fix bug for 'az storage blob directory -h' * change the api version name and re-record test * remoce useless azcopy package * update version and re-record test * add az storage blob directory and enable _help in extension * add access in blob directory * update params.py * add some test * update help and test * update test * add upload * upgrade azcopy to v10.3.1 and refine download command * add test for upload * add download command * fix bug for 'az storage blob directory -h' * change the api version name and re-record test * remoce useless azcopy package * update version and re-record test * fix style * remove conflicts sign in _params.py * remove conflicts sign in _help.py * remove conflicts sign in blob.py * remove conflict sign in test_storage_adls_scenariods.py * remove unuseless comment * remove useless function and fix style * remove useless transform_url * remove useless upload_blob() and guess_content_type() * fix style to remove unused import
* bump version to 0.1.4 * update index
* use poller waiting for app create/update because sdk changed from sync to async * remove spring-cloud in index.json * make app update and deployment create parallel when creating app * fix CI issues * fix null error in app table transformer * use is None to judge null
* use poller waiting for app create/update because sdk changed from sync to async * remove spring-cloud in index.json * make app update and deployment create parallel when creating app * fix CI issues * fix null error in app table transformer * use is None to judge null * fix app table bugs * fix table show bugs
* new index * new spring-cloud index * removed index * another index * regenerated index again * fixed metadata * fixed metadata?
updated az aks create to reflect that deployments now default to Standard Load Balancer and VM Scale Sets
* update index.json * Refine help message * add az storage blob move command * update help for blob move and add blob access command group * Add help for blob access ccommand group * add test for blob commands * update history.rst * update index.json * update comment message * fix style * Mark all new commands as preview * add help for blob directory show * fix style * update index.json * update help * update index.json * re-record test * update index.json * fix help_entry * re-record test * update index.json
* fix table and tsv * fix tsv and format * fix * fix format * fix style * update index
* use poller waiting for app create/update because sdk changed from sync to async * remove spring-cloud in index.json * make app update and deployment create parallel when creating app * fix CI issues * fix null error in app table transformer * use is None to judge null * fix app table bugs * fix table show bugs * change app table output state to deployment status * remove spring in index.json for new release
…ore validators (#1004) * Enable custom username for linux repair vm creation. Add password, username validator. * Update telemetry so that command is success when script fails for repair run * Edit e2e tests * Fix messsage typo for telemetry and up version to 0.2.3 * Hide long running message when verbose. Show script status as return dict for repair run
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=341441 Last commit: f7f9ca9
…stalling azure-devops extension (#1493)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=340888 Last commit: 28e108d Co-authored-by: Feiyue Yu <fey@microsoft.com> Co-authored-by: Xiaojian Xu <xiaojxu@microsoft.com>
…eality everything before -hcp-, this fix helps clearing that confusion. (#1451) * Presentation fix: The name displayed for the storage is inreality everything before -hcp-, this fix helps clearing that confusion. * Moving to helper + Test following existing pattern. * Pylint issue fixed. Co-authored-by: root <root@MINIT-FFXV15.southpacific.corp.microsoft.com> Co-authored-by: Feiyue Yu <fey@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=342289 Last commit: 776c4a4 Co-authored-by: Jianhui Harold <haroldrandom@gmail.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=343358 Last commit: a93d1db Co-authored-by: Jianhui Harold <haroldrandom@gmail.com>
* [HPC-Cache] first version
* [HPC-Cache] test case fix
* refine test case
* {hpc-cache} Refine and test
* {hpc-cache} Fix style
* {hpc-cache} add experimental flag
* [HPC-Cache] fix comment
* Update CODEOWNERS
* {hpc-cache} fix the test file name
* {hpc-cache} add flush and upgrade commands
* {hpc-cache} add flush and upgrade commands help
* bump sdk * finish code * hack to fix python sdk * recording tests * fix style * bump sdk and versions * address comments * rename it to md * md * add experimental
* [Stream Analytics] add experimental tag
* {Stream Analytics} add isExperimental in metadata.json
Co-authored-by: Jianhui Harold <haroldrandom@gmail.com>
* Support Databox in Azure CLI cmdlets
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=347136 Last commit: 5e8de4e
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=347155 Last commit: ae26dd6 Co-authored-by: Xiaojian Xu <xiaojxu@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=347000 Last commit: 6d21d72 Co-authored-by: MyronFanQiu <49134743+MyronFanQiu@users.noreply.github.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=346985 Last commit: 8c38351 Co-authored-by: qianwens <37290631+qianwens@users.noreply.github.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=347255 Last commit: 73928e0 Co-authored-by: Yu Chen <ychenu@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=348514 Last commit: a9a5a51
ManuInNZ
pushed a commit
that referenced
this pull request
Apr 11, 2020
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 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.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions: