Skip to content

Commit f1ef98d

Browse files
committed
Fix comment
1 parent d26a64c commit f1ef98d

File tree

1 file changed

+8
-8
lines changed
  • specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-11-01

1 file changed

+8
-8
lines changed

specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-11-01/reservations.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@
19381938
"properties": {
19391939
"location": {
19401940
"type": "string",
1941-
"description": "The Azure Region where the reserved resource lives.",
1941+
"description": "The Azure region where the reserved resource lives.",
19421942
"x-ms-mutability": [
19431943
"create",
19441944
"read"
@@ -2450,7 +2450,7 @@
24502450
},
24512451
"SavingsPlanToPurchaseCalculateExchange": {
24522452
"type": "object",
2453-
"description": "Savings Plan purchase details",
2453+
"description": "Savings plan purchase details",
24542454
"properties": {
24552455
"properties": {
24562456
"$ref": "#/definitions/SavingsPlanPurchaseRequest"
@@ -2485,15 +2485,15 @@
24852485
},
24862486
"SavingsPlanToPurchaseExchange": {
24872487
"type": "object",
2488-
"description": "Savings Plan purchase details",
2488+
"description": "Savings plan purchase details",
24892489
"properties": {
24902490
"savingsPlanOrderId": {
24912491
"type": "string",
2492-
"description": "Fully qualified id of the Savings Plan order being purchased"
2492+
"description": "Fully qualified id of the savings plan order being purchased"
24932493
},
24942494
"savingsPlanId": {
24952495
"type": "string",
2496-
"description": "Fully qualified id of the Savings Plan being purchased. This value is only guaranteed to be non-null if the purchase is successful."
2496+
"description": "Fully qualified id of the savings plan being purchased. This value is only guaranteed to be non-null if the purchase is successful."
24972497
},
24982498
"properties": {
24992499
"$ref": "#/definitions/SavingsPlanPurchaseRequest"
@@ -2508,7 +2508,7 @@
25082508
},
25092509
"BenefitTerm": {
25102510
"type": "string",
2511-
"description": "Represent SavingsPlan term in ISO 8601 format.",
2511+
"description": "Represent savings plan term in ISO 8601 format.",
25122512
"enum": [
25132513
"P1Y",
25142514
"P3Y"
@@ -2993,7 +2993,7 @@
29932993
},
29942994
"location": {
29952995
"type": "string",
2996-
"description": "The Azure Region where the reserved resource lives.",
2996+
"description": "The Azure region where the reserved resource lives.",
29972997
"x-ms-mutability": [
29982998
"create",
29992999
"read"
@@ -3627,7 +3627,7 @@
36273627
"in": "query",
36283628
"required": false,
36293629
"type": "string",
3630-
"description": "Filters the skus based on the location specified in this parameter. This can be an azure region or global"
3630+
"description": "Filters the skus based on the location specified in this parameter. This can be an Azure region or global"
36313631
},
36323632
"ReservationOrderIdParameter": {
36333633
"name": "reservationOrderId",

0 commit comments

Comments
 (0)