-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Compute] az vmss create/update
: Add --skuprofile-vmsizes
and --skuprofile-allocation-strategy
for Instance Mix
#29906
Conversation
️✔️AzureCLI-FullTest
|
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
vmss create | cmd vmss create added parameter skuprofile_allostrat |
||
vmss create | cmd vmss create added parameter skuprofile_vmsizes |
||
vmss update | cmd vmss update added parameter skuprofile_allostrat |
||
vmss update | cmd vmss update added parameter skuprofile_vmsizes |
Thank you for your contribution! We will review the pull request and get back to you soon. |
Please note that Azure CLI will have a code freeze for the upcoming release on 09/24/2024 10:00 UTC. If you want to catch this release train, please address the comments and CI issues ASAP. Otherwise, it has to be postponed to next sprint (11-05). |
afe6094
to
1ad6fa8
Compare
src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py
Outdated
Show resolved
Hide resolved
az vmss
: Add skuprofile_vmsizes and skuprofile-allocation-strategy For Instance Mix
az vmss
: Add skuprofile_vmsizes and skuprofile-allocation-strategy For Instance Mixaz vmss
: Add skuprofile_vmsizes and skuprofile-allocation-strategy For Instance Mix
Please note that the |
@yanzhudd and @jsntcy and @wangzelin007 , this PR is still pending review from you, thanks! the build issue is an issue with the title content, I fixed it but I can't re-trigger the build |
az vmss
: Add skuprofile_vmsizes and skuprofile-allocation-strategy For Instance Mixaz vmss create/update
: Add --skuprofile-vmsizes
and --skuprofile-allocation-strategy
for Instance Mix
Related command
Description
This change adds skuprofile_vmsizes and skuprofile_allocation_strategy for vmss create and update
Testing Guide
vmss create -n vmssName -g rgName --image ubuntu2204 --vm-sku Mix --skuprofile-vmsizes Standard_DS1_v2 Standard_D2s_v4 --skuprofile-allocation-strategy CapacityOptimized
History Notes
[Compute]
az vmss create/update
: Add new parameter--skuprofile-vmsizes
to specify a list of VM sizes to use with VMSS Instance Mix[Compute]
az vmss create/update
: Add new parameter--skuprofile-allocation-strategy
to update the allocation strategy for VMSS Instance MixThis 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.