Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Example 1cenario1 for u1ing query parameter1
### Example scenarios for using query parameters

```powershell
Expand All @@ -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.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Example 1cenario1 for u1ing query parameter1
### Example scenarios for using query parameters

```powershell
Expand All @@ -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.

Loading