Skip to content

Commit

Permalink
[CosmosDB] Add new APIversion stable/2020-09-01 (Azure#10915)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.DocumentDB from version stable/2020-04-01 to version 2020-09-01

* Updates readme

* Updates API version in new specs and examples

* Backup policy changes into new stable version

* Adding default error response for post requests

* Removing analyticalStorageTTL from examples

* Making options optional and setting type for timestamp
  • Loading branch information
kavskalyan authored and giromm2ms committed Dec 20, 2020
1 parent 6b07587 commit b812eb3
Show file tree
Hide file tree
Showing 131 changed files with 13,824 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7686,7 +7686,7 @@
},
"restoreSource": {
"type": "string",
"description": "Path of the source account from which the restore has to be initiated"
"description": "The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}"
},
"restoreTimestampInUtc": {
"type": "string",
Expand Down
Loading

0 comments on commit b812eb3

Please sign in to comment.