3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 6/29/2021
6
+ # Generated on: 3/11/2022
7
7
#
8
8
9
9
@ {
12
12
RootModule = ' ./Microsoft.Graph.Groups.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.6.0 '
15
+ ModuleVersion = ' 1.9.3 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
19
19
20
20
# ID used to uniquely identify this module
21
- GUID = ' ee0ef1df-45d9-4fba-93e2-95df0aa494ea '
21
+ GUID = ' b3d59423-d168-4591-aa0c-3d9f8ecb4902 '
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 = ' 1.6.0 ' ; })
54
+ RequiredModules = @ (@ {ModuleName = ' Microsoft.Graph.Authentication' ; ModuleVersion = ' 1.9.3 ' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' ./bin/Microsoft.Graph.Groups.private.dll'
@@ -149,7 +149,8 @@ FunctionsToExport = 'Add-MgGroupFavorite', 'Add-MgGroupToLifecyclePolicy',
149
149
' New-MgGroupThreadPostExtension' , ' New-MgGroupThreadPostMention' ,
150
150
' New-MgGroupThreadPostMultiValueExtendedProperty' ,
151
151
' New-MgGroupThreadPostSingleValueExtendedProperty' ,
152
- ' New-MgGroupTransitiveMemberByRef' , ' New-MgUserJoinedGroup' ,
152
+ ' New-MgGroupTransitiveMemberByRef' ,
153
+ ' New-MgGroupTransitiveMemberOfByRef' , ' New-MgUserJoinedGroup' ,
153
154
' Remove-MgGroup' , ' Remove-MgGroupConversation' ,
154
155
' Remove-MgGroupConversationThread' ,
155
156
' Remove-MgGroupConversationThreadPost' ,
@@ -173,7 +174,8 @@ FunctionsToExport = 'Add-MgGroupFavorite', 'Add-MgGroupToLifecyclePolicy',
173
174
' Restore-MgGroup' , ' Set-MgGroupCreatedOnBehalfOfByRef' ,
174
175
' Set-MgGroupLicense' , ' Set-MgGroupPhotoContent' ,
175
176
' Stop-MgGroupCalendarEvent' , ' Stop-MgGroupEvent' ,
176
- ' Test-MgGroupDynamicMembership' , ' Test-MgGroupProperty' ,
177
+ ' Test-MgGroupDynamicMembership' ,
178
+ ' Test-MgGroupDynamicMembershipRule' , ' Test-MgGroupProperty' ,
177
179
' Update-MgGroup' , ' Update-MgGroupConversation' ,
178
180
' Update-MgGroupConversationThread' ,
179
181
' Update-MgGroupConversationThreadPost' ,
0 commit comments