Skip to content

Commit 377142e

Browse files
committed
Fixing validation error for Notify parameter set
1 parent ea43b7e commit 377142e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

teams/teams-ps/MicrosoftTeams/Remove-CsPhoneNumberAssignment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@ Sends a best-effort email notification when a phone number is removed. Failures
151151
152152
```yaml
153153
Type: System.Management.Automation.SwitchParameter
154-
Parameter Sets: RemoveSome, RemoveAll
154+
Parameter Sets: (All)
155155
Aliases:
156156

157157
Required: False
158+
Position: Named
158159
Default value: None
159160
Accept pipeline input: False
160161
Accept wildcard characters: False

teams/teams-ps/MicrosoftTeams/Set-CsPhoneNumberAssignment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ Parameter Sets: Assignment
293293
Aliases:
294294

295295
Required: False
296+
Position: Named
296297
Default value: None
297298
Accept pipeline input: False
298299
Accept wildcard characters: False

0 commit comments

Comments
 (0)