From 5587dda892fa4eef5e99bdce8d426d7357f63197 Mon Sep 17 00:00:00 2001 From: Bala Date: Wed, 5 Sep 2018 10:32:38 -0700 Subject: [PATCH] Add new OsType parameters for Microsoft.Web/availablestacks --- .../Microsoft.Web/stable/2018-02-01/Provider.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/Provider.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/Provider.json index 6d18caa86239..6316d9e4ae32 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/Provider.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/Provider.json @@ -30,7 +30,9 @@ "type": "string", "enum": [ "Windows", - "Linux" + "Linux", + "WindowsFunctions", + "LinuxFunctions" ] }, { @@ -108,7 +110,9 @@ "type": "string", "enum": [ "Windows", - "Linux" + "Linux", + "WindowsFunctions", + "LinuxFunctions" ] }, {