Skip to content

Commit

Permalink
Reuse cdn.json UrlSigningParamIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicl-ms committed Sep 19, 2023
1 parent 0417a16 commit 2a01bf8
Showing 1 changed file with 1 addition and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6028,41 +6028,14 @@
"description": "Defines which query string parameters in the url to be considered for expires, key id etc. ",
"type": "array",
"items": {
"$ref": "#/definitions/UrlSigningParamIdentifier"
"$ref": "./cdn.json#/definitions/UrlSigningParamIdentifier"
},
"x-ms-identifiers": [
"paramName"
]
}
}
},
"UrlSigningParamIdentifier": {
"description": "Defines how to identify a parameter for a specific purpose e.g. expires",
"type": "object",
"required": [
"paramIndicator",
"paramName"
],
"properties": {
"paramIndicator": {
"description": "Indicates the purpose of the parameter",
"type": "string",
"enum": [
"Expires",
"KeyId",
"Signature"
],
"x-ms-enum": {
"name": "paramIndicator",
"modelAsString": true
}
},
"paramName": {
"description": "Parameter name",
"type": "string"
}
}
},
"CheckEndpointNameAvailabilityInput": {
"description": "Input of CheckNameAvailability API.",
"type": "object",
Expand Down

0 comments on commit 2a01bf8

Please sign in to comment.