From 971027ee634bf69f16d5d3a22c18d041e3d3b8d9 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 14 May 2019 01:57:19 +0000 Subject: [PATCH] Generated from 96295fc95567dcd52215bafad85d53dc931adc32 Add Api-version 2018-11-01 for WebApps Collection Add package Tag Fix path to common definitions --- .../azure/mgmt/web/operations/web_apps_operations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-mgmt-web/azure/mgmt/web/operations/web_apps_operations.py b/azure-mgmt-web/azure/mgmt/web/operations/web_apps_operations.py index 9b5d7b3e5d0b..acbcc1d99ea6 100644 --- a/azure-mgmt-web/azure/mgmt/web/operations/web_apps_operations.py +++ b/azure-mgmt-web/azure/mgmt/web/operations/web_apps_operations.py @@ -25,7 +25,7 @@ class WebAppsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: API Version. Constant value: "2018-02-01". + :ivar api_version: API Version. Constant value: "2018-11-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-02-01" + self.api_version = "2018-11-01" self.config = config