Skip to content

Commit 3024a60

Browse files
authored
Merge pull request #1242 from microsoftgraph/dev
1.9.6 Release
2 parents 39dc290 + 89c0daf commit 3024a60

File tree

50 files changed

+597
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+597
-186
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.9.5"
25+
"version": "1.9.6"
2626
}

src/Applications/Applications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ directive:
9999
### Versioning
100100
101101
``` yaml
102-
module-version: 1.9.5
102+
module-version: 1.9.6
103103
release-notes: See https://aka.ms/GraphPowerShell-Release.
104104
```

src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 4/13/2022
6+
# Generated on: 5/3/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Microsoft.Graph.Authentication.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.9.5'
15+
ModuleVersion = '1.9.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Describe 'Invoke-MgGraphRequest Command' {
2+
Describe 'Invoke-MgGraphRequest Command' -skip {
33
BeforeAll {
44
$utils = Join-Path $PSScriptRoot "../../../../tools/Utilities/utils.ps1" -Resolve
55
. $utils

src/Bookings/Bookings/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ directive:
5050
### Versioning
5151
5252
``` yaml
53-
module-version: 1.9.5
53+
module-version: 1.9.6
5454
release-notes: See https://aka.ms/GraphPowerShell-Release.
5555
```

src/Calendar/Calendar/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ directive:
5252
### Versioning
5353

5454
``` yaml
55-
module-version: 1.9.5
55+
module-version: 1.9.6
5656
release-notes: See https://aka.ms/GraphPowerShell-Release.
5757
```

src/ChangeNotifications/ChangeNotifications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.9.5
37+
module-version: 1.9.6
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/CloudCommunications/CloudCommunications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ directive:
5959
### Versioning
6060
6161
``` yaml
62-
module-version: 1.9.5
62+
module-version: 1.9.6
6363
release-notes: See https://aka.ms/GraphPowerShell-Release.
6464
```

src/Compliance/Compliance/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ directive:
4747
### Versioning
4848
4949
``` yaml
50-
module-version: 1.9.5
50+
module-version: 1.9.6
5151
release-notes: See https://aka.ms/GraphPowerShell-Release.
5252
```

src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.9.5
37+
module-version: 1.9.6
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/DeviceManagement.Actions/DeviceManagement.Actions/Microsoft.Graph.DeviceManagement.Actions.psd1

Lines changed: 108 additions & 12 deletions
Large diffs are not rendered by default.

src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,76 @@ directive:
9696
set:
9797
verb: New
9898
subject: $1WindowsDefenderUpdateSignature
99+
- where:
100+
verb: Invoke
101+
subject: ^Bulk(DeviceManagementManagedDevice)RestoreCloudPc$
102+
set:
103+
subject: BulkRestore$1CloudPc
104+
alias: Invoke-MgBulkDeviceManagementManagedDeviceRestoreCloudPc
105+
- where:
106+
verb: Invoke
107+
subject: ^Bulk(DeviceManagementComanagedDevice)RestoreCloudPc$
108+
set:
109+
subject: BulkRestore$1CloudPc
110+
alias: Invoke-MgBulkDeviceManagementComanagedDeviceRestoreCloudPc
111+
- where:
112+
verb: Invoke
113+
subject: ^Bulk(DeviceManagementDetectedAppManagedDevice)RestoreCloudPc$
114+
set:
115+
subject: BulkRestore$1CloudPc
116+
alias: Invoke-MgBulkDeviceManagementDetectedAppManagedDeviceRestoreCloudPc
117+
- where:
118+
verb: Invoke
119+
subject: ^Bulk(DeviceManagementComanagedDevice)ReprovisionCloudPc$
120+
set:
121+
subject: BulkReprovision$1CloudPc
122+
alias: Invoke-MgBulkDeviceManagementComanagedDeviceReprovisionCloudPc
123+
- where:
124+
verb: Invoke
125+
subject: ^Bulk(DeviceManagementDetectedAppManagedDevice)ReprovisionCloudPc$
126+
set:
127+
subject: BulkReprovision$1CloudPc
128+
alias: Invoke-MgBulkDeviceManagementDetectedAppManagedDeviceReprovisionCloudPc
129+
- where:
130+
verb: Invoke
131+
subject: ^Bulk(DeviceManagementManagedDevice)ReprovisionCloudPc$
132+
set:
133+
subject: BulkReprovision$1CloudPc
134+
alias: Invoke-MgBulkDeviceManagementManagedDeviceReprovisionCloudPc
135+
- where:
136+
verb: Invoke
137+
subject: ^Cloud(DeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice)$
138+
set:
139+
subject: Reprovision$1CloudPc
140+
alias: Invoke-MgCloudDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice
141+
- where:
142+
verb: Invoke
143+
subject: ^Cloud(DeviceManagementDeviceShellScriptDeviceRunStateManagedDevice)$
144+
set:
145+
subject: Reprovision$1CloudPc
146+
alias: Invoke-MgCloudDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice
147+
- where:
148+
verb: Invoke
149+
subject: ^Cloud(DeviceManagementScriptDeviceRunStateManagedDevice)$
150+
set:
151+
subject: Reprovision$1CloudPc
152+
alias: Invoke-MgCloudDeviceManagementScriptDeviceRunStateManagedDevice
153+
- where:
154+
verb: Invoke
155+
subject: ^Cloud(DeviceManagementComanagedDevice)$
156+
set:
157+
subject: Reprovision$1CloudPc
158+
alias: Invoke-MgCloudDeviceManagementComanagedDevice
159+
- where:
160+
verb: Invoke
161+
subject: ^Cloud(DeviceManagementManagedDevice)$
162+
set:
163+
subject: Reprovision$1CloudPc
164+
alias: Invoke-MgCloudDeviceManagementManagedDevice
99165
```
100166
### Versioning
101167
102168
``` yaml
103-
module-version: 1.9.5
169+
module-version: 1.9.6
104170
release-notes: See https://aka.ms/GraphPowerShell-Release.
105171
```

src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ directive:
6464
### Versioning
6565
6666
``` yaml
67-
module-version: 1.9.5
67+
module-version: 1.9.6
6868
release-notes: See https://aka.ms/GraphPowerShell-Release.
6969
```

src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ directive:
4949
### Versioning
5050
5151
``` yaml
52-
module-version: 1.9.5
52+
module-version: 1.9.6
5353
release-notes: See https://aka.ms/GraphPowerShell-Release.
5454
```

src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ directive:
5757
### Versioning
5858
5959
``` yaml
60-
module-version: 1.9.5
60+
module-version: 1.9.6
6161
release-notes: See https://aka.ms/GraphPowerShell-Release.
6262
```

src/DeviceManagement/DeviceManagement/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ directive:
8686
### Versioning
8787
8888
``` yaml
89-
module-version: 1.9.5
89+
module-version: 1.9.6
9090
release-notes: See https://aka.ms/GraphPowerShell-Release.
9191
```

src/Devices.CloudPrint/Devices.CloudPrint/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ directive:
4848
### Versioning
4949
5050
``` yaml
51-
module-version: 1.9.5
51+
module-version: 1.9.6
5252
release-notes: See https://aka.ms/GraphPowerShell-Release.
5353
```

src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ directive:
8686
### Versioning
8787
8888
``` yaml
89-
module-version: 1.9.5
89+
module-version: 1.9.6
9090
release-notes: See https://aka.ms/GraphPowerShell-Release.
9191
```

src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ directive:
4949
### Versioning
5050
5151
``` yaml
52-
module-version: 1.9.5
52+
module-version: 1.9.6
5353
release-notes: See https://aka.ms/GraphPowerShell-Release.
5454
```

src/DirectoryObjects/DirectoryObjects/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ directive:
5454
### Versioning
5555
5656
``` yaml
57-
module-version: 1.9.5
57+
module-version: 1.9.6
5858
release-notes: See https://aka.ms/GraphPowerShell-Release.
5959
```

src/Education/Education/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ subject-prefix: ''
3535
### Versioning
3636
3737
``` yaml
38-
module-version: 1.9.5
38+
module-version: 1.9.6
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

src/Files/Files/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ directive:
4343
### Versioning
4444
4545
``` yaml
46-
module-version: 1.9.5
46+
module-version: 1.9.6
4747
release-notes: See https://aka.ms/GraphPowerShell-Release.
4848
```

src/Financials/Financials/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ directive:
5757
### Versioning
5858
5959
``` yaml
60-
module-version: 1.9.5
60+
module-version: 1.9.6
6161
release-notes: See https://aka.ms/GraphPowerShell-Release.
6262
```

src/Groups/Groups/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ directive:
142142
### Versioning
143143
144144
``` yaml
145-
module-version: 1.9.5
145+
module-version: 1.9.6
146146
release-notes: See https://aka.ms/GraphPowerShell-Release.
147147
```
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
### Example 1: {{ Add title here }}
2-
```powershell
3-
PS C:\> {{ Add code here }}
4-
5-
{{ Add output here }}
6-
```
1+
### Example 1: Get the federation settings for a federated domain
72

8-
{{ Add description here }}
9-
10-
### Example 2: {{ Add title here }}
113
```powershell
12-
PS C:\> {{ Add code here }}
4+
Get-MgDomainFederationConfiguration -DomainId 'contoso.com' -InternalDomainFederationId '2a8ce608-bb34-473f-9e0f-f373ee4cbc5a' | Format-List
135
14-
{{ Add output here }}
6+
ActiveSignInUri : https://sts.deverett.info/adfs/services/trust/2005/usernamemixed
7+
DisplayName : Contoso
8+
FederatedIdpMfaBehavior : rejectMfaByFederatedIdp
9+
Id : 2a8ce608-bb34-473f-9e0f-f373ee4cbc5a
10+
IsSignedAuthenticationRequestRequired :
11+
IssuerUri : http://contoso.com/adfs/services/trust/
12+
MetadataExchangeUri : https://sts.contoso.com/adfs/services/trust/mex
13+
NextSigningCertificate : MIIC3jCCAcagAwIBAgIQEt0T0G5GPZ9
14+
PassiveSignInUri : https://sts.contoso.com/adfs/ls/
15+
PreferredAuthenticationProtocol : wsFed
16+
PromptLoginBehavior :
17+
SignOutUri : https://sts.deverett.info/adfs/ls/
18+
SigningCertificate : MIIC3jCCAcagAwIBAgIQFsO0R8deG4h
19+
SigningCertificateUpdateStatus : Microsoft.Graph.PowerShell.Models.MicrosoftGraphSigningCertificateUpdateStatus
20+
AdditionalProperties : {[@odata.context, https://graph.microsoft.com/beta/$metadata#domains('contoso.com')/federationConfiguration/$entity]}
1521
```
1622

17-
{{ Add description here }}
18-
23+
This examples retrieves the federation settings for the specified domain.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
### Example 1: {{ Add title here }}
2-
```powershell
3-
PS C:\> {{ Add code here }}
4-
5-
{{ Add output here }}
6-
```
1+
### Example 1: Configure federation settings for a federated domain
72

8-
{{ Add description here }}
9-
10-
### Example 2: {{ Add title here }}
113
```powershell
12-
PS C:\> {{ Add code here }}
4+
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
135
14-
{{ Add output here }}
6+
ActiveSignInUri : https://sts.deverett.info/adfs/services/trust/2005/usernamemixed
7+
DisplayName : Contoso
8+
FederatedIdpMfaBehavior : rejectMfaByFederatedIdp
9+
Id : 2a8ce608-bb34-473f-9e0f-f373ee4cbc5a
10+
IsSignedAuthenticationRequestRequired :
11+
IssuerUri : http://contoso.com/adfs/services/trust/
12+
MetadataExchangeUri : https://sts.contoso.com/adfs/services/trust/mex
13+
NextSigningCertificate : MIIC3jCCAcagAwIBAgIQEt0T0G5GPZ9
14+
PassiveSignInUri : https://sts.contoso.com/adfs/ls/
15+
PreferredAuthenticationProtocol : wsFed
16+
PromptLoginBehavior :
17+
SignOutUri : https://sts.deverett.info/adfs/ls/
18+
SigningCertificate : MIIC3jCCAcagAwIBAgIQFsO0R8deG4h
19+
SigningCertificateUpdateStatus : Microsoft.Graph.PowerShell.Models.MicrosoftGraphSigningCertificateUpdateStatus
20+
AdditionalProperties : {[@odata.context, https://graph.microsoft.com/beta/$metadata#domains('contoso.com')/federationConfiguration/$entity]}
1521
```
1622

17-
{{ Add description here }}
18-
23+
This examples creates new federation settings for the specified domain.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
### Example 1: {{ Add title here }}
2-
```powershell
3-
PS C:\> {{ Add code here }}
4-
5-
{{ Add output here }}
6-
```
1+
### Example 1: Remove federation settigs for a federated domain
72

8-
{{ Add description here }}
9-
10-
### Example 2: {{ Add title here }}
113
```powershell
12-
PS C:\> {{ Add code here }}
13-
14-
{{ Add output here }}
4+
Remove-MgDomainFederationConfiguration -DomainId 'contoso.com' -InternalDomainFederationId '2a8ce608-bb34-473f-9e0f-f373ee4cbc5a'
155
```
166

17-
{{ Add description here }}
18-
7+
This example removes the federation settings of the specified federated domain.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
### Example 1: {{ Add title here }}
2-
```powershell
3-
PS C:\> {{ Add code here }}
4-
5-
{{ Add output here }}
6-
```
1+
### Example 1: Update the federation settings for a federated domain
72

8-
{{ Add description here }}
9-
10-
### Example 2: {{ Add title here }}
113
```powershell
12-
PS C:\> {{ Add code here }}
13-
14-
{{ Add output here }}
4+
Update-MgDomainFederationConfiguration -DomainId 'contoso.com' -InternalDomainFederationId '2a8ce608-bb34-473f-9e0f-f373ee4cbc5a' -DisplayName "Contoso name change"
155
```
166

17-
{{ Add description here }}
18-
7+
This example updates the DisplayName setting.

src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ directive:
132132
### Versioning
133133
134134
``` yaml
135-
module-version: 1.9.5
135+
module-version: 1.9.6
136136
release-notes: See https://aka.ms/GraphPowerShell-Release.
137137
```

src/Identity.Governance/Identity.Governance/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,6 @@ directive:
335335
### Versioning
336336
337337
``` yaml
338-
module-version: 1.9.5
338+
module-version: 1.9.6
339339
release-notes: See https://aka.ms/GraphPowerShell-Release.
340340
```

0 commit comments

Comments
 (0)