Skip to content

Commit

Permalink
Dev/kalyanke/webhook activitypolicy (#25365)
Browse files Browse the repository at this point in the history
* Add pipeline policy and ElapsedTime Policy

* adding missing objects

* fix schema validation

* fix prettier issues

* Change webhook to ExecutionActivity

* change to policy object

* fix comments

---------

Co-authored-by: Kalyan C Kesireddy <[email protected]>
  • Loading branch information
kalyanrk61 and Kalyan C Kesireddy authored Sep 29, 2023
1 parent 58b64db commit 865e7c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7907,6 +7907,10 @@
"description": "WebHook activity properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/WebHookActivityTypeProperties"
},
"policy": {
"$ref": "#/definitions/SecureInputOutputPolicy",
"description": "Activity policy."
}
},
"required": [
Expand Down

0 comments on commit 865e7c1

Please sign in to comment.