azure-cli icon indicating copy to clipboard operation
azure-cli copied to clipboard

VMSS add zone-balance parameter to vmss create

Open fitzgeraldsteele opened this issue 9 months ago • 1 comments

Preconditions

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

Related command

az vmss create

Resource Provider

Microsoft.compute/virtualmachinescaleset

Description of Feature or Work Requested

Per https://github.com/MicrosoftDocs/azure-docs/issues/83103, we're missing a parameter in vmss create. Can we add that in? Something like:

az vmss create --zones 1 2 3 --zone-balance true

Minimum API Version Required

its been supported for a long time, at least 2021

Swagger PR link / SDK link

current Compute swagger

Request Example

PATCH VMSS { zoneBalance:true }

Target Date

2024-07-01

PM Contact

@fisteele

Engineer Contact

@jwa

Additional context

No response

fitzgeraldsteele avatar May 11 '24 00:05 fitzgeraldsteele

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

yonzhan avatar May 11 '24 00:05 yonzhan

@fitzgeraldsteele Sorry, due to our recent work being fully scheduled, we plan to put it on the next sprint with the release date in early August. Do you think it meets your expectations?

zhoxing-ms avatar May 16 '24 02:05 zhoxing-ms

That's fine. Thank you for scheduling!

fitzgeraldsteele avatar May 16 '24 02:05 fitzgeraldsteele

Hi @zhoxing-ms , is this still on track for the July Milestone, or is it going to be deferred due to security?

fitzgeraldsteele avatar Jun 18 '24 18:06 fitzgeraldsteele

We decided to hold off taking new feature requests that are not security related over the next few months. For those requests have been created via GH issues recently, we'll actively keep first-line hands on if it's security related, but will deprioritize if it's not to ensure Azure CLI handles critical security work completed during security wave.

Yes, if it is not related to security, then it will be deferred

zhoxing-ms avatar Jun 19 '24 03:06 zhoxing-ms