Skip to content

[AKS] support premium tier and add supportPlan#6753

Closed
m-chau wants to merge 15 commits intoAzure:mainfrom
m-chau:marcha/support-premium-tier
Closed

[AKS] support premium tier and add supportPlan#6753
m-chau wants to merge 15 commits intoAzure:mainfrom
m-chau:marcha/support-premium-tier

Conversation

@m-chau
Copy link
Contributor

@m-chau m-chau commented Sep 13, 2023


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

Related command

az aks create
az aks update

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required) ran azdev linter instead
  • Have you run 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.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Sep 13, 2023

⚠️Azure CLI Extensions Breaking Change Test
⚠️aks-preview
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd aks create cmd aks create added parameter k8s_support_plan
⚠️ 1010 - ParaPropUpdate aks create cmd aks create update parameter tier: updated property choices from ['free', 'standard'] to ['free', 'premium', 'standard']
⚠️ 1006 - ParaAdd aks update cmd aks update added parameter k8s_support_plan
⚠️ 1010 - ParaPropUpdate aks update cmd aks update update parameter tier: updated property choices from ['free', 'standard'] to ['free', 'premium', 'standard']

@yonzhan
Copy link
Collaborator

yonzhan commented Sep 13, 2023

AKS

@m-chau
Copy link
Contributor Author

m-chau commented Sep 13, 2023

Related CLI command PR: Azure/azure-cli#26795

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

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

Please add at least one live test case (see cases in test_aks_commands.py) for the newly added option.

'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()])

@AllowLargeResponse()
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
Copy link
Member

Choose a reason for hiding this comment

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

Queued live test to validate the change.

Copy link
Member

Choose a reason for hiding this comment

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

test passed

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

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

LGTM

@yanzhudd
Copy link
Contributor

Please fix the failed CI task.

@m-chau
Copy link
Contributor Author

m-chau commented Sep 21, 2023

Please fix the failed CI task.

@yanzhudd They are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AKS Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants