You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If VMSS Orchestration mode is Flexible allow users to specify network-api-verision which will populate the networkApiVersion in the networkProfile of the VMSS
When a VMSS has orchestration mode set to Flexible, specifying the virtual machine profile is now possible, and will create VMs that are registered with ARM as top level VMs (rather than special VMScaleSetVMs).
When specifying the networkProfile for VMSS Flexible VMSSes we require that the networkApiVersion is populated, networkApiVersion cannot be populated if VMSS Orchestration mode is not flexible.
Additionally if a networkProfile for a VMSS is being added, and OrcehstrationMode == Flexbile, if the user does not provide a networkApiVersion automatically populate version = "2020-11-01"
I was told to make the design request now, so that we can get the design approved, and then when 2021-03-01 is published we will have an approved design.
you're right @szimmerMicrosoft. We need to track status of Swagger, then make sure there's enough time buffer for Python SDK and CLI to catch 5/25 target.
Resource Provider
CRP
Description of Feature or Work Requested
If VMSS Orchestration mode is Flexible allow users to specify network-api-verision which will populate the networkApiVersion in the networkProfile of the VMSS
sample commands:
Background:
User Experience Doc
When a VMSS has orchestration mode set to Flexible, specifying the virtual machine profile is now possible, and will create VMs that are registered with ARM as top level VMs (rather than special VMScaleSetVMs).
When specifying the networkProfile for VMSS Flexible VMSSes we require that the networkApiVersion is populated, networkApiVersion cannot be populated if VMSS Orchestration mode is not flexible.
Additionally if a networkProfile for a VMSS is being added, and OrcehstrationMode == Flexbile, if the user does not provide a networkApiVersion automatically populate version = "2020-11-01"
Minimum API Version Required
2021-03-01
Swagger Link
Swagger pull request: Azure/azure-rest-api-specs#13449
We are concerned specifically with the vmscaleset.properties.virtualmachineprofile.properties.networkProfile.networkApVersion property being set.
Target Date
6/15/2021
The text was updated successfully, but these errors were encountered: