Skip to content

Commit 30bcc8d

Browse files
authored
Merge branch 'master' into patch-9
2 parents caddaf8 + 17172f6 commit 30bcc8d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

skype/skype-ps/skype/New-CsCallQueue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ Accept wildcard characters: False
147147
```
148148
149149
### -OverflowActionTarget
150-
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a Guid. If the OverflowAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this parameter is optional.
150+
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a Guid or a telephone number with a mandatory ‘tel:’ prefix. If the OverflowAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this parameter is optional.
151151
152152
```yaml
153-
Type: Guid
153+
Type: String
154154
Parameter Sets: (All)
155155
Aliases:
156156
Applicable: Skype for Business Online
@@ -215,10 +215,10 @@ Accept wildcard characters: False
215215
```
216216
217217
### -TimeoutActionTarget
218-
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a Guid. If the TimeoutAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this field is optional.
218+
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a Guid or a telephone number with a mandatory ‘tel:’ prefix. If the TimeoutAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this field is optional.
219219
220220
```yaml
221-
Type: Guid
221+
Type: String
222222
Parameter Sets: (All)
223223
Aliases:
224224
Applicable: Skype for Business Online

skype/skype-ps/skype/Set-CsCallQueue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ Accept wildcard characters: False
162162
```
163163
164164
### -OverflowActionTarget
165-
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a Guid. If the OverflowAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this parameter is optional.
165+
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a Guid or a telephone number with a mandatory ‘tel:’ prefix. If the OverflowAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this parameter is optional.
166166
167167
```yaml
168-
Type: Guid
168+
Type: String
169169
Parameter Sets: (All)
170170
Aliases:
171171
Applicable: Skype for Business Online
@@ -230,10 +230,10 @@ Accept wildcard characters: False
230230
```
231231
232232
### -TimeoutActionTarget
233-
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a Guid. If the TimeoutAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this field is optional.
233+
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a Guid or a telephone number with a mandatory ‘tel:’ prefix. If the TimeoutAction is set to SharedVoicemail, this parameter must be set to an Office 365 Group ID. Otherwise, this field is optional.
234234
235235
```yaml
236-
Type: Guid
236+
Type: String
237237
Parameter Sets: (All)
238238
Aliases:
239239
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)