Skip to content

Commit b88f675

Browse files
authored
Merge pull request #2330 from microsoftgraph/WeeklyExamplesUpdate/202309290303
[v2] Examples Update
2 parents bc980b6 + b3ae65b commit b88f675

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed
Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Code snippet
2+
23
```powershell
3-
PS C:\> {{ Add code here }}
44
5-
{{ Add output here }}
6-
```
5+
Import-Module Microsoft.Graph.Beta.Identity.SignIns
76
8-
{{ Add description here }}
7+
Get-MgBetaPolicyAuthorizationPolicy
98
10-
### Example 2: {{ Add title here }}
11-
```powershell
12-
PS C:\> {{ Add code here }}
13-
14-
{{ Add output here }}
159
```
16-
17-
{{ Add description here }}
10+
This example shows how to use the Get-MgBetaPolicyAuthorizationPolicy Cmdlet.
1811

0 commit comments

Comments
 (0)