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

autorest.powershell

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
```

0 commit comments

Comments
 (0)