Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Consumption to add versi…
Browse files Browse the repository at this point in the history
…on stable/2021-10-01 (#20856)

* swagger correctness changes

* fix json files to pass model validation
  • Loading branch information
kbharucha authored Oct 13, 2022
1 parent 4387e51 commit 2ecbe51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4674,7 +4674,7 @@
"discriminator": "kind",
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
"$ref": "#/definitions/Resource"
}
],
"properties": {
Expand Down Expand Up @@ -4746,7 +4746,7 @@
"format": "decimal",
"readOnly": true
},
"marketplaceCharges": {
"azureMarketplaceCharges": {
"description": "Marketplace Charges.",
"type": "number",
"format": "decimal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"usageEnd": "2018-04-30",
"azureCharges": 5000.00,
"chargesBilledSeparately": 60.90,
"marketplaceCharges": 100.00,
"azureMarketplaceCharges": 100.00,
"currency": "USD"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"usageEnd": "2018-04-30",
"azureCharges": 5000.00,
"chargesBilledSeparately": 60.90,
"marketplaceCharges": 100.00,
"azureMarketplaceCharges": 100.00,
"currency": "USD"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"usageEnd": "2018-04-30",
"azureCharges": 5000.00,
"chargesBilledSeparately": 60.90,
"marketplaceCharges": 100.00,
"azureMarketplaceCharges": 100.00,
"currency": "USD"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"usageEnd": "2018-04-30",
"azureCharges": 5000.00,
"chargesBilledSeparately": 60.90,
"marketplaceCharges": 100.00,
"azureMarketplaceCharges": 100.00,
"currency": "USD"
}
}
Expand Down

0 comments on commit 2ecbe51

Please sign in to comment.