Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
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 @@ -542,6 +542,44 @@
},
"x-ms-parameter-location": "method"
},
"IdParameter": {
Comment thread
solankisamir marked this conversation as resolved.
"name": "id",
Comment thread
solankisamir marked this conversation as resolved.
"in": "path",
"required": true,
"type": "string",
"description": "A resource identifier.",
"minLength": 1,
"maxLength": 80,
"pattern": "(^[\\w]+$)|(^[\\w][\\w\\-]+[\\w]$)",
"x-ms-parameter-location": "method"
},
"PolicyFragmentContentFormat": {
"name": "format",
"in": "query",
"required": false,
"type": "string",
"description": "Policy fragment content format.",
"enum": [
"xml",
"rawxml"
],
"x-ms-enum": {
"name": "PolicyFragmentContentFormat",
"modelAsString": true,
"values": [
{
"value": "xml",
"description": "The contents are inline and Content type is an XML document."
},
{
"value": "rawxml",
"description": "The contents are inline and Content type is a non XML encoded policy document."
}
]
},
"default": "xml",
"x-ms-parameter-location": "method"
},
"PortalRevisionIdParameter": {
"name": "portalRevisionId",
"in": "path",
Expand Down
Loading