We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc980b6 commit b3ae65bCopy full SHA for b3ae65b
src/Identity.SignIns/beta/examples/Get-MgBetaPolicyAuthorizationPolicy.md
@@ -1,18 +1,11 @@
1
-### Example 1: {{ Add title here }}
+### Example 1: Code snippet
2
+
3
```powershell
-PS C:\> {{ Add code here }}
4
5
-{{ Add output here }}
6
-```
+Import-Module Microsoft.Graph.Beta.Identity.SignIns
7
8
-{{ Add description here }}
+Get-MgBetaPolicyAuthorizationPolicy
9
10
-### Example 2: {{ Add title here }}
11
-```powershell
12
13
-
14
15
```
16
17
+This example shows how to use the Get-MgBetaPolicyAuthorizationPolicy Cmdlet.
18
0 commit comments