3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 8/25 /2020
6
+ # Generated on: 11/16 /2020
7
7
#
8
8
9
9
@ {
12
12
RootModule = ' ./Microsoft.Graph.Identity.SignIns.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.9.2 '
15
+ ModuleVersion = ' 1.1.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
19
19
20
20
# ID used to uniquely identify this module
21
- GUID = ' 70b3f08c-45fa-4741-b125-441e3cce9f9f '
21
+ GUID = ' cf0b21b6-65de-4e4d-9ba9-4e31c4774560 '
22
22
23
23
# Author of this module
24
24
Author = ' Microsoft Corporation'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
51
51
# ProcessorArchitecture = ''
52
52
53
53
# Modules that must be imported into the global environment prior to importing this module
54
- RequiredModules = @ (@ {ModuleName = ' Microsoft.Graph.Authentication' ; ModuleVersion = ' 0.9.1 ' ; })
54
+ RequiredModules = @ (@ {ModuleName = ' Microsoft.Graph.Authentication' ; ModuleVersion = ' 1.1.0 ' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' ./bin/Microsoft.Graph.Identity.SignIns.private.dll'
@@ -81,9 +81,7 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
81
81
' Get-MgInformationProtectionSensitivityPolicySetting' ,
82
82
' Get-MgInformationProtectionThreatAssessmentRequest' ,
83
83
' Get-MgInformationProtectionThreatAssessmentRequestResult' ,
84
- ' Get-MgInvitation' , ' Get-MgInvitationInvitedUser' ,
85
- ' Get-MgInvitationInvitedUserByRef' , ' Get-MgOauth2PermissionGrant' ,
86
- ' Get-MgOauth2PermissionGrantDelta' ,
84
+ ' Get-MgOauth2PermissionGrant' , ' Get-MgOauth2PermissionGrantDelta' ,
87
85
' Get-MgOrganizationCertificateBasedAuthConfiguration' ,
88
86
' Get-MgOrganizationCertificateBasedAuthConfigurationByRef' ,
89
87
' Get-MgPolicyActivityBasedTimeoutPolicy' ,
@@ -96,7 +94,7 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
96
94
' Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy' ,
97
95
' Get-MgPolicyPermissionGrantPolicy' ,
98
96
' Get-MgPolicyPermissionGrantPolicyExclude' ,
99
- ' Get-MgPolicyPermissionGrantPolicyInclude' ,
97
+ ' Get-MgPolicyPermissionGrantPolicyInclude' ,
100
98
' Get-MgPolicyTokenIssuancePolicy' ,
101
99
' Get-MgPolicyTokenLifetimePolicy' , ' Get-MgRiskDetection' ,
102
100
' Get-MgRiskyUser' , ' Get-MgRiskyUserHistory' , ' Get-MgTrustFramework' ,
@@ -165,7 +163,6 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
165
163
' Remove-MgInformationProtectionSensitivityPolicySetting' ,
166
164
' Remove-MgInformationProtectionThreatAssessmentRequest' ,
167
165
' Remove-MgInformationProtectionThreatAssessmentRequestResult' ,
168
- ' Remove-MgInvitation' , ' Remove-MgInvitationInvitedUserByRef' ,
169
166
' Remove-MgOauth2PermissionGrant' ,
170
167
' Remove-MgPolicyActivityBasedTimeoutPolicy' ,
171
168
' Remove-MgPolicyAdminConsentRequestPolicy' ,
@@ -196,7 +193,6 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
196
193
' Remove-MgUserAuthenticationSecurityQuestionMethod' ,
197
194
' Remove-MgUserAuthenticationTemporaryAccessPassMethod' ,
198
195
' Remove-MgUserInformationProtection' ,
199
- ' Set-MgInvitationInvitedUserByRef' ,
200
196
' Test-MgInformationProtectionDataLossPreventionPolicy' ,
201
197
' Test-MgInformationProtectionLabelAndPolicy' ,
202
198
' Test-MgInformationProtectionPolicyLabelApplication' ,
@@ -217,7 +213,7 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
217
213
' Update-MgInformationProtectionSensitivityPolicySetting' ,
218
214
' Update-MgInformationProtectionThreatAssessmentRequest' ,
219
215
' Update-MgInformationProtectionThreatAssessmentRequestResult' ,
220
- ' Update-MgInvitation ' , ' Update- MgOauth2PermissionGrant' ,
216
+ ' Update-MgOauth2PermissionGrant' ,
221
217
' Update-MgPolicyActivityBasedTimeoutPolicy' ,
222
218
' Update-MgPolicyAdminConsentRequestPolicy' ,
223
219
' Update-MgPolicyAuthenticationFlowPolicy' ,
@@ -284,7 +280,7 @@ PrivateData = @{
284
280
ProjectUri = ' https://github.com/microsoftgraph/msgraph-sdk-powershell'
285
281
286
282
# A URL to an icon representing this module.
287
- IconUri = ' https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph .png'
283
+ IconUri = ' https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256 .png'
288
284
289
285
# ReleaseNotes of this module
290
286
ReleaseNotes = ' See https://aka.ms/GraphPowerShell-Release.'
0 commit comments