Skip to content

Commit

Permalink
[ACR] Update Webhook Event Target Schema to Add Name and Version (#5390)
Browse files Browse the repository at this point in the history
* add name and version to webhook list-events schema

* trigger new azure-sdk-for-net build

* trigger new azure-sdk-for-net build
  • Loading branch information
jaysterp authored and anuchandy committed Mar 21, 2019
1 parent 0972d9b commit 4475d4e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2358,6 +2358,14 @@
"tag": {
"description": "The tag name.",
"type": "string"
},
"name": {
"description": "The name of the artifact.",
"type": "string"
},
"version": {
"description": "The version of the artifact.",
"type": "string"
}
}
},
Expand Down

0 comments on commit 4475d4e

Please sign in to comment.