From c9a02440fe694086abd5ca5f29bb411e812cd8da Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 29 Nov 2024 03:37:31 +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 3f1ed3342cb..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 will### example -