diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response.py index c3ee3aad7f21..abd135979bb7 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response.py @@ -14,8 +14,8 @@ class ErrorResponse(Model): - """Error reponse indicates ARM is not able to process the incoming request. - The reason is provided in the error message. + """Error reponse indicates Azure Resource Manager is not able to process the + incoming request. The reason is provided in the error message. :param http_status: Http status code. :type http_status: str diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response_py3.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response_py3.py index b65d2136f8d4..94a49d2d4967 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/error_response_py3.py @@ -14,8 +14,8 @@ class ErrorResponse(Model): - """Error reponse indicates ARM is not able to process the incoming request. - The reason is provided in the error message. + """Error reponse indicates Azure Resource Manager is not able to process the + incoming request. The reason is provided in the error message. :param http_status: Http status code. :type http_status: str diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment.py index 890b770fccdf..2b9c140ac669 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment.py @@ -20,7 +20,8 @@ class PolicyAssignment(Model): :param display_name: The display name of the policy assignment. :type display_name: str - :param policy_definition_id: The ID of the policy definition. + :param policy_definition_id: The ID of the policy definition or policy set + definition being assigned. :type policy_definition_id: str :param scope: The scope for the policy assignment. :type scope: str @@ -39,7 +40,8 @@ class PolicyAssignment(Model): :vartype type: str :ivar name: The name of the policy assignment. :vartype name: str - :param sku: The policy sku. + :param sku: The policy sku. This property is optional, obsolete, and will + be ignored. :type sku: ~azure.mgmt.resource.policy.v2018_03_01.models.PolicySku """ diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment_py3.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment_py3.py index f04b68ecd80d..0decc07c025c 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_assignment_py3.py @@ -20,7 +20,8 @@ class PolicyAssignment(Model): :param display_name: The display name of the policy assignment. :type display_name: str - :param policy_definition_id: The ID of the policy definition. + :param policy_definition_id: The ID of the policy definition or policy set + definition being assigned. :type policy_definition_id: str :param scope: The scope for the policy assignment. :type scope: str @@ -39,7 +40,8 @@ class PolicyAssignment(Model): :vartype type: str :ivar name: The name of the policy assignment. :vartype name: str - :param sku: The policy sku. + :param sku: The policy sku. This property is optional, obsolete, and will + be ignored. :type sku: ~azure.mgmt.resource.policy.v2018_03_01.models.PolicySku """ diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku.py index 8e3dfbbd60e5..458f7cf52f45 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku.py @@ -13,7 +13,7 @@ class PolicySku(Model): - """The policy sku. + """The policy sku. This property is optional, obsolete, and will be ignored. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku_py3.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku_py3.py index 8015144450cc..824479c44f92 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku_py3.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/models/policy_sku_py3.py @@ -13,7 +13,7 @@ class PolicySku(Model): - """The policy sku. + """The policy sku. This property is optional, obsolete, and will be ignored. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/operations/policy_definitions_operations.py b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/operations/policy_definitions_operations.py index 998b44a6930c..35d46e882383 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/operations/policy_definitions_operations.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/operations/policy_definitions_operations.py @@ -619,7 +619,10 @@ def internal_paging(next_link=None, raw=False): def list_by_management_group( self, management_group_id, custom_headers=None, raw=False, **operation_config): - """Gets all the policy definitions in a management group. + """Retrieve policy definitions in a management group. + + This operation retrieves a list of all the policy definitions in a + given management group. :param management_group_id: The ID of the management group. :type management_group_id: str