Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,7 @@
"description": "Policy Export Format.",
"enum": [
"xml",
"xml-link",
"rawxml",
"rawxml-link"
"rawxml"
],
"x-ms-enum": {
"name": "PolicyExportFormat",
Expand All @@ -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."
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1265,9 +1265,6 @@
{
"$ref": "./apimanagement.json#/parameters/PolicyIdParameter"
},
{
"$ref": "./apimanagement.json#/parameters/PolicyExportFormat"
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -1317,6 +1314,9 @@
{
"$ref": "./apimanagement.json#/parameters/OperationIdParameter"
},
{
"$ref": "./apimanagement.json#/parameters/PolicyExportFormat"
},
{
"$ref": "./apimanagement.json#/parameters/PolicyIdParameter"
},
Expand Down