Skip to content

Commit 7c93312

Browse files
committed
bump auth to 0.9.1
1 parent b2f878e commit 7c93312

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '0.9.0'
15+
ModuleVersion = '0.9.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -72,7 +72,8 @@ FormatsToProcess = './Microsoft.Graph.Authentication.format.ps1xml'
7272
FunctionsToExport = @()
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-Graph', 'Disconnect-Graph', 'Get-MgContext', 'Get-MgProfile', 'Select-MgProfile', 'Invoke-GraphRequest'
75+
CmdletsToExport = 'Connect-Graph', 'Disconnect-Graph', 'Get-MgContext', 'Get-MgProfile',
76+
'Select-MgProfile', 'Invoke-GraphRequest'
7677

7778
# Variables to export from this module
7879
# VariablesToExport = @()

0 commit comments

Comments
 (0)