Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update to stable version of Common
  • Loading branch information
antonsamson-msft committed May 29, 2025
commit 6d7d3fc4315bbb2c446a9add65f8d47f20a85426
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/communication/data-plane/CallAutomation/stable/2025-06-15/communicationservicescallautomation.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": {
"version": "2025-06-15",
Expand Down Expand Up @@ -1728,13 +1728,13 @@
}
},
"CommunicationIdentifierModel": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/CommunicationIdentifierModel"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationIdentifierModel"
},
"PhoneNumberIdentifierModel": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/PhoneNumberIdentifierModel"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/PhoneNumberIdentifierModel"
},
"CommunicationUserIdentifierModel": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/CommunicationUserIdentifierModel"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationUserIdentifierModel"
},
"CallIntelligenceOptions": {
"description": "AI options for the call.",
Expand Down Expand Up @@ -1843,19 +1843,19 @@
"x-ms-discriminator-value": "websocket"
},
"MicrosoftTeamsAppIdentifierModel": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/MicrosoftTeamsAppIdentifierModel"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/MicrosoftTeamsAppIdentifierModel"
},
"MicrosoftTeamsUserIdentifierModel": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
},
"TeamsExtensionUserIdentifierModel": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/TeamsExtensionUserIdentifierModel"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/TeamsExtensionUserIdentifierModel"
},
"CommunicationErrorResponse": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/CommunicationErrorResponse"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationErrorResponse"
},
"CommunicationError": {
"$ref": "../../../Common/preview/2025-03-15-preview/common.json#/definitions/CommunicationError"
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationError"
},
"CallConnectionStateModel": {
"description": "The state of the call connection.",
Expand Down