Skip to content

Commit 08c5946

Browse files
committed
fix ci issue
1 parent 67f7dbc commit 08c5946

File tree

1 file changed

+2
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/vm/aaz/latest/vm

1 file changed

+2
-2
lines changed

src/azure-cli/azure/cli/command_modules/vm/aaz/latest/vm/_create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
248248
_args_schema.platform_fault_domain = AAZIntArg(
249249
options=["--platform-fault-domain"],
250250
arg_group="Properties",
251-
help="Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum apiversion: 2020‐12‐01.",
251+
help="Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api-version: 2020-12-01.",
252252
)
253253
_args_schema.priority = AAZStrArg(
254254
options=["--priority"],
@@ -290,7 +290,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
290290
_args_schema.virtual_machine_scale_set = AAZObjectArg(
291291
options=["--virtual-machine-scale-set"],
292292
arg_group="Properties",
293-
help="Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum apiversion: 2019‐03‐01.",
293+
help="Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api-version: 2019-03-01.",
294294
)
295295
cls._build_args_sub_resource_create(_args_schema.virtual_machine_scale_set)
296296

0 commit comments

Comments
 (0)