Skip to content

Commit

Permalink
chore: jsonfmt commerce (Azure#5981)
Browse files Browse the repository at this point in the history
Ran `jsonfmt -w "specification/commerce/**/*.json"`
  • Loading branch information
nschonni authored and kpajdzik committed May 16, 2019
1 parent 9b48513 commit 23b177e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@
"Monetary Commitment",
"Monetary Credit"
],
"x-ms-enum": {
"name": "OfferTermInfo",
"modelAsString": false
}
"x-ms-enum": {
"name": "OfferTermInfo",
"modelAsString": false
}
},
"EffectiveDate": {
"description": "Indicates the date from which the offer term is effective.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"title": "Get RateCard",
"parameters": {
"subscriptionId": "6d61cc05-8f8f-4916-b1b9-f1d9c25aae27",
"api-version": "2015-06-01-preview",
"$filter": "OfferDurableId eq 'MS-AZR-0003P' and Currency eq 'USD' and Locale eq 'en-US' and RegionInfo eq 'US'"
},
"responses": {
"200": {
"body": {
"OfferTerms": [],
"Meters": [
{
"EffectiveDate": "2017-09-01T00:00:00Z",
"IncludedQuantity": 0,
"MeterCategory": "Test Category",
"MeterId": "1d7518e5-bc2f-4a93-9057-1b3047856645",
"MeterName": "Test Meter",
"MeterRates": {
"0": 1.99,
"100": 0.99
},
"MeterRegion": "US West",
"MeterSubCategory": "Test Subcategory",
"MeterTags": [
"Third Party"
],
"Unit": "Hours"
}
]
}
}
"title": "Get RateCard",
"parameters": {
"subscriptionId": "6d61cc05-8f8f-4916-b1b9-f1d9c25aae27",
"api-version": "2015-06-01-preview",
"$filter": "OfferDurableId eq 'MS-AZR-0003P' and Currency eq 'USD' and Locale eq 'en-US' and RegionInfo eq 'US'"
},
"responses": {
"200": {
"body": {
"OfferTerms": [],
"Meters": [
{
"EffectiveDate": "2017-09-01T00:00:00Z",
"IncludedQuantity": 0,
"MeterCategory": "Test Category",
"MeterId": "1d7518e5-bc2f-4a93-9057-1b3047856645",
"MeterName": "Test Meter",
"MeterRates": {
"0": 1.99,
"100": 0.99
},
"MeterRegion": "US West",
"MeterSubCategory": "Test Subcategory",
"MeterTags": [
"Third Party"
],
"Unit": "Hours"
}
]
}
}
}
}
}

0 comments on commit 23b177e

Please sign in to comment.