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

{Compute} Remove redundant spaces in examples #633

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Commands/capacity/reservation/group/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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"/>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down