Skip to content

Commit

Permalink
Add annotations property to trigger (#5332)
Browse files Browse the repository at this point in the history
  • Loading branch information
LijuanZ authored and praries880 committed Mar 11, 2019
1 parent 1495122 commit 3130cdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"description": "Parameters for linked service."
},
"annotations": {
"description": "List of tags that can be used for describing the Dataset.",
"description": "List of tags that can be used for describing the linked service.",
"type": "array",
"items": {
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"$ref": "#/definitions/TriggerRuntimeState",
"description": "Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.",
"readOnly": true
},
"annotations": {
"description": "List of tags that can be used for describing the trigger.",
"type": "array",
"items": {
"type": "object"
}
}
},
"additionalProperties": {
Expand Down

0 comments on commit 3130cdd

Please sign in to comment.