Skip to content
Prev Previous commit
Next Next commit
revert the update chat message request change
  • Loading branch information
LuChen-Microsoft committed Jan 14, 2025
commit b70d9a614aaec5c93611555e665d7b50aedf3f52
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/communication/data-plane/Chat/stable/2025-03-15/communicationserviceschat.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.

Check notice on line 1 in specification/communication/data-plane/Chat/stable/2025-03-15/communicationserviceschat.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "Azure Communication Chat Service",
Expand Down Expand Up @@ -1604,13 +1604,6 @@
"additionalProperties": {
"type": "string"
}
},
"attachments": {
"description": "The array of attachments",
"type": "array",
"items": {
"$ref": "#/definitions/ChatAttachment"
}
}
}
},
Expand Down
Loading