Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CosmosDB] Add new APIversion stable/2020-09-01 #10915

Merged
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