@@ -18,47 +18,47 @@ There are 2 groups of compute limit operations that customers can perform on the
1818#### Add a subscription as a guest to the host subscription. ####
1919
2020``` bash
21- az computelimit guest-subscription add --location eastus --guest-subscription-id 11111111-1111-1111-1111-111111111111
21+ az computelimit guest-subscription add --location eastus --guest-subscription-id 11111111-1111-1111-1111-111111111111
2222```
2323
2424#### Remove a subscription as a guest to the host subscription. ####
2525
2626``` bash
27- az computelimit guest-subscription remove --location eastus --guest-subscription-id 11111111-1111-1111-1111-111111111111
27+ az computelimit guest-subscription remove --location eastus --guest-subscription-id 11111111-1111-1111-1111-111111111111
2828```
2929
3030#### Get a guest subscription added to the host subscription. ####
3131
3232``` bash
33- az computelimit guest-subscription show --location eastus --guest-subscription-id 11111111-1111-1111-1111-111111111111
33+ az computelimit guest-subscription show --location eastus --guest-subscription-id 11111111-1111-1111-1111-111111111111
3434```
3535
3636#### List all guest subscriptions added to the host subscription. ####
3737
3838``` bash
39- az computelimit guest-subscription list --location eastus
39+ az computelimit guest-subscription list --location eastus
4040```
4141
4242#### Enable a compute limit to be shared by the host subscription with its guest subscriptions. ####
4343
4444``` bash
45- az computelimit shared-limit add --location eastus --name StandardDSv3Family
45+ az computelimit shared-limit add --location eastus --name StandardDSv3Family
4646```
4747
4848#### Disable sharing of a compute limit by the host subscription with its guest subscriptions. ####
4949
5050``` bash
51- az computelimit shared-limit remove --location eastus --name StandardDSv3Family
51+ az computelimit shared-limit remove --location eastus --name StandardDSv3Family
5252```
5353
5454#### Get a compute limit shared by the host subscription with its guest subscriptions. ####
5555
5656``` bash
57- az computelimit shared-limit show --location eastus --name StandardDSv3Family
57+ az computelimit shared-limit show --location eastus --name StandardDSv3Family
5858```
5959
6060#### List all compute limits shared by the host subscription with its guest subscriptions. ####
6161
6262``` bash
63- az computelimit shared-limit list --location eastus
63+ az computelimit shared-limit list --location eastus
6464```
0 commit comments