Skip to content
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

AKS-Preview CLI extension default to SLB+VMSS #906

Merged
merged 29 commits into from
Aug 27, 2019
Merged

Conversation

xuto2
Copy link
Contributor

@xuto2 xuto2 commented Aug 17, 2019


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:

@azuresdkci
Copy link

If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR:

docker run -it microsoft/azure-cli:latest
export EXT=<NAME>
pip install --upgrade --target ~/.azure/cliextensions/$EXT "git+https://github.com/xuto2/azure-cli-extensions.git@master#subdirectory=src/$EXT&egg=$EXT"

@xuto2
Copy link
Contributor Author

xuto2 commented Aug 27, 2019

@zikalino @zqingqing1 Can you take a look?

.travis.yml Show resolved Hide resolved
@zikalino zikalino merged commit ca9b460 into Azure:master Aug 27, 2019
@charlescatta
Copy link

Would it be possible to know why the --enable-vmss flag has been removed from this PR?
It is referenced in existing Azure documentation and is causing users to run into issues: #927

ManuInNZ pushed a commit to ManuInNZ/azure-cli-extensions that referenced this pull request Apr 11, 2020
* Vendor in 2019_08_01 SDK

* CLI extension for SLB/VMSS

* Update index

* Update index.json

* Fix style check error

* Fix style check

* Fix check style

* Fix check style

* Fix checkstyle

* Fix check style

* Fix check style

* Remove unused import

* Upgrade pylint to address distutils.versions importing issue

* Disable lint error

* Update index.json

* Fix codestyle

* Fix load command issue

* Update index

* Rename agent-pool-availability-type to vm-set-type

* Update helper message

* Update index.json

* Update helper doc

* Update index.json

* Bump version to 0.4.11

* Update index.json

* Update helper doc

* Update index.json
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.

5 participants