Skip to content

Commit 52ad39e

Browse files
author
Deep Nandu
committed
Update README.md and service_name.json for computelimit extension
1 parent ab81d6e commit 52ad39e

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/computelimit/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```

src/service_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
{
118118
"Command": "az computelimit",
119119
"AzureServiceName": "Compute Limit",
120-
"URL": ""
120+
"URL": "https://learn.microsoft.com/en-us/rest/api/computelimit/"
121121
},
122122
{
123123
"Command": "az confcom",

0 commit comments

Comments
 (0)