Skip to content

Commit 8962a09

Browse files
authored
Merge branch 'dev' into module-mapping/fx
2 parents 0af947a + f43aa05 commit 8962a09

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed
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.Beta.Applications
6-
7-
Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
8-
9-
```
10-
This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet.
11-

src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" />
1616
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.13" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
18+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1819
</ItemGroup>
1920
<Target Name="CopyFiles" AfterTargets="Build">
2021
<Copy SourceFiles="@(PreLoadAssemblies)" DestinationFolder="$(OutputPath)/publish" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Example 1cenario1 for u1ing query parameter1
1+
### Example scenarios for using query parameters
22

33
```powershell
44
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Identity.Governance
77
Get-MgBetaEntitlementManagementAccessPackageAssignment
88
99
```
10-
This example shows scenarios for using query parameters
10+
This example shows how to use the Get-MgBetaEntitlementManagementAccessPackageAssignment Cmdlet.
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Example 1cenario1 for u1ing query parameter1
1+
### Example scenarios for using query parameters
22

33
```powershell
44
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Identity.Governance
77
Get-MgBetaEntitlementManagementAssignmentRequest
88
99
```
10-
This example shows scenarios for using query parameters
10+
This example shows how to use the Get-MgBetaEntitlementManagementAssignmentRequest Cmdlet.
1111

0 commit comments

Comments
 (0)