From 86e4c0c3ab0f00ea8f6db0d3031810ea7d65fb3f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 13 Mar 2026 04:56:35 +0000 Subject: [PATCH] Updating examples --- ...t-MgBetaServicePrincipalSynchronizationTemplate.md | 11 +++++++++++ .../Get-MgServicePrincipalSynchronizationTemplate.md | 11 ----------- .../v1.0/examples/Get-MgDirectoryRoleDelta.md | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md index e69de29bb2d..d05037861a5 100644 --- a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md @@ -0,0 +1,11 @@ +### Example + +```powershell + +Import-Module Microsoft.Graph.Beta.Applications + +Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet. + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md index ce3990f381e..e69de29bb2d 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md @@ -1,11 +0,0 @@ -### Example - -```powershell - -Import-Module Microsoft.Graph.Applications - -Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId - -``` -This example shows how to use the Get-MgServicePrincipalSynchronizationTemplate Cmdlet. - diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectoryRoleDelta.md b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectoryRoleDelta.md index 8e9d759ca21..87a67e7512e 100644 --- a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectoryRoleDelta.md +++ b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectoryRoleDelta.md @@ -1,4 +1,4 @@ -### Example +### Example 1: Code snippet ```powershell