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

Removed OperationContext from Recording Apis #21309

Merged
Show file tree
Hide file tree
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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -720,13 +720,6 @@
"required": true,
"type": "string"
},
{
"name": "request.operationContext",
"in": "query",
"description": "The context of the operation.",
"required": false,
"type": "string"
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -788,15 +781,6 @@
"required": true,
"type": "string"
},
{
"name": "request",
"in": "body",
"description": "Request body of stop call recording request.",
"required": true,
"schema": {
"$ref": "#/definitions/StopCallRecordingRequest"
}
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -850,15 +834,6 @@
"required": true,
"type": "string"
},
{
"name": "request",
"in": "body",
"description": "Request body of pause call recording request.",
"required": true,
"schema": {
"$ref": "#/definitions/PauseCallRecordingRequest"
}
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -912,15 +887,6 @@
"required": true,
"type": "string"
},
{
"name": "request",
"in": "body",
"description": "Request body of resume call recording request.",
"required": true,
"schema": {
"$ref": "#/definitions/ResumeCallRecordingRequest"
}
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -1021,19 +987,19 @@
}
},
"PhoneNumberIdentifier": {
"$ref": "https://github.com/Azure/azure-rest-api-specs/tree/master/specification/communication/data-plane/Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/PhoneNumberIdentifierModel"
"$ref": "https://github.com/Azure/azure-rest-api-specs/blob/master/specification/communication/data-plane/Common/stable/2021-03-07/common.json#/definitions/PhoneNumberIdentifierModel"
},
"CommunicationIdentifier": {
"$ref": "https://github.com/Azure/azure-rest-api-specs/tree/master/specification/communication/data-plane/Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
"$ref": "https://github.com/Azure/azure-rest-api-specs/blob/master/specification/communication/data-plane/Common/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
},
"CommunicationUserIdentifier": {
"$ref": "https://github.com/Azure/azure-rest-api-specs/tree/master/specification/communication/data-plane/Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
"$ref": "https://github.com/Azure/azure-rest-api-specs/blob/master/specification/communication/data-plane/Common/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
},
"CommunicationCloudEnvironment": {
"$ref": "https://github.com/Azure/azure-rest-api-specs/tree/master/specification/communication/data-plane/Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
"$ref": "https://github.com/Azure/azure-rest-api-specs/blob/master/specification/communication/data-plane/Common/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
},
"MicrosoftTeamsUserIdentifier": {
"$ref": "https://github.com/Azure/azure-rest-api-specs/tree/master/specification/communication/data-plane/Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
"$ref": "https://github.com/Azure/azure-rest-api-specs/blob/master/specification/communication/data-plane/Common/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
},
"CreateCallResponse": {
"description": "The response payload of the create call operation.",
Expand All @@ -1046,7 +1012,7 @@
}
},
"CommunicationError": {
"$ref": "https://github.com/Azure/azure-rest-api-specs/tree/master/specification/communication/data-plane/Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationError"
"$ref": "https://github.com/Azure/azure-rest-api-specs/blob/master/specification/communication/data-plane/Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
},
"PlayAudioRequest": {
"description": "The request payload for playing audio.",
Expand All @@ -1064,8 +1030,8 @@
"description": "The value to identify context of the operation.",
"type": "string"
},
"resourceId": {
"description": "The media resource id of the play audio request. A ResourceId value\r\nindicates the media resource should be cached within the runtime service\r\nwhich handles playing audios.",
"audioFileId": {
Paresh-Arvind-Patil marked this conversation as resolved.
Show resolved Hide resolved
"description": "An id for the media in the AudioFileUri, using which we cache the media resource.",
"type": "string"
}
}
Expand Down Expand Up @@ -1236,10 +1202,6 @@
"description": "The request payload start call recording operation.",
"type": "object",
"properties": {
"operationContext": {
"description": "The context for this operation.",
"type": "string"
},
"recordingStateCallbackUri": {
"description": "The uri to send notifications to.",
"type": "string"
Expand All @@ -1256,16 +1218,6 @@
}
}
},
"GetCallRecordingStateRequest": {
"description": "The request payload of get call recording state operation.",
"type": "object",
"properties": {
"operationContext": {
"description": "The context of the operation.",
"type": "string"
}
}
},
"CallRecordingState": {
"description": "The recording state of the recording",
"enum": [
Expand All @@ -1286,36 +1238,6 @@
"$ref": "#/definitions/CallRecordingState"
}
}
},
"StopCallRecordingRequest": {
"description": "The request payload of stop call recording operation.",
"type": "object",
"properties": {
"operationContext": {
"description": "The context of the operation.",
"type": "string"
}
}
},
"PauseCallRecordingRequest": {
"description": "The request payload pause call recording operation.",
"type": "object",
"properties": {
"operationContext": {
"description": "The context of the operation.",
"type": "string"
}
}
},
"ResumeCallRecordingRequest": {
"description": "The request payload of resume call recording operation.",
"type": "object",
"properties": {
"operationContext": {
"description": "The context of the operation.",
"type": "string"
}
}
}
},
"parameters": {
Expand Down
Loading