Skip to content

Commit

Permalink
Add Url Signing action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gubalasu committed Aug 3, 2020
1 parent 4bb6de0 commit c307faa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3864,6 +3864,24 @@
}
}
},
"UrlSigningAction": {
"description": "Defines the url signing action for the delivery rule.",
"x-ms-discriminator-value": "UrlSigning",
"allOf": [
{
"$ref": "#/definitions/DeliveryRuleAction"
}
],
"required": [
"parameters"
],
"properties": {
"parameters": {
"description": "Defines the parameters for the action.",
"$ref": "#/definitions/UrlSigningActionParameters"
}
}
},
"UrlSigningActionParameters": {
"description": "Defines the parameters for the Url Signing action.",
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3864,6 +3864,24 @@
}
}
},
"UrlSigningAction": {
"description": "Defines the url signing action for the delivery rule.",
"x-ms-discriminator-value": "UrlSigning",
"allOf": [
{
"$ref": "#/definitions/DeliveryRuleAction"
}
],
"required": [
"parameters"
],
"properties": {
"parameters": {
"description": "Defines the parameters for the action.",
"$ref": "#/definitions/UrlSigningActionParameters"
}
}
},
"UrlSigningActionParameters": {
"description": "Defines the parameters for the Url Signing action.",
"required": [
Expand Down

0 comments on commit c307faa

Please sign in to comment.