From 26865e435b52e217fcca2a69e670991197092b11 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 5 Sep 2018 17:54:05 +0000 Subject: [PATCH] Generated from 5587dda892fa4eef5e99bdce8d426d7357f63197 Add new OsType parameters for Microsoft.Web/availablestacks --- .../azure/mgmt/web/operations/provider_operations.py | 6 ++++-- azure-mgmt-web/azure/mgmt/web/version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/azure-mgmt-web/azure/mgmt/web/operations/provider_operations.py b/azure-mgmt-web/azure/mgmt/web/operations/provider_operations.py index 19430e11b82f..884a432121a4 100644 --- a/azure-mgmt-web/azure/mgmt/web/operations/provider_operations.py +++ b/azure-mgmt-web/azure/mgmt/web/operations/provider_operations.py @@ -42,7 +42,8 @@ def get_available_stacks( Get available application frameworks and their versions. - :param os_type_selected: Possible values include: 'Windows', 'Linux' + :param os_type_selected: Possible values include: 'Windows', 'Linux', + 'WindowsFunctions', 'LinuxFunctions' :type os_type_selected: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the @@ -170,7 +171,8 @@ def get_available_stacks_on_prem( Get available application frameworks and their versions. - :param os_type_selected: Possible values include: 'Windows', 'Linux' + :param os_type_selected: Possible values include: 'Windows', 'Linux', + 'WindowsFunctions', 'LinuxFunctions' :type os_type_selected: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-web/azure/mgmt/web/version.py b/azure-mgmt-web/azure/mgmt/web/version.py index 57866fdf17d0..8ae395630e43 100644 --- a/azure-mgmt-web/azure/mgmt/web/version.py +++ b/azure-mgmt-web/azure/mgmt/web/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.40.0" +VERSION = "0.36.0"