From 45a695f12bca8bf8b3532a4d1c8f02571f83bf51 Mon Sep 17 00:00:00 2001 From: "Ashraf Farok (PALASH)" Date: Fri, 17 Aug 2018 23:48:46 -0700 Subject: [PATCH] Add HyperV property for AppServicePlan and Site model and deprecating IsXenon property --- .../stable/2018-02-01/AppServicePlans.json | 9 +++++++++ .../stable/2018-02-01/CommonDefinitions.json | 18 ++++++++++++++++++ .../stable/2018-02-01/WebApps.json | 9 +++++++++ 3 files changed, 36 insertions(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/AppServicePlans.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/AppServicePlans.json index c35621fc5a17..79412182b661 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/AppServicePlans.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/AppServicePlans.json @@ -1591,6 +1591,15 @@ ] }, "isXenon": { + "description": "Obsolete: If Hyper-V container app service plan true, false otherwise.", + "default": false, + "type": "boolean", + "x-ms-mutability": [ + "create", + "read" + ] + }, + "hyperV": { "description": "If Hyper-V container app service plan true, false otherwise.", "default": false, "type": "boolean", diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json index 17ef3cb89f8a..9a102b1333c5 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json @@ -363,6 +363,15 @@ ] }, "isXenon": { + "description": "Obsolete: If Hyper-V container app service plan true, false otherwise.", + "default": false, + "type": "boolean", + "x-ms-mutability": [ + "create", + "read" + ] + }, + "hyperV": { "description": "If Hyper-V container app service plan true, false otherwise.", "default": false, "type": "boolean", @@ -1966,6 +1975,15 @@ ] }, "isXenon": { + "description": "Obsolete: Hyper-V sandbox.", + "default": false, + "type": "boolean", + "x-ms-mutability": [ + "create", + "read" + ] + }, + "hyperV": { "description": "Hyper-V sandbox.", "default": false, "type": "boolean", 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 10aa718482e9..6ec534a49fae 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 @@ -19697,6 +19697,15 @@ ] }, "isXenon": { + "description": "Obsolete: Hyper-V sandbox.", + "default": false, + "type": "boolean", + "x-ms-mutability": [ + "create", + "read" + ] + }, + "hyperV": { "description": "Hyper-V sandbox.", "default": false, "type": "boolean",