diff --git a/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/management_lock_client.py b/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/management_lock_client.py index 6fc53b2fae11..2b481a5bb2c3 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/management_lock_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/management_lock_client.py @@ -25,9 +25,7 @@ class ManagementLockClientConfiguration(AzureConfiguration): :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials object` - :param subscription_id: Gets subscription credentials which uniquely - identify Microsoft Azure subscription. The subscription ID forms part of - the URI for every service call. + :param subscription_id: The ID of the target subscription. :type subscription_id: str :param str base_url: Service URL """ @@ -63,9 +61,7 @@ class ManagementLockClient(SDKClient): :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials object` - :param subscription_id: Gets subscription credentials which uniquely - identify Microsoft Azure subscription. The subscription ID forms part of - the URI for every service call. + :param subscription_id: The ID of the target subscription. :type subscription_id: str :param str base_url: Service URL """ diff --git a/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/operations/management_locks_operations.py b/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/operations/management_locks_operations.py index ba8a6446daaf..85643849148b 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/operations/management_locks_operations.py +++ b/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01/operations/management_locks_operations.py @@ -23,7 +23,7 @@ class ManagementLocksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client Api Version. Constant value: "2015-01-01". + :ivar api_version: The API version to use for the operation. Constant value: "2015-01-01". """ models = models diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/resource_management_client.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/resource_management_client.py index 3870480becf6..db77a80465a1 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/resource_management_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/resource_management_client.py @@ -30,9 +30,7 @@ class ResourceManagementClientConfiguration(AzureConfiguration): :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials object` - :param subscription_id: Gets subscription credentials which uniquely - identify Microsoft Azure subscription. The subscription ID forms part of - the URI for every service call. + :param subscription_id: The ID of the target subscription. :type subscription_id: str :param str base_url: Service URL """ @@ -78,9 +76,7 @@ class ResourceManagementClient(SDKClient): :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials object` - :param subscription_id: Gets subscription credentials which uniquely - identify Microsoft Azure subscription. The subscription ID forms part of - the URI for every service call. + :param subscription_id: The ID of the target subscription. :type subscription_id: str :param str base_url: Service URL """