From 6162973ef0993464a1806f8db5ca913f0fa5d6c8 Mon Sep 17 00:00:00 2001 From: Nicholas King Date: Tue, 31 Jul 2018 16:58:45 -0700 Subject: [PATCH 1/2] WebApps - Add BackupName to replace non-ARM-compliant Name property on Backup API models --- .../Microsoft.Web/stable/2018-02-01/WebApps.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json index e52341d89389..e6558e2b4389 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json @@ -16874,7 +16874,7 @@ "type": "string", "readOnly": true }, - "name": { + "backupName": { "description": "Name of this backup.", "type": "string", "readOnly": true @@ -16994,6 +16994,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" @@ -20339,4 +20343,4 @@ ] } ] -} \ No newline at end of file +} From c8664a06cff19844eb381ad410872b34cba23b27 Mon Sep 17 00:00:00 2001 From: Nicholas King Date: Tue, 14 Aug 2018 14:20:05 -0700 Subject: [PATCH 2/2] Revert breaking change to BackupItem. BackupItemName property will be fine in place of BackupName for now. --- .../Microsoft.Web/stable/2018-02-01/WebApps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json index e6558e2b4389..33a3bf0d85d1 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json @@ -16874,7 +16874,7 @@ "type": "string", "readOnly": true }, - "backupName": { + "name": { "description": "Name of this backup.", "type": "string", "readOnly": true