From d8281d7967f1cbc88ef2650a9899f594632680c6 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 23 Jul 2018 17:29:05 -0700 Subject: [PATCH] Generated from 1dda4e455040e612e0553c6d9503d29509cde751 (#2968) Add iotcentral version 2018-09-01 --- .../azure/mgmt/iotcentral/iot_central_client.py | 2 +- .../azure/mgmt/iotcentral/operations/apps_operations.py | 4 ++-- .../azure/mgmt/iotcentral/operations/operations.py | 4 ++-- azure-mgmt-iotcentral/azure/mgmt/iotcentral/version.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/iot_central_client.py b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/iot_central_client.py index 6ad9e0b45917..31859e58bed7 100644 --- a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/iot_central_client.py +++ b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/iot_central_client.py @@ -76,7 +76,7 @@ def __init__( super(IotCentralClient, self).__init__(self.config.credentials, self.config) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2017-07-01-privatepreview' + self.api_version = '2018-09-01' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) diff --git a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/apps_operations.py b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/apps_operations.py index 64fa9529ec62..4f5632207bbe 100644 --- a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/apps_operations.py +++ b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/apps_operations.py @@ -24,7 +24,7 @@ class AppsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The version of the API. Constant value: "2017-07-01-privatepreview". + :ivar api_version: The version of the API. Constant value: "2018-09-01". """ models = models @@ -34,7 +34,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-07-01-privatepreview" + self.api_version = "2018-09-01" self.config = config diff --git a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/operations.py b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/operations.py index b53cd27c7205..379a116eee82 100644 --- a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/operations.py +++ b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/operations.py @@ -22,7 +22,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The version of the API. Constant value: "2017-07-01-privatepreview". + :ivar api_version: The version of the API. Constant value: "2018-09-01". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-07-01-privatepreview" + self.api_version = "2018-09-01" self.config = config diff --git a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/version.py b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/version.py index e0ec669828cb..c9a9b899085f 100644 --- a/azure-mgmt-iotcentral/azure/mgmt/iotcentral/version.py +++ b/azure-mgmt-iotcentral/azure/mgmt/iotcentral/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.1.0" +VERSION = "2018-09-01"