We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bd7af commit 4171b76Copy full SHA for 4171b76
samples/5-Teams.ps1
@@ -1,4 +1,4 @@
1
-# Switch to beta profile. This loads cmddlets that call MS Graph beta endpoint.
+# Switch to beta profile. This loads cmdlets that call MS Graph beta endpoint.
2
Select-MgProfile -Name beta
3
4
# Create a new team.
@@ -72,4 +72,4 @@ New-MgTeamChannelMessage -ChannelId $ChannelId -TeamId $TeamId `
72
id = 0; `
73
mentionText = $UserToMention.DisplayName; `
74
mentioned = @{user = $UserToMention } `
75
- })
+ })
0 commit comments