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

VMSS Zonal Expansion #28900

Closed
1 task done
fitzgeraldsteele opened this issue May 6, 2024 · 3 comments · Fixed by #29035
Closed
1 task done

VMSS Zonal Expansion #28900

fitzgeraldsteele opened this issue May 6, 2024 · 3 comments · Fixed by #29035
Assignees
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Compute az vm/vmss/image/disk/snapshot feature-request

Comments

@fitzgeraldsteele
Copy link

Preconditions

  • No need to upgrade Python SDK or the Python SDK is ready.

Related command

az vmss update

Resource Provider

Microsoft.compute/virtualmachinescalesets

Description of Feature or Work Requested

We've recently enabled ability to update the zones paramter on an existing scale set. Today, this can be set with the az vmss update --set or --update commands, like:

az vmss update --set zones=["1","2","3"] -n regionaltozonaluniform2 -g zoneexpansion

We'd like to simplify the ability to make this change on CLI with something like:

az vmss update --zones 1 2

Minimum API Version Required

2023-03-01

Swagger PR link / SDK link

current compute swagger is fine

Request Example

PATCH /subscriptions/576f5e67-b043-4ec9-81e9-47c7e8692cc4/resourceGroups/zoneexpansion/providers/Microsoft.Compute/virtualMachineScaleSets/regionaltozonaluniform2?api-version=2023-03-01

{

"zones": [

"1",  

"2" 

]

}

Target Date

6/1/2024

PM Contact

fisteele

Engineer Contact

frankpang

Additional context

https://aka.ms/vmss-zonal-expansion-preview/docs

@yonzhan
Copy link
Collaborator

yonzhan commented May 6, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 6, 2024
@yonzhan yonzhan added this to the Backlog milestone May 6, 2024
@yonzhan yonzhan removed the question The issue doesn't require a change to the product in order to be resolved. Most issues start as that label May 6, 2024
@zhoxing-ms zhoxing-ms removed this from the Backlog milestone May 7, 2024
@zhoxing-ms
Copy link
Contributor

zhoxing-ms commented May 7, 2024

Target Date
6/1/2024

@fitzgeraldsteele Due to the super busy schedule of this sprint, we didn't have the effort to develop this feature in this sprint. If this feature only adds a new parameter --zones without any breaking changes, could we schedule it for the next sprint (released at 07-02)?

@zhoxing-ms zhoxing-ms added this to the June 2024 (2024-07-02) milestone May 7, 2024
@fitzgeraldsteele
Copy link
Author

July Sounds great. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Compute az vm/vmss/image/disk/snapshot feature-request
Projects
None yet
4 participants