Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.CostManagement to add ve…
Browse files Browse the repository at this point in the history
…rsion stable/2020-06-01 (#11753)

* Creating separate swagger file for exports

* add exports swagger to readme

* edit api version

* add "TheLast7Days" to exports timeframes

* remove 'TheLast7Days' from export timeframes

* prettier fix

* prettier fix 2

* Fix for swagger correctness: eTag property missing and recurrence not required
  • Loading branch information
paornela authored Dec 4, 2020
1 parent f8dd177 commit 2cd6a84
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,7 @@
"description": "Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.",
"$ref": "#/definitions/ExportRecurrencePeriod"
}
},
"required": [
"recurrence"
]
}
},
"ExportDeliveryInfo": {
"description": "The delivery information associated with a export.",
Expand Down Expand Up @@ -1032,7 +1029,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
Expand Down

0 comments on commit 2cd6a84

Please sign in to comment.