diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimanagement.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimanagement.json index 0b783369a885..7aae28c6cdcc 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimanagement.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimanagement.json @@ -490,9 +490,7 @@ "description": "Policy Export Format.", "enum": [ "xml", - "xml-link", - "rawxml", - "rawxml-link" + "rawxml" ], "x-ms-enum": { "name": "PolicyExportFormat", @@ -502,17 +500,9 @@ "value": "xml", "description": "The contents are inline and Content type is an XML document." }, - { - "value": "xml-link", - "description": "The policy XML document is exported to a storage blob with SAS key valid for 5 minutes." - }, { "value": "rawxml", "description": "The contents are inline and Content type is a non XML encoded policy document." - }, - { - "value": "rawxml-link", - "description": "The policy document is not XML encoded is exported to a storage blob with SAS Key valid for 5 minutes." } ] }, diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimapis.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimapis.json index 1da121f948c8..4be9ae56fea6 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimapis.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimapis.json @@ -1265,9 +1265,6 @@ { "$ref": "./apimanagement.json#/parameters/PolicyIdParameter" }, - { - "$ref": "./apimanagement.json#/parameters/PolicyExportFormat" - }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter" }, @@ -1317,6 +1314,9 @@ { "$ref": "./apimanagement.json#/parameters/OperationIdParameter" }, + { + "$ref": "./apimanagement.json#/parameters/PolicyExportFormat" + }, { "$ref": "./apimanagement.json#/parameters/PolicyIdParameter" },