-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1242 from microsoftgraph/dev
1.9.6 Release
- Loading branch information
Showing
50 changed files
with
597 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
120 changes: 108 additions & 12 deletions
120
...Management.Actions/DeviceManagement.Actions/Microsoft.Graph.DeviceManagement.Actions.psd1
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 18 additions & 13 deletions
31
...y.DirectoryManagement/examples/v1.0-beta/Get-MgDomainFederationConfiguration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
### Example 1: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
{{ Add output here }} | ||
``` | ||
### Example 1: Get the federation settings for a federated domain | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
Get-MgDomainFederationConfiguration -DomainId 'contoso.com' -InternalDomainFederationId '2a8ce608-bb34-473f-9e0f-f373ee4cbc5a' | Format-List | ||
{{ Add output here }} | ||
ActiveSignInUri : https://sts.deverett.info/adfs/services/trust/2005/usernamemixed | ||
DisplayName : Contoso | ||
FederatedIdpMfaBehavior : rejectMfaByFederatedIdp | ||
Id : 2a8ce608-bb34-473f-9e0f-f373ee4cbc5a | ||
IsSignedAuthenticationRequestRequired : | ||
IssuerUri : http://contoso.com/adfs/services/trust/ | ||
MetadataExchangeUri : https://sts.contoso.com/adfs/services/trust/mex | ||
NextSigningCertificate : MIIC3jCCAcagAwIBAgIQEt0T0G5GPZ9 | ||
PassiveSignInUri : https://sts.contoso.com/adfs/ls/ | ||
PreferredAuthenticationProtocol : wsFed | ||
PromptLoginBehavior : | ||
SignOutUri : https://sts.deverett.info/adfs/ls/ | ||
SigningCertificate : MIIC3jCCAcagAwIBAgIQFsO0R8deG4h | ||
SigningCertificateUpdateStatus : Microsoft.Graph.PowerShell.Models.MicrosoftGraphSigningCertificateUpdateStatus | ||
AdditionalProperties : {[@odata.context, https://graph.microsoft.com/beta/$metadata#domains('contoso.com')/federationConfiguration/$entity]} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
This examples retrieves the federation settings for the specified domain. |
31 changes: 18 additions & 13 deletions
31
...y.DirectoryManagement/examples/v1.0-beta/New-MgDomainFederationConfiguration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
### Example 1: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
{{ Add output here }} | ||
``` | ||
### Example 1: Configure federation settings for a federated domain | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
New-MgDomainFederationConfiguration -DomainId "contoso.com" -ActiveSignInUri "https://sts.contoso.com/adfs/services/trust/2005/usernamemixed" -DisplayName "Contoso" -IssuerUri "http://contoso.com/adfs/services/trust/" -MetadataExchangeUri "https://sts.contoso.com/adfs/services/trust/mex" -NextSigningCertificate "MIIC3jCCAcagAwIBAgIQEt0T0G5GPZ9" -PassiveSignInUri "https://sts.contoso.com/adfs/ls/" -SignOutUri "https://sts.contoso.com/adfs/ls/" -SigningCertificate "MIIC3jCCAcagAwIBAgIQFsO0R8deG4h" -FederatedIdpMfaBehavior "rejectMfaByFederatedIdp" | Format-List | ||
{{ Add output here }} | ||
ActiveSignInUri : https://sts.deverett.info/adfs/services/trust/2005/usernamemixed | ||
DisplayName : Contoso | ||
FederatedIdpMfaBehavior : rejectMfaByFederatedIdp | ||
Id : 2a8ce608-bb34-473f-9e0f-f373ee4cbc5a | ||
IsSignedAuthenticationRequestRequired : | ||
IssuerUri : http://contoso.com/adfs/services/trust/ | ||
MetadataExchangeUri : https://sts.contoso.com/adfs/services/trust/mex | ||
NextSigningCertificate : MIIC3jCCAcagAwIBAgIQEt0T0G5GPZ9 | ||
PassiveSignInUri : https://sts.contoso.com/adfs/ls/ | ||
PreferredAuthenticationProtocol : wsFed | ||
PromptLoginBehavior : | ||
SignOutUri : https://sts.deverett.info/adfs/ls/ | ||
SigningCertificate : MIIC3jCCAcagAwIBAgIQFsO0R8deG4h | ||
SigningCertificateUpdateStatus : Microsoft.Graph.PowerShell.Models.MicrosoftGraphSigningCertificateUpdateStatus | ||
AdditionalProperties : {[@odata.context, https://graph.microsoft.com/beta/$metadata#domains('contoso.com')/federationConfiguration/$entity]} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
This examples creates new federation settings for the specified domain. |
17 changes: 3 additions & 14 deletions
17
...irectoryManagement/examples/v1.0-beta/Remove-MgDomainFederationConfiguration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
### Example 1: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
{{ Add output here }} | ||
``` | ||
### Example 1: Remove federation settigs for a federated domain | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
{{ Add output here }} | ||
Remove-MgDomainFederationConfiguration -DomainId 'contoso.com' -InternalDomainFederationId '2a8ce608-bb34-473f-9e0f-f373ee4cbc5a' | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
This example removes the federation settings of the specified federated domain. |
17 changes: 3 additions & 14 deletions
17
...irectoryManagement/examples/v1.0-beta/Update-MgDomainFederationConfiguration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
### Example 1: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
{{ Add output here }} | ||
``` | ||
### Example 1: Update the federation settings for a federated domain | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
PS C:\> {{ Add code here }} | ||
{{ Add output here }} | ||
Update-MgDomainFederationConfiguration -DomainId 'contoso.com' -InternalDomainFederationId '2a8ce608-bb34-473f-9e0f-f373ee4cbc5a' -DisplayName "Contoso name change" | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
This example updates the DisplayName setting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.