Skip to content

Commit 58aaea1

Browse files
kbharuchaanandanthony
authored andcommitted
[Hub Generated] Review request for Microsoft.Consumption to add version stable/2021-10-01 (Azure#20856)
* swagger correctness changes * fix json files to pass model validation
1 parent 1709b71 commit 58aaea1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4674,7 +4674,7 @@
46744674
"discriminator": "kind",
46754675
"allOf": [
46764676
{
4677-
"$ref": "#/definitions/ProxyResource"
4677+
"$ref": "#/definitions/Resource"
46784678
}
46794679
],
46804680
"properties": {
@@ -4746,7 +4746,7 @@
47464746
"format": "decimal",
47474747
"readOnly": true
47484748
},
4749-
"marketplaceCharges": {
4749+
"azureMarketplaceCharges": {
47504750
"description": "Marketplace Charges.",
47514751
"type": "number",
47524752
"format": "decimal",

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/ChargesForBillingPeriodByDepartment.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"usageEnd": "2018-04-30",
2020
"azureCharges": 5000.00,
2121
"chargesBilledSeparately": 60.90,
22-
"marketplaceCharges": 100.00,
22+
"azureMarketplaceCharges": 100.00,
2323
"currency": "USD"
2424
}
2525
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/ChargesForBillingPeriodByEnrollmentAccount.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"usageEnd": "2018-04-30",
2020
"azureCharges": 5000.00,
2121
"chargesBilledSeparately": 60.90,
22-
"marketplaceCharges": 100.00,
22+
"azureMarketplaceCharges": 100.00,
2323
"currency": "USD"
2424
}
2525
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/ChargesListForDepartmentFilterByStartEndDate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"usageEnd": "2018-04-30",
2020
"azureCharges": 5000.00,
2121
"chargesBilledSeparately": 60.90,
22-
"marketplaceCharges": 100.00,
22+
"azureMarketplaceCharges": 100.00,
2323
"currency": "USD"
2424
}
2525
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/ChargesListForEnrollmentAccountFilterByStartEndDate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"usageEnd": "2018-04-30",
1919
"azureCharges": 5000.00,
2020
"chargesBilledSeparately": 60.90,
21-
"marketplaceCharges": 100.00,
21+
"azureMarketplaceCharges": 100.00,
2222
"currency": "USD"
2323
}
2424
}

0 commit comments

Comments
 (0)