From 4b4b9ae5b8afbb25a4b0adf52b3dffcfd75eec52 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Apr 2025 03:37:57 +0000 Subject: [PATCH] Updating examples --- ...t-MgBetaServicePrincipalSynchronizationTemplate.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md index d05037861a5..e69de29bb2d 100644 --- a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md @@ -1,11 +0,0 @@ -### Example - -```powershell - -Import-Module Microsoft.Graph.Beta.Applications - -Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId - -``` -This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet. -