Skip to content

Commit

Permalink
WebApps - Add BackupName to backup API models (#3560)
Browse files Browse the repository at this point in the history
* WebApps - Add BackupName to replace non-ARM-compliant Name property on Backup API models

* Revert breaking change to BackupItem. BackupItemName property will be fine in place of BackupName for now.
  • Loading branch information
Nicholas King authored and anuchandy committed Aug 20, 2018
1 parent faf3eb9 commit d800d9c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17213,6 +17213,10 @@
"storageAccountUrl"
],
"properties": {
"backupName": {
"description": "Name of the backup.",
"type": "string"
},
"enabled": {
"description": "True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.",
"type": "boolean"
Expand Down

0 comments on commit d800d9c

Please sign in to comment.