Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
"type": "integer"
},
"storageAccountType": {
"description": "The storage account type used to store backups for this database. The current options are LRS (LocallyRedundantStorage), ZRS (ZoneRedundantStorage) and GRS (GeoRedundantStorage)",
"description": "The storage account type used to store backups for this database. Currently the only supported option is GRS (GeoRedundantStorage).",
"enum": [
"GRS",
"LRS",
Expand Down