Skip to content

add --zones and -z commands to aks-preview to make it compatible with azure-cli#1039

Merged
zikalino merged 4 commits intoAzure:masterfrom
adilliadil:add-zones-command2
Oct 30, 2019
Merged

add --zones and -z commands to aks-preview to make it compatible with azure-cli#1039
zikalino merged 4 commits intoAzure:masterfrom
adilliadil:add-zones-command2

Conversation

@adilliadil
Copy link
Contributor

This change is for being compatible with the Azure-cli,
currently we have --zones for azure cli, however --node-zones for azure-cli-extensions so this is the first step to make them compatible, in second step we will remove the --node-zones command

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/adilliadil/azure-cli-extensions.git@add-zones-command2#subdirectory=src/$EXT&egg=$EXT"

@adilliadil adilliadil changed the title add --zones and -zones commands to preview add --zones and -z commands to aks-preview to make it compatible with azure-cli Oct 30, 2019
Copy link
Contributor

@JunSun17 JunSun17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zikalino zikalino merged commit a8bc37e into Azure:master Oct 30, 2019
ManuInNZ pushed a commit to ManuInNZ/azure-cli-extensions that referenced this pull request Apr 11, 2020
… azure-cli (Azure#1039)

* add --zones and -zones commands to preview

* add seperation between parameters

* mention that --node-zones will be depreciated

* fix typo
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.

6 participants