Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autorest.powershell
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.9.5"
"version": "1.9.6"
}
2 changes: 1 addition & 1 deletion src/Applications/Applications/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft
#
# Generated on: 4/13/2022
# Generated on: 5/3/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = './Microsoft.Graph.Authentication.psm1'

# Version number of this module.
ModuleVersion = '1.9.5'
ModuleVersion = '1.9.6'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Describe 'Invoke-MgGraphRequest Command' {
Describe 'Invoke-MgGraphRequest Command' -skip {
BeforeAll {
$utils = Join-Path $PSScriptRoot "../../../../tools/Utilities/utils.ps1" -Resolve
. $utils
Expand Down
2 changes: 1 addition & 1 deletion src/Bookings/Bookings/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Calendar/Calendar/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/ChangeNotifications/ChangeNotifications/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ subject-prefix: ''
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/CloudCommunications/CloudCommunications/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Compliance/Compliance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ subject-prefix: ''
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```

Large diffs are not rendered by default.

68 changes: 67 additions & 1 deletion src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,76 @@ directive:
set:
verb: New
subject: $1WindowsDefenderUpdateSignature
- where:
verb: Invoke
subject: ^Bulk(DeviceManagementManagedDevice)RestoreCloudPc$
set:
subject: BulkRestore$1CloudPc
alias: Invoke-MgBulkDeviceManagementManagedDeviceRestoreCloudPc
- where:
verb: Invoke
subject: ^Bulk(DeviceManagementComanagedDevice)RestoreCloudPc$
set:
subject: BulkRestore$1CloudPc
alias: Invoke-MgBulkDeviceManagementComanagedDeviceRestoreCloudPc
- where:
verb: Invoke
subject: ^Bulk(DeviceManagementDetectedAppManagedDevice)RestoreCloudPc$
set:
subject: BulkRestore$1CloudPc
alias: Invoke-MgBulkDeviceManagementDetectedAppManagedDeviceRestoreCloudPc
- where:
verb: Invoke
subject: ^Bulk(DeviceManagementComanagedDevice)ReprovisionCloudPc$
set:
subject: BulkReprovision$1CloudPc
alias: Invoke-MgBulkDeviceManagementComanagedDeviceReprovisionCloudPc
- where:
verb: Invoke
subject: ^Bulk(DeviceManagementDetectedAppManagedDevice)ReprovisionCloudPc$
set:
subject: BulkReprovision$1CloudPc
alias: Invoke-MgBulkDeviceManagementDetectedAppManagedDeviceReprovisionCloudPc
- where:
verb: Invoke
subject: ^Bulk(DeviceManagementManagedDevice)ReprovisionCloudPc$
set:
subject: BulkReprovision$1CloudPc
alias: Invoke-MgBulkDeviceManagementManagedDeviceReprovisionCloudPc
- where:
verb: Invoke
subject: ^Cloud(DeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice)$
set:
subject: Reprovision$1CloudPc
alias: Invoke-MgCloudDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice
- where:
verb: Invoke
subject: ^Cloud(DeviceManagementDeviceShellScriptDeviceRunStateManagedDevice)$
set:
subject: Reprovision$1CloudPc
alias: Invoke-MgCloudDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice
- where:
verb: Invoke
subject: ^Cloud(DeviceManagementScriptDeviceRunStateManagedDevice)$
set:
subject: Reprovision$1CloudPc
alias: Invoke-MgCloudDeviceManagementScriptDeviceRunStateManagedDevice
- where:
verb: Invoke
subject: ^Cloud(DeviceManagementComanagedDevice)$
set:
subject: Reprovision$1CloudPc
alias: Invoke-MgCloudDeviceManagementComanagedDevice
- where:
verb: Invoke
subject: ^Cloud(DeviceManagementManagedDevice)$
set:
subject: Reprovision$1CloudPc
alias: Invoke-MgCloudDeviceManagementManagedDevice
```
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/DeviceManagement/DeviceManagement/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Devices.CloudPrint/Devices.CloudPrint/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/DirectoryObjects/DirectoryObjects/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Education/Education/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ subject-prefix: ''
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Files/Files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Financials/Financials/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Groups/Groups/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
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.
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.
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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Identity.Governance/Identity.Governance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,6 @@ directive:
### Versioning

``` yaml
module-version: 1.9.5
module-version: 1.9.6
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
Loading