Skip to content

Commit f5aa641

Browse files
authored
Merge pull request #3028 from microsoftgraph/WeeklyExamplesUpdate/202411150308
[v2] Examples Update
2 parents bc68214 + d6616cc commit f5aa641

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Applications
6+
7+
Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
8+
9+
```
10+
This example will### example
11+
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
### Example
2-
3-
```powershell
4-
5-
Import-Module Microsoft.Graph.Applications
6-
7-
Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
8-
9-
```
10-
This example will### example
11-

src/DeviceManagement.Actions/beta/examples/Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Actions
66
77
$params = @{
88
policySettings = "region"
9+
reservePercentage = 80
910
}
1011
1112
Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvisioningPolicyId $cloudPcProvisioningPolicyId -BodyParameter $params

0 commit comments

Comments
 (0)