Skip to content
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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524",
"patchParticipantsRequest": {
"8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000666": {
"role": "Presenter"
},
"8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000667": {
"role": "Attendee"
}
}
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"createRoomRequest": {
"title": "Meeting with Alice and Bob",
"validFrom": "2022-05-30T00:00:00Z",
"validUntil": "2022-06-30T00:00:00Z"
}
},
"responses": {
"201": {
"body": {
"id": "99117812428622880",
"title": "Meeting with Alice and Bob",
"createdDateTime": "2022-05-26T05:46:17.8159131+00:00",
"validFrom": "2022-05-30T00:00:00+00:00",
"validUntil": "2022-06-30T00:00:00+00:00"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-01-01",
"roomId": "99199690362660524"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524"
},
"responses": {
"200": {
"body": {
"value": [
{
"rawId": "8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000333",
"role": "Presenter"
},
{
"rawId": "8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000444",
"role": "Attendee"
},
{
"rawId": "8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000555",
"role": "Attendee"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99117812428622880"
},
"responses": {
"200": {
"body": {
"id": "99117812428622880",
"title": "Meeting with Alice and Bob",
"createdDateTime": "2022-05-26T05:46:17.8159131+00:00",
"validFrom": "2022-05-30T00:00:00+00:00",
"validUntil": "2022-06-30T00:00:00+00:00"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524",
"patchParticipantsRequest": null
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524",
"patchParticipantsRequest": {
"8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000666": null
}
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524",
"patchParticipantsRequest": {
"8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000666": {
"role": "Attendee"
},
"8:acs:db75ed0c-e801-41a3-99a4-66a0a119a06c_00000010-ce28-064a-83fe-084822000667": {
"role": "Presenter"
}
}
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524",
"patchRoomRequest": {
"title": "Meeting with Alice and Bob",
"validFrom": "2022-06-30T00:00:00Z",
"validUntil": "2022-07-30T00:00:00Z"
}
},
"responses": {
"200": {
"body": {
"id": "99199690362660524",
"title": "Meeting with Alice and Bob",
"createdDateTime": "2022-05-26T01:37:00.659722+00:00",
"validFrom": "2022-06-30T00:00:00+00:00",
"validUntil": "2022-07-30T00:00:00+00:00"
}
}
}
}
12 changes: 6 additions & 6 deletions specification/communication/data-plane/Rooms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ These are the global settings for the communicationservices.

```yaml
openapi-type: data-plane
tag: package-rooms-2022-02-01-preview
tag: package-rooms-2023-03-31-preview
input-file:
- preview/2022-02-01-preview/communicationservicesrooms.json
- preview/2023-03-31-preview/communicationservicesrooms.json
```

### Tag: package-rooms-2022-02-01-preview
### Tag: package-rooms-2023-03-31-preview

These settings apply only when `--tag=package-rooms-2022-02-01-preview` is specified on the command line.
These settings apply only when `--tag=package-rooms-2023-03-31-preview` is specified on the command line.

```yaml $(tag) == 'package-rooms-2022-02-01-preview'
```yaml $(tag) == 'package-rooms-2023-03-31-preview'
input-file:
- preview/2022-02-01-preview/communicationservicesrooms.json
- preview/2023-03-31-preview/communicationservicesrooms.json
title:
Azure Communication Services
```