Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.EventGrid to add version stable/2018-01-01 #14636

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"messageBody": {
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand All @@ -32,6 +39,13 @@
"messageBody": {
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand All @@ -47,6 +61,13 @@
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"editTime": {
"description": "The time at which the message was edited",
"format": "date-time",
Expand All @@ -66,6 +87,13 @@
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"editTime": {
"description": "The time at which the message was edited",
"format": "date-time",
Expand Down