From 094fb7cead520c5c018f5b1eafc8e4273c1f9b1b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 24 Jan 2025 03:51:45 +0000 Subject: [PATCH] Updating examples --- ...t-MgBetaServicePrincipalSynchronizationTemplate.md | 11 ----------- ...etaEntitlementManagementAccessPackageAssignment.md | 4 ++-- ...et-MgBetaEntitlementManagementAssignmentRequest.md | 4 ++-- 3 files changed, 4 insertions(+), 15 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. - diff --git a/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageAssignment.md b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageAssignment.md index 800ed3e8cf3..74c416264f7 100644 --- a/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageAssignment.md +++ b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageAssignment.md @@ -1,4 +1,4 @@ -### Example 1cenario1 for u1ing query parameter1 +### Example scenarios for using query parameters ```powershell @@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Identity.Governance Get-MgBetaEntitlementManagementAccessPackageAssignment ``` -This example shows scenarios for using query parameters +This example shows how to use the Get-MgBetaEntitlementManagementAccessPackageAssignment Cmdlet. diff --git a/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAssignmentRequest.md b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAssignmentRequest.md index 01bcef4e4f5..5315c4bd986 100644 --- a/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAssignmentRequest.md +++ b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAssignmentRequest.md @@ -1,4 +1,4 @@ -### Example 1cenario1 for u1ing query parameter1 +### Example scenarios for using query parameters ```powershell @@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Identity.Governance Get-MgBetaEntitlementManagementAssignmentRequest ``` -This example shows scenarios for using query parameters +This example shows how to use the Get-MgBetaEntitlementManagementAssignmentRequest Cmdlet.