Skip to content

Commit 6bccdff

Browse files
authored
Bump SDK version to 1.7.0 (#818)
1 parent 0d1a30c commit 6bccdff

File tree

39 files changed

+41
-41
lines changed

39 files changed

+41
-41
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.6.2"
25+
"version": "1.7.0"
2626
}

src/Applications/Applications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ directive:
9494
### Versioning
9595
9696
``` yaml
97-
module-version: 1.6.2
97+
module-version: 1.7.0
9898
release-notes: See https://aka.ms/GraphPowerShell-Release.
9999
```

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ FormatsToProcess = 'Microsoft.Graph.Authentication.format.ps1xml'
7272
FunctionsToExport = 'Find-MgGraphPermission'
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75-
CmdletsToExport = 'Connect-MgGraph', 'Disconnect-MgGraph', 'Get-MgContext',
76-
'Get-MgProfile', 'Select-MgProfile', 'Invoke-MgGraphRequest',
77-
'Add-MgEnvironment', 'Get-MgEnvironment', 'Remove-MgEnvironment',
75+
CmdletsToExport = 'Connect-MgGraph', 'Disconnect-MgGraph', 'Get-MgContext',
76+
'Get-MgProfile', 'Select-MgProfile', 'Invoke-MgGraphRequest',
77+
'Add-MgEnvironment', 'Get-MgEnvironment', 'Remove-MgEnvironment',
7878
'Set-MgEnvironment'
7979

8080
# Variables to export from this module

src/Bookings/Bookings/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.6.0
38+
module-version: 1.7.0
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

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.6.0
55+
module-version: 1.7.0
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.6.0
37+
module-version: 1.7.0
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.6.2
62+
module-version: 1.7.0
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.6.2
50+
module-version: 1.7.0
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.6.1
37+
module-version: 1.7.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ directive:
9595
### Versioning
9696
9797
``` yaml
98-
module-version: 1.6.2
98+
module-version: 1.7.0
9999
release-notes: See https://aka.ms/GraphPowerShell-Release.
100100
```

0 commit comments

Comments
 (0)