Skip to content

Commit ea43b7e

Browse files
committed
fixing parameter set and type for -Notify parameter
1 parent 1ad028b commit ea43b7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Accept wildcard characters: False
150150
Sends a best-effort email notification when a phone number is removed. Failures to send email are not reported.
151151
152152
```yaml
153-
Type: Switch
154-
Parameter Sets: (RemoveSome, RemoveAll)
153+
Type: System.Management.Automation.SwitchParameter
154+
Parameter Sets: RemoveSome, RemoveAll
155155
Aliases:
156156

157157
Required: False

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Accept wildcard characters: False
288288
Sends an email to Teams phone user about new telephone number assignment.
289289
290290
```yaml
291-
Type: Switch
291+
Type: System.Management.Automation.SwitchParameter
292292
Parameter Sets: Assignment
293293
Aliases:
294294

0 commit comments

Comments
 (0)