diff --git a/azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_01/operations/resource_links_operations.py b/azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_01/operations/resource_links_operations.py index 05135e11749..395f8a8a657 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_01/operations/resource_links_operations.py +++ b/azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_01/operations/resource_links_operations.py @@ -228,8 +228,8 @@ def list_at_subscription( """Gets all the linked resources for the subscription. :param filter: The filter to apply on the list resource links - operation. The supported filter for list resource links is targetid. - For example, $filter=targetid eq {value} + operation. The supported filter for list resource links is targetId. + For example, $filter=targetId eq {value} :type filter: 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-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended.py index edfe6ab7055..e2065555e3a 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended.py @@ -21,7 +21,7 @@ class DeploymentPropertiesExtended(Model): :type correlation_id: str :param timestamp: The timestamp of the template deployment. :type timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended_py3.py index e7d5b758a4f..3819807e38e 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/deployment_properties_extended_py3.py @@ -21,7 +21,7 @@ class DeploymentPropertiesExtended(Model): :type correlation_id: str :param timestamp: The timestamp of the template deployment. :type timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link.py index 3847a62562a..a657e59ff1b 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link_py3.py index 8325aabe4a3..5fcf9c18d5f 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01/models/parameters_link_py3.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended.py index e95f6889239..b337d1cf4d3 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended_py3.py index c38d218f11b..1bb1c132b19 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/deployment_properties_extended_py3.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link.py index c436b9d4ab6..0696248fc17 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link_py3.py index 52bc9723fa3..734546c362c 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/parameters_link_py3.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group.py index 5744235367c..6a66925978e 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group.py @@ -28,7 +28,7 @@ class ResourceGroup(Model): :type properties: ~azure.mgmt.resource.resources.v2016_09_01.models.ResourceGroupProperties :param location: Required. The location of the resource group. It cannot - be changed after the resource group has been created. It muct be one of + be changed after the resource group has been created. It must be one of the supported Azure locations. :type location: str :param managed_by: The ID of the resource that manages this resource diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group_py3.py index 431e5c21f17..1243c3e93af 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/models/resource_group_py3.py @@ -28,7 +28,7 @@ class ResourceGroup(Model): :type properties: ~azure.mgmt.resource.resources.v2016_09_01.models.ResourceGroupProperties :param location: Required. The location of the resource group. It cannot - be changed after the resource group has been created. It muct be one of + be changed after the resource group has been created. It must be one of the supported Azure locations. :type location: str :param managed_by: The ID of the resource that manages this resource diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/operations/resources_operations.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/operations/resources_operations.py index af1b132459e..1f65ea4738b 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/operations/resources_operations.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01/operations/resources_operations.py @@ -93,7 +93,7 @@ def move_resources( on the groups until the move completes. . :param source_resource_group_name: The name of the resource group - containing the rsources to move. + containing the resources to move. :type source_resource_group_name: str :param resources: The IDs of the resources. :type resources: list[str] diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended.py index 091c71ec2dc..da33803f8f9 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended_py3.py index fec0234e264..1209ad4f26f 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/deployment_properties_extended_py3.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link.py index c436b9d4ab6..0696248fc17 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link_py3.py index 52bc9723fa3..734546c362c 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10/models/parameters_link_py3.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended.py index eb120e6b8ee..0e5ffa0ec43 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended_py3.py index 7bd847dd042..aede2450595 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/deployment_properties_extended_py3.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link.py index c436b9d4ab6..0696248fc17 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link_py3.py index 52bc9723fa3..734546c362c 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_02_01/models/parameters_link_py3.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended.py index 33237c2da8c..a3539cd9509 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended_py3.py index db20af1ad7b..f59df3ea125 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/deployment_properties_extended_py3.py @@ -24,7 +24,7 @@ class DeploymentPropertiesExtended(Model): :vartype correlation_id: str :ivar timestamp: The timestamp of the template deployment. :vartype timestamp: datetime - :param outputs: Key/value pairs that represent deploymentoutput. + :param outputs: Key/value pairs that represent deployment output. :type outputs: object :param providers: The list of resource providers needed for the deployment. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link.py index c436b9d4ab6..0696248fc17 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link_py3.py b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link_py3.py index 52bc9723fa3..734546c362c 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/v2018_05_01/models/parameters_link_py3.py @@ -13,7 +13,7 @@ class ParametersLink(Model): - """Entity representing the reference to the deployment paramaters. + """Entity representing the reference to the deployment parameters. All required parameters must be populated in order to send to Azure.