[AKS] az acs maintenanceconfiguration: Add Operations for Maintenance Configuration#26758
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @anushkasingh16, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| aks maintenanceconfiguration | sub group aks maintenanceconfiguration added |
|
draft |
az acs maintenanceconfiguration: Add Operations for Maintenance Configuration
This reverts commit 50bbbcd.
FumingZhang
left a comment
There was a problem hiding this comment.
Please resolve the above comments (rebase/merge dev, remove register_resource_type, re-queue pipeline to get new recordings).
May pick the commit cfffc88 from branch fuming/tmp.
src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_maintenanceconfiguration.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_aks_commands.py
Show resolved
Hide resolved
This reverts commit 7a79812.
| g.custom_show_command('show', 'aks_maintenanceconfiguration_show') | ||
| g.custom_command('add', 'aks_maintenanceconfiguration_add') | ||
| g.custom_command('update', 'aks_maintenanceconfiguration_update') | ||
| g.custom_command('delete', 'aks_maintenanceconfiguration_delete') |
There was a problem hiding this comment.
Do we need to consider adding confirmation=true for the delete command?
There was a problem hiding this comment.
Also, I would like to confirm if there is the same command aks maintenanceconfiguration delete in the CLI extension?
There was a problem hiding this comment.
There was a problem hiding this comment.
OK, so I think we need to keep consistent with CLI extension, otherwise, this may confuse or even block the customer's automated scripts
|
Please note that we are launching the release for this sprint this week. Please resolve all comments by tomorrow, otherwise the release of this PR will have to be postponed to the next sprint (on 09-05) |
|
Queued live test pipeline, test passed. |
…ce Configuration (Azure#26758)
Related command
az aks maintenanceconfigurationDescription
In the
az aksgroup, adding in themaintenanceconfigurationsubgroup:The above commands will be used for Planned Maintenance of AKS clusters.
Testing Guide
History Notes
[AKS]
az aks maintenanceconfiguration list: Add new command to list all maintenance windows in a cluster[AKS]
az aks maintenanceconfiguration show: Add new command to display a specific maintenance windows of a cluster[AKS]
az aks maintenanceconfiguration add: Add new command to add a new maintenance window configuration for a cluster[AKS]
az aks maintenanceconfiguration update: Add new command to update an existing maintenance window configuration of a cluster[AKS]
az aks maintenanceconfiguration delete: Add new command to delete an existing maintenance window configuration of a clusterThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.