diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/api_management_client_enums.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/api_management_client_enums.py index fccd5681cb26..2d0813e18839 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/api_management_client_enums.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/api_management_client_enums.py @@ -16,6 +16,8 @@ class PolicyContentFormat(str, Enum): xml = "xml" xml_link = "xml-link" + rawxml = "rawxml" + rawxml_link = "rawxml-link" class Protocol(str, Enum): diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract.py index 3f9ee1431ee0..63747be29cfd 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract.py @@ -30,7 +30,8 @@ class PolicyContract(Resource): Policy. :type policy_content: str :param content_format: Format of the policyContent. Possible values - include: 'xml', 'xml-link'. Default value: "xml" . + include: 'xml', 'xml-link', 'rawxml', 'rawxml-link'. Default value: "xml" + . :type content_format: str or ~azure.mgmt.apimanagement.models.PolicyContentFormat """ diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract_py3.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract_py3.py index 49fecdc49cf9..d56fa1e6ac2f 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract_py3.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/models/policy_contract_py3.py @@ -30,7 +30,8 @@ class PolicyContract(Resource): Policy. :type policy_content: str :param content_format: Format of the policyContent. Possible values - include: 'xml', 'xml-link'. Default value: "xml" . + include: 'xml', 'xml-link', 'rawxml', 'rawxml-link'. Default value: "xml" + . :type content_format: str or ~azure.mgmt.apimanagement.models.PolicyContentFormat """ diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_operation_policy_operations.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_operation_policy_operations.py index 3cb9b3ca0d50..bfbe2795c2a1 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_operation_policy_operations.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_operation_policy_operations.py @@ -273,7 +273,7 @@ def create_or_update( entity, but required when updating an entity. :type if_match: str :param content_format: Format of the policyContent. Possible values - include: 'xml', 'xml-link' + include: 'xml', 'xml-link', 'rawxml', 'rawxml-link' :type content_format: str or ~azure.mgmt.apimanagement.models.PolicyContentFormat :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_policy_operations.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_policy_operations.py index 83fdff87d9e0..4018aa1288c3 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_policy_operations.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/api_policy_operations.py @@ -263,7 +263,7 @@ def create_or_update( entity, but required when updating an entity. :type if_match: str :param content_format: Format of the policyContent. Possible values - include: 'xml', 'xml-link' + include: 'xml', 'xml-link', 'rawxml', 'rawxml-link' :type content_format: str or ~azure.mgmt.apimanagement.models.PolicyContentFormat :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/policy_operations.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/policy_operations.py index 96af9bab57ca..f418849b26d0 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/policy_operations.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/policy_operations.py @@ -245,7 +245,7 @@ def create_or_update( Policy. :type policy_content: str :param content_format: Format of the policyContent. Possible values - include: 'xml', 'xml-link' + include: 'xml', 'xml-link', 'rawxml', 'rawxml-link' :type content_format: str or ~azure.mgmt.apimanagement.models.PolicyContentFormat :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/product_policy_operations.py b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/product_policy_operations.py index 0b2471308071..667f1e30ee36 100644 --- a/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/product_policy_operations.py +++ b/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/product_policy_operations.py @@ -258,7 +258,7 @@ def create_or_update( entity, but required when updating an entity. :type if_match: str :param content_format: Format of the policyContent. Possible values - include: 'xml', 'xml-link' + include: 'xml', 'xml-link', 'rawxml', 'rawxml-link' :type content_format: str or ~azure.mgmt.apimanagement.models.PolicyContentFormat :param dict custom_headers: headers that will be added to the request