Skip to content

Commit b3ae65b

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updating examples
1 parent bc980b6 commit b3ae65b

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)