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
withself.argument_context('capacity reservation group show') asc:
1478
1478
c.argument('instance_view', action='store_true', options_list=['--instance-view', '-i'], help='Retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.')
1479
-
1480
-
# with self.argument_context('capacity reservation') as c:
# c.argument('capacity', type=int, help='Specify the number of virtual machines in the scale set.')
1487
-
# c.argument('tags', tags_type)
1488
-
#
1489
-
# with self.argument_context('capacity reservation create') as c:
1490
-
# c.argument('zone', zone_type, help='Availability Zone to use for this capacity reservation. The zone has to be single value and also should be part for the list of zones specified during the capacity reservation group creation. If not provided, the reservation supports only non-zonal deployments. If provided, enforces VM/VMSS using this capacity reservation to be in same zone.')
1491
-
# c.argument('sku_name', options_list=['--sku', '-s'], required=True, help='The SKU of the resource for which capacity needs be reserved. 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.')
1492
-
#
1493
-
# with self.argument_context('capacity reservation show') as c:
1494
-
# c.argument('instance_view', action='store_true', options_list=['--instance-view', '-i'], help='Retrieve a snapshot of the runtime properties of the capacity reservation that is managed by the platform and can change outside of control plane operations.')
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_capacity_reservation_list_delete.yaml
0 commit comments