Skip to content

Commit

Permalink
Merge pull request #3085 from microsoftgraph/WeeklyExamplesUpdate/202…
Browse files Browse the repository at this point in the history
…501240311

[v2] Examples Update
  • Loading branch information
timayabi2020 authored Jan 26, 2025
2 parents 9f9b7fa + 094fb7c commit f43aa05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
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.

0 comments on commit f43aa05

Please sign in to comment.