Skip to content

Commit 1a8c9f2

Browse files
authored
Merge pull request #2362 from microsoftgraph/WeeklyExamplesUpdate/202310130308
[v2] Examples Update
2 parents b14354a + 7f4e596 commit 1a8c9f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Users.Actions/beta/examples/Clear-MgBetaUserPresenceUserPreferredPresence.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
55
Import-Module Microsoft.Graph.Beta.Users.Actions
66
7-
$params = @{
8-
}
9-
10-
Clear-MgBetaUserPresenceUserPreferredPresence -UserId $userId -BodyParameter $params
7+
Clear-MgBetaUserPresenceUserPreferredPresence -UserId $userId
118
129
```
1310
This example shows how to use the Clear-MgBetaUserPresenceUserPreferredPresence Cmdlet.

0 commit comments

Comments
 (0)