Skip to content

Commit 8247944

Browse files
committed
Review comments
1 parent 848109b commit 8247944

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

articles/communication-services/how-tos/router-sdk/subscribe-events.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ dotnet run
201201
| requestedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | Based on user input
202202
| scheduledTimeUtc | `DateTimeOffset` | ✔️ | | Based on user input
203203
| unavailableForMatching | `bool` | ✔️ | | Based on user input
204-
---------------------------------------------------------------------------------------------------------
205204

206205
### Microsoft.Communication.RouterJobClassified
207206

@@ -269,8 +268,6 @@ dotnet run
269268
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
270269
| attachedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | List of worker selectors attached by a classification policy
271270

272-
---------------------------------------------------------------------------------------------------------
273-
274271
### Microsoft.Communication.RouterJobQueued
275272

276273
[Back to Event Catalog](#events-catalog)
@@ -334,8 +331,6 @@ dotnet run
334331
| requestedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | Based on user input while creating job
335332
| attachedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | List of worker selectors attached by a classification policy
336333

337-
---------------------------------------------------------------------------------------------------------
338-
339334
### Microsoft.Communication.RouterJobClassificationFailed
340335

341336
[Back to Event Catalog](#events-catalog)
@@ -389,8 +384,6 @@ dotnet run
389384
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
390385
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
391386

392-
---------------------------------------------------------------------------------------------------------
393-
394387
### Microsoft.Communication.RouterJobCompleted
395388

396389
[Back to Event Catalog](#events-catalog)
@@ -438,8 +431,6 @@ dotnet run
438431
| assignmentId| `string` || |
439432
| workerId | `string` || |
440433

441-
---------------------------------------------------------------------------------------------------------
442-
443434
### Microsoft.Communication.RouterJobClosed
444435

445436
[Back to Event Catalog](#events-catalog)
@@ -489,8 +480,6 @@ dotnet run
489480
| workerId | `string` || |
490481
| assignmentId | `string` || |
491482

492-
---------------------------------------------------------------------------------------------------------
493-
494483
### Microsoft.Communication.RouterJobCancelled
495484

496485
[Back to Event Catalog](#events-catalog)
@@ -538,8 +527,6 @@ dotnet run
538527
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
539528
| queueId | `string` | ✔️ | |
540529

541-
---------------------------------------------------------------------------------------------------------
542-
543530
### Microsoft.Communication.RouterJobExceptionTriggered
544531

545532
[Back to Event Catalog](#events-catalog)
@@ -585,8 +572,6 @@ dotnet run
585572
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
586573
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
587574

588-
---------------------------------------------------------------------------------------------------------
589-
590575
### Microsoft.Communication.RouterJobWorkerSelectorsExpired
591576

592577
[Back to Event Catalog](#events-catalog)
@@ -647,7 +632,6 @@ dotnet run
647632
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
648633
| requestedWorkerSelectorsExpired | `List<WorkerSelector>` | ✔️ | | Based on user input while creating a job
649634
| attachedWorkerSelectorsExpired | `List<WorkerSelector>` | ✔️ | | List of worker selectors attached by a classification policy
650-
---------------------------------------------------------------------------------------------------------
651635

652636
### Microsoft.Communication.RouterJobUnassigned
653637

@@ -695,7 +679,6 @@ dotnet run
695679
| queueId | `string` | ✔️ | | `null` when `classificationPolicyId` is specified for a job
696680
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
697681
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
698-
---------------------------------------------------------------------------------------------------------
699682

700683
### Microsoft.Communication.RouterJobWaitingForActivation
701684

@@ -763,7 +746,6 @@ dotnet run
763746
| scheduledTimeUtc | `DateTimeOffset` |✔️ | | Based on user input while creating a job
764747
| unavailableForMatching | `bool` |✔️ | | Based on user input while creating a job
765748
| priority| `int` | ❌ | | Based on user input while creating a job
766-
---------------------------------------------------------------------------------------------------------
767749

768750
### Microsoft.Communication.RouterJobSchedulingFailed
769751

@@ -870,8 +852,6 @@ dotnet run
870852
|:--------- |:-----:|:-------:|-------------|-------|
871853
| jobId| `string` ||
872854

873-
---------------------------------------------------------------------------------------------------------
874-
875855
## Worker Events
876856

877857
### Microsoft.Communication.RouterWorkerOfferIssued
@@ -926,7 +906,6 @@ dotnet run
926906
| jobPriority| `int` ||
927907
| jobLabels | `Dictionary<string, object>` | ✔️ | | Based on user input
928908
| jobTags | `Dictionary<string, object>` | ✔️ | | Based on user input
929-
---------------------------------------------------------------------------------------------------------
930909

931910
### Microsoft.Communication.RouterWorkerOfferAccepted
932911

@@ -979,8 +958,6 @@ dotnet run
979958
| offerId | `string` ||
980959
| assignmentId | `string` ||
981960

982-
---------------------------------------------------------------------------------------------------------
983-
984961
### Microsoft.Communication.RouterWorkerOfferDeclined
985962

986963
[Back to Event Catalog](#events-catalog)
@@ -1016,8 +993,6 @@ dotnet run
1016993
| queueId | `string` ||
1017994
| offerId | `string` ||
1018995

1019-
---------------------------------------------------------------------------------------------------------
1020-
1021996
### Microsoft.Communication.RouterWorkerOfferRevoked
1022997

1023998
[Back to Event Catalog](#events-catalog)
@@ -1053,8 +1028,6 @@ dotnet run
10531028
|channelId | `string` ||
10541029
| queueId | `string` ||
10551030

1056-
---------------------------------------------------------------------------------------------------------
1057-
10581031
### Microsoft.Communication.RouterWorkerOfferExpired
10591032

10601033
[Back to Event Catalog](#events-catalog)
@@ -1089,7 +1062,6 @@ dotnet run
10891062
| channelReference | `string` ||
10901063
|channelId | `string` ||
10911064
| queueId | `string` ||
1092-
---------------------------------------------------------------------------------------------------------
10931065

10941066
### Microsoft.Communication.RouterWorkerRegistered
10951067

@@ -1149,8 +1121,6 @@ dotnet run
11491121
| channelConfigurations| `List<ChannelConfiguration>` ||
11501122
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
11511123

1152-
---------------------------------------------------------------------------------------------------------
1153-
11541124
### Microsoft.Communication.RouterWorkerDeregistered
11551125

11561126
[Back to Event Catalog](#events-catalog)
@@ -1233,7 +1203,6 @@ dotnet run
12331203
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
12341204
| channelConfigurations| `List<ChannelConfiguration>` ||
12351205
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
1236-
---------------------------------------------------------------------------------------------------------
12371206

12381207
## Model Definitions
12391208

articles/event-grid/communication-services-router-events.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ This section contains an example of what that data would look like for each even
106106
| requestedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | Based on user input
107107
| scheduledTimeUtc | `DateTimeOffset` | ✔️ | | Based on user input
108108
| unavailableForMatching | `bool` | ✔️ | | Based on user input
109-
---------------------------------------------------------------------------------------------------------
110109

111110
### Microsoft.Communication.RouterJobClassified
112111

@@ -174,8 +173,6 @@ This section contains an example of what that data would look like for each even
174173
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
175174
| attachedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | List of worker selectors attached by a classification policy
176175

177-
---------------------------------------------------------------------------------------------------------
178-
179176
### Microsoft.Communication.RouterJobQueued
180177

181178
[Back to Event Catalog](#events-types)
@@ -239,8 +236,6 @@ This section contains an example of what that data would look like for each even
239236
| requestedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | Based on user input while creating job
240237
| attachedWorkerSelectors | `List<WorkerSelector>` | ✔️ | | List of worker selectors attached by a classification policy
241238

242-
---------------------------------------------------------------------------------------------------------
243-
244239
### Microsoft.Communication.RouterJobClassificationFailed
245240

246241
[Back to Event Catalog](#events-types)
@@ -294,8 +289,6 @@ This section contains an example of what that data would look like for each even
294289
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
295290
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
296291

297-
---------------------------------------------------------------------------------------------------------
298-
299292
### Microsoft.Communication.RouterJobCompleted
300293

301294
[Back to Event Catalog](#events-types)
@@ -343,8 +336,6 @@ This section contains an example of what that data would look like for each even
343336
| assignmentId| `string` || |
344337
| workerId | `string` || |
345338

346-
---------------------------------------------------------------------------------------------------------
347-
348339
### Microsoft.Communication.RouterJobClosed
349340

350341
[Back to Event Catalog](#events-types)
@@ -394,8 +385,6 @@ This section contains an example of what that data would look like for each even
394385
| workerId | `string` || |
395386
| assignmentId | `string` || |
396387

397-
---------------------------------------------------------------------------------------------------------
398-
399388
### Microsoft.Communication.RouterJobCancelled
400389

401390
[Back to Event Catalog](#events-types)
@@ -443,8 +432,6 @@ This section contains an example of what that data would look like for each even
443432
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
444433
| queueId | `string` | ✔️ | |
445434

446-
---------------------------------------------------------------------------------------------------------
447-
448435
### Microsoft.Communication.RouterJobExceptionTriggered
449436

450437
[Back to Event Catalog](#events-types)
@@ -490,8 +477,6 @@ This section contains an example of what that data would look like for each even
490477
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
491478
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
492479

493-
---------------------------------------------------------------------------------------------------------
494-
495480
### Microsoft.Communication.RouterJobWorkerSelectorsExpired
496481

497482
[Back to Event Catalog](#events-types)
@@ -552,7 +537,6 @@ This section contains an example of what that data would look like for each even
552537
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
553538
| requestedWorkerSelectorsExpired | `List<WorkerSelector>` | ✔️ | | Based on user input while creating a job
554539
| attachedWorkerSelectorsExpired | `List<WorkerSelector>` | ✔️ | | List of worker selectors attached by a classification policy
555-
---------------------------------------------------------------------------------------------------------
556540

557541
### Microsoft.Communication.RouterJobUnassigned
558542

@@ -600,7 +584,6 @@ This section contains an example of what that data would look like for each even
600584
| queueId | `string` | ✔️ | | `null` when `classificationPolicyId` is specified for a job
601585
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
602586
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
603-
---------------------------------------------------------------------------------------------------------
604587

605588
### Microsoft.Communication.RouterJobWaitingForActivation
606589

@@ -668,7 +651,6 @@ This section contains an example of what that data would look like for each even
668651
| scheduledTimeUtc | `DateTimeOffset` |✔️ | | Based on user input while creating a job
669652
| unavailableForMatching | `bool` |✔️ | | Based on user input while creating a job
670653
| priority| `int` | ❌ | | Based on user input while creating a job
671-
---------------------------------------------------------------------------------------------------------
672654

673655
### Microsoft.Communication.RouterJobSchedulingFailed
674656

@@ -775,8 +757,6 @@ This section contains an example of what that data would look like for each even
775757
|:--------- |:-----:|:-------:|-------------|-------|
776758
| jobId| `string` ||
777759

778-
---------------------------------------------------------------------------------------------------------
779-
780760
## Worker Events
781761

782762
### Microsoft.Communication.RouterWorkerOfferIssued
@@ -831,7 +811,6 @@ This section contains an example of what that data would look like for each even
831811
| jobPriority| `int` ||
832812
| jobLabels | `Dictionary<string, object>` | ✔️ | | Based on user input
833813
| jobTags | `Dictionary<string, object>` | ✔️ | | Based on user input
834-
---------------------------------------------------------------------------------------------------------
835814

836815
### Microsoft.Communication.RouterWorkerOfferAccepted
837816

@@ -884,8 +863,6 @@ This section contains an example of what that data would look like for each even
884863
| offerId | `string` ||
885864
| assignmentId | `string` ||
886865

887-
---------------------------------------------------------------------------------------------------------
888-
889866
### Microsoft.Communication.RouterWorkerOfferDeclined
890867

891868
[Back to Event Catalog](#events-types)
@@ -921,8 +898,6 @@ This section contains an example of what that data would look like for each even
921898
| queueId | `string` ||
922899
| offerId | `string` ||
923900

924-
---------------------------------------------------------------------------------------------------------
925-
926901
### Microsoft.Communication.RouterWorkerOfferRevoked
927902

928903
[Back to Event Catalog](#events-types)
@@ -957,7 +932,6 @@ This section contains an example of what that data would look like for each even
957932
| channelReference | `string` ||
958933
|channelId | `string` ||
959934
| queueId | `string` ||
960-
---------------------------------------------------------------------------------------------------------
961935

962936
### Microsoft.Communication.RouterWorkerOfferExpired
963937

@@ -993,7 +967,6 @@ This section contains an example of what that data would look like for each even
993967
| channelReference | `string` ||
994968
|channelId | `string` ||
995969
| queueId | `string` ||
996-
---------------------------------------------------------------------------------------------------------
997970

998971
### Microsoft.Communication.RouterWorkerRegistered
999972

@@ -1053,8 +1026,6 @@ This section contains an example of what that data would look like for each even
10531026
| channelConfigurations| `List<ChannelConfiguration>` ||
10541027
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
10551028

1056-
---------------------------------------------------------------------------------------------------------
1057-
10581029
### Microsoft.Communication.RouterWorkerDeregistered
10591030

10601031
[Back to Event Catalog](#events-types)
@@ -1137,7 +1108,6 @@ This section contains an example of what that data would look like for each even
11371108
| labels | `Dictionary<string, object>` | ✔️ | | Based on user input
11381109
| channelConfigurations| `List<ChannelConfiguration>` ||
11391110
| tags | `Dictionary<string, object>` | ✔️ | | Based on user input
1140-
---------------------------------------------------------------------------------------------------------
11411111

11421112
## Model Definitions
11431113

0 commit comments

Comments
 (0)