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/2019-10-01 (Azure#20855)

* swagger correctness changes

* fix json files to pass model validation

* using RevisedResource instead of Resource
  • Loading branch information
kbharucha authored and anandanthony committed Dec 16, 2022
1 parent e372d07 commit ac1c8f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4537,7 +4537,7 @@
"discriminator": "kind",
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
"$ref": "#/definitions/RevisedResource"
}
],
"properties": {
Expand Down Expand Up @@ -4609,7 +4609,7 @@
"format": "decimal",
"readOnly": true
},
"marketplaceCharges": {
"azureMarketplaceCharges": {
"description": "Marketplace Charges.",
"type": "number",
"format": "decimal",
Expand Down Expand Up @@ -4700,6 +4700,11 @@
"description": "Is charge Invoiced",
"type": "boolean",
"readOnly": true
},
"subscriptionId": {
"description": "Subscription guid.",
"type": "string",
"readOnly": true
}
}
},
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 ac1c8f6

Please sign in to comment.