Skip to content

Commit

Permalink
Done (#17843)
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
  • Loading branch information
royrein and Roy Reinhorn authored Mar 7, 2022
1 parent 73e5d2e commit 193b0a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"manualTrigger"
],
"description": "Triggers playbook on a specific incident",
"operationId": "AutomationRules_ManualTriggerPlaybook",
"operationId": "Incidents_RunPlaybook",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -366,10 +366,10 @@
"properties": {
"actionConfiguration": {
"type": "object",
"x-ms-client-flatten": true,
"$ref": "#/definitions/IncidentPropertiesAction"
}
},
"x-ms-client-flatten": true,
"x-ms-discriminator-value": "ModifyProperties"
},
"AutomationRuleProperties": {
Expand Down Expand Up @@ -786,10 +786,10 @@
"properties": {
"actionConfiguration": {
"type": "object",
"x-ms-client-flatten": true,
"$ref": "#/definitions/PlaybookActionProperties"
}
},
"x-ms-client-flatten": true,
"x-ms-discriminator-value": "RunPlaybook"
},
"AutomationRulesList": {
Expand Down Expand Up @@ -927,10 +927,10 @@
"properties": {
"conditionProperties": {
"type": "object",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AutomationRulePropertyValuesCondition"
}
},
"x-ms-client-flatten": true,
"x-ms-discriminator-value": "Property"
},
"triggersOn": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"manualTrigger"
],
"description": "Triggers playbook on a specific incident",
"operationId": "AutomationRules_ManualTriggerPlaybook",
"operationId": "Incidents_RunPlaybook",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -366,10 +366,10 @@
"properties": {
"actionConfiguration": {
"type": "object",
"x-ms-client-flatten": true,
"$ref": "#/definitions/IncidentPropertiesAction"
}
},
"x-ms-client-flatten": true,
"x-ms-discriminator-value": "ModifyProperties"
},
"AutomationRuleProperties": {
Expand Down Expand Up @@ -786,10 +786,10 @@
"properties": {
"actionConfiguration": {
"type": "object",
"x-ms-client-flatten": true,
"$ref": "#/definitions/PlaybookActionProperties"
}
},
"x-ms-client-flatten": true,
"x-ms-discriminator-value": "RunPlaybook"
},
"AutomationRulesList": {
Expand Down Expand Up @@ -927,10 +927,10 @@
"properties": {
"conditionProperties": {
"type": "object",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AutomationRulePropertyValuesCondition"
}
},
"x-ms-client-flatten": true,
"x-ms-discriminator-value": "Property"
},
"triggersOn": {
Expand Down

0 comments on commit 193b0a7

Please sign in to comment.