Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chchen3 committed Jan 4, 2023
1 parent d26a64c commit f1ef98d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@
"properties": {
"location": {
"type": "string",
"description": "The Azure Region where the reserved resource lives.",
"description": "The Azure region where the reserved resource lives.",
"x-ms-mutability": [
"create",
"read"
Expand Down Expand Up @@ -2450,7 +2450,7 @@
},
"SavingsPlanToPurchaseCalculateExchange": {
"type": "object",
"description": "Savings Plan purchase details",
"description": "Savings plan purchase details",
"properties": {
"properties": {
"$ref": "#/definitions/SavingsPlanPurchaseRequest"
Expand Down Expand Up @@ -2485,15 +2485,15 @@
},
"SavingsPlanToPurchaseExchange": {
"type": "object",
"description": "Savings Plan purchase details",
"description": "Savings plan purchase details",
"properties": {
"savingsPlanOrderId": {
"type": "string",
"description": "Fully qualified id of the Savings Plan order being purchased"
"description": "Fully qualified id of the savings plan order being purchased"
},
"savingsPlanId": {
"type": "string",
"description": "Fully qualified id of the Savings Plan being purchased. This value is only guaranteed to be non-null if the purchase is successful."
"description": "Fully qualified id of the savings plan being purchased. This value is only guaranteed to be non-null if the purchase is successful."
},
"properties": {
"$ref": "#/definitions/SavingsPlanPurchaseRequest"
Expand All @@ -2508,7 +2508,7 @@
},
"BenefitTerm": {
"type": "string",
"description": "Represent SavingsPlan term in ISO 8601 format.",
"description": "Represent savings plan term in ISO 8601 format.",
"enum": [
"P1Y",
"P3Y"
Expand Down Expand Up @@ -2993,7 +2993,7 @@
},
"location": {
"type": "string",
"description": "The Azure Region where the reserved resource lives.",
"description": "The Azure region where the reserved resource lives.",
"x-ms-mutability": [
"create",
"read"
Expand Down Expand Up @@ -3627,7 +3627,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "Filters the skus based on the location specified in this parameter. This can be an azure region or global"
"description": "Filters the skus based on the location specified in this parameter. This can be an Azure region or global"
},
"ReservationOrderIdParameter": {
"name": "reservationOrderId",
Expand Down

0 comments on commit f1ef98d

Please sign in to comment.