Skip to content

Commit

Permalink
revert not support formats (#5763)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored and shahabhijeet committed Apr 26, 2019
1 parent 71bc2f6 commit a151916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
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

0 comments on commit a151916

Please sign in to comment.