зеркало из https://github.com/Azure/aaz.git
remove redundant spaces in examples
This commit is contained in:
Родитель
439a498ade
Коммит
7216b2fbce
|
@ -16,7 +16,7 @@ List the capacity reservation groups.
|
|||
capacity reservation group list -g rg
|
||||
```
|
||||
|
||||
- List the capacity reservation groups containing VM instances and VMSS instance which are associated to capacity reservation group
|
||||
- List the capacity reservation groups containing VM instances and VMSS instance which are associated to capacity reservation group
|
||||
```bash
|
||||
capacity reservation group list -g rg --vm-instance --vmss-instance
|
||||
```
|
||||
|
|
|
@ -15152,7 +15152,7 @@
|
|||
"commands": [
|
||||
"capacity reservation group list -g rg --vm-instance --vmss-instance"
|
||||
],
|
||||
"name": "List the capacity reservation groups containing VM instances and VMSS instance which are associated to capacity reservation group"
|
||||
"name": "List the capacity reservation groups containing VM instances and VMSS instance which are associated to capacity reservation group"
|
||||
}
|
||||
],
|
||||
"name": "2024-03-01",
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -82,7 +82,7 @@
|
|||
<prop readOnly="True" type="string" name="id"/>
|
||||
</item>
|
||||
</prop>
|
||||
<prop type="object" name="instanceView">
|
||||
<prop readOnly="True" type="object" name="instanceView">
|
||||
<prop readOnly="True" type="array<object>" name="capacityReservations" identifiers="name">
|
||||
<item type="object">
|
||||
<prop readOnly="True" type="string" name="name"/>
|
||||
|
@ -183,7 +183,7 @@
|
|||
<prop readOnly="True" type="array<@SubResourceReadOnly_read>" name="capacityReservations">
|
||||
<item type="@SubResourceReadOnly_read"/>
|
||||
</prop>
|
||||
<prop type="object" name="instanceView">
|
||||
<prop readOnly="True" type="object" name="instanceView">
|
||||
<prop readOnly="True" type="array<object>" name="capacityReservations" identifiers="name">
|
||||
<item type="object">
|
||||
<prop readOnly="True" type="string" name="name"/>
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -171,7 +171,7 @@
|
|||
<help short="Resource location"/>
|
||||
</arg>
|
||||
<arg type="object" var="$parameters.sku" options="sku" required="True" group="Parameters">
|
||||
<help short="SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://learn.microsoft.com/rest/api/compute/resourceskus/list) for supported values."/>
|
||||
<help short="SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values."/>
|
||||
<arg type="integer64" var="$parameters.sku.capacity" options="capacity">
|
||||
<help short="Specifies the number of virtual machines in the scale set."/>
|
||||
</arg>
|
||||
|
@ -319,7 +319,7 @@
|
|||
<help short="Resource location"/>
|
||||
</arg>
|
||||
<arg type="object" var="$parameters.sku" options="sku" group="Parameters">
|
||||
<help short="SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://learn.microsoft.com/rest/api/compute/resourceskus/list) for supported values."/>
|
||||
<help short="SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values."/>
|
||||
<arg nullable="True" type="integer64" var="$parameters.sku.capacity" options="capacity">
|
||||
<help short="Specifies the number of virtual machines in the scale set."/>
|
||||
</arg>
|
||||
|
|
Загрузка…
Ссылка в новой задаче