Skip to content

Commit a37c29d

Browse files
Merge pull request #3372 from microsoftgraph/WeeklyExamplesUpdate/202508010311
[v2] Examples Update
2 parents 39d770a + 313b952 commit a37c29d

21 files changed

+58
-15
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
### Example
2-
3-
```powershell
4-
5-
Import-Module Microsoft.Graph.Beta.Applications
6-
7-
Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
8-
9-
```
10-
This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet.
11-

src/Education/beta/examples/Get-MgBetaEducationReportSpeakerAssignmentSubmission.md

Whitespace-only changes.

src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfilePropertySetting.md

Whitespace-only changes.

src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfileSource.md

Whitespace-only changes.

src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationConfiguration.md

Whitespace-only changes.

src/Identity.SignIns/beta/examples/Confirm-MgBetaRiskyUserSafe.md

Whitespace-only changes.

src/Identity.SignIns/v1.0/examples/Confirm-MgRiskyUserSafe.md

Whitespace-only changes.

src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogConnection.md

Whitespace-only changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.NetworkAccess
6+
7+
Get-MgBetaNetworkAccessLogRemoteNetwork
8+
9+
```
10+
This example shows how to use the Get-MgBetaNetworkAccessLogRemoteNetwork Cmdlet.
11+

0 commit comments

Comments
 (0)