Skip to content

Commit 11bbc2b

Browse files
change the event type of tags from string to object (#26579)
* change the event type of tags from string to object * ran prettier check
1 parent 2055e48 commit 11bbc2b

File tree

1 file changed

+4
-1
lines changed
  • specification/eventgrid/data-plane/Microsoft.ResourceNotifications/stable/2018-01-01

1 file changed

+4
-1
lines changed

specification/eventgrid/data-plane/Microsoft.ResourceNotifications/stable/2018-01-01/common.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
},
3030
"tags": {
3131
"description": "the tags on the resource for which the event is being emitted",
32-
"type": "string"
32+
"type": "object",
33+
"additionalProperties": {
34+
"type": "string"
35+
}
3336
},
3437
"properties": {
3538
"description": "properties in the payload of the resource for which the event is being emitted",

0 commit comments

Comments
 (0)