Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Capacity to add version …
Browse files Browse the repository at this point in the history
…preview/2019-04-01 (Azure#6539)

* Task 4855805: ARM swagger update from lockedPriceTotal to billingCurrencyTotal & pricingCurrencyTotal.

* Task 4855805: ARM swagger update from lockedPriceTotal to billingCurrencyTotal & pricingCurrencyTotal.
  • Loading branch information
gautam714 authored and celikcigdem committed Jul 17, 2019
1 parent c010ea3 commit b043d9d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
},
"renew": false
}
},
"billingCurrencyTotal": {
"currencyCode": "USD",
"amount": 466.0
},
"pricingCurrencyTotal": {
"currencyCode": "USD",
"amount": 466.0
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,15 +862,27 @@
"purchaseProperties": {
"$ref": "#/definitions/PurchaseRequest"
},
"lockedPriceTotal": {
"pricingCurrencyTotal": {
"type": "object",
"description": "Locked currency & amount for new reservation purchase at the time of renewal. Price is locked 30 days before expiry date time if renew is true.",
"description": "Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry.",
"properties": {
"currencyCode": {
"type": "string"
},
"amount": {
"type": "number"
}
}
},
"billingCurrencyTotal": {
"type": "object",
"description": "Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included.",
"properties": {
"currencyCode": {
"type": "string"
},
"amount": {
"type": "number"
}
}
}
Expand Down Expand Up @@ -1385,7 +1397,11 @@
"VirtualMachines",
"SqlDatabases",
"SuseLinux",
"CosmosDb"
"CosmosDb",
"RedHat",
"SqlDataWarehouse",
"VMwareCloudSimple",
"RedHatOsa"
],
"x-ms-enum": {
"name": "ReservedResourceType",
Expand Down

0 comments on commit b043d9d

Please sign in to comment.