Skip to content

rebase from source fork#1

Merged
ManuInNZ merged 306 commits intoManuInNZ:masterfrom
Azure:master
Apr 11, 2020
Merged

rebase from source fork#1
ManuInNZ merged 306 commits intoManuInNZ:masterfrom
Azure:master

Conversation

@ManuInNZ
Copy link
Owner


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

bingosummer and others added 30 commits October 30, 2019 11:35
* 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
jiasli and others added 28 commits April 2, 2020 11:15
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=341441

Last commit: f7f9ca9
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>
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 ManuInNZ merged commit 1c1b9d7 into ManuInNZ:master Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.