Skip to content

Commit

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

[v2] Examples Update
  • Loading branch information
timayabi2020 authored Nov 18, 2024
2 parents bc68214 + d6616cc commit f5aa641
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Example

```powershell
Import-Module Microsoft.Graph.Beta.Applications
Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
```
This example will### example

Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
### Example

```powershell
Import-Module Microsoft.Graph.Applications
Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
```
This example will### example

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Actions
$params = @{
policySettings = "region"
reservePercentage = 80
}
Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvisioningPolicyId $cloudPcProvisioningPolicyId -BodyParameter $params
Expand Down

0 comments on commit f5aa641

Please sign in to comment.