Skip to content

Commit fe31d09

Browse files
authored
Merge pull request #98595 from vasthomsft/patch-1
Update Scripts
2 parents 8c46b3d + 7579661 commit fe31d09

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/cost-management-billing/reservations/prepay-hana-large-instances-reserved-capacity.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ armclient post /providers/Microsoft.Capacity/calculatePrice?api-version=2019-04-
5050
'billingScopeId': '/subscriptions/11111111-1111-1111-111111111111',
5151
'term': 'P1Y',
5252
'quantity': '1',
53-
'billingplan': 'Monthly'
53+
'billingplan': 'Monthly',
5454
'displayName': 'testreservation_S224om',
5555
'appliedScopes': ['/subscriptions/11111111-1111-1111-111111111111'],
5656
'appliedScopeType': 'Single',
@@ -105,7 +105,7 @@ The following example response resembles what you get returned. Note the value y
105105

106106
### Make your purchase
107107

108-
Make your purchase using the returned `quoteId` and the `reservationOrderId` that you got from the preceding [Get the reservation order and price](#get-the-reservation-order-and-price) section.
108+
Make your purchase using the returned `reservationOrderId` that you got from the preceding [Get the reservation order and price](#get-the-reservation-order-and-price) section.
109109

110110
Here's an example request:
111111

@@ -120,14 +120,13 @@ armclient put /providers/Microsoft.Capacity/reservationOrders/22222222-2222-2222
120120
'billingScopeId': '/subscriptions/11111111-1111-1111-111111111111',
121121
'term': 'P1Y',
122122
'quantity': '1',
123-
'billingplan': 'Monthly'
123+
'billingplan': 'Monthly',
124124
125125
'displayName': ' testreservation_S224om',
126126
'appliedScopes': ['/subscriptions/11111111-1111-1111-111111111111/resourcegroups/123'],
127127
'appliedScopeType': 'Single',
128128
'instanceFlexibility': 'NotSupported',
129-
'renew': true,
130-
'quoteId': 'd0fd3a890795'
129+
'renew': true
131130
}
132131
}"
133132
```
@@ -254,4 +253,4 @@ location. You can also go to https://aka.ms/corequotaincrease to learn about quo
254253
## Next steps
255254

256255
- Learn about [How to call Azure REST APIs with Postman and cURL](/rest/api/azure/#how-to-call-azure-rest-apis-with-postman).
257-
- See [SKUs for SAP HANA on Azure (Large Instances)](../../virtual-machines/workloads/sap/hana-available-skus.md) for the available SKU list and regions.
256+
- See [SKUs for SAP HANA on Azure (Large Instances)](../../virtual-machines/workloads/sap/hana-available-skus.md) for the available SKU list and regions.

0 commit comments

Comments
 (0)