33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 6/29/2021
6+ # Generated on: 3/11/2022
77#
88
99@ {
1212RootModule = ' ./Microsoft.Graph.Groups.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.6.0 '
15+ ModuleVersion = ' 1.9.3 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
1919
2020# ID used to uniquely identify this module
21- GUID = ' ee0ef1df-45d9-4fba-93e2-95df0aa494ea '
21+ GUID = ' b3d59423-d168-4591-aa0c-3d9f8ecb4902 '
2222
2323# Author of this module
2424Author = ' Microsoft Corporation'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151# ProcessorArchitecture = ''
5252
5353# 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 ' ; })
5555
5656# Assemblies that must be loaded prior to importing this module
5757RequiredAssemblies = ' ./bin/Microsoft.Graph.Groups.private.dll'
@@ -149,7 +149,8 @@ FunctionsToExport = 'Add-MgGroupFavorite', 'Add-MgGroupToLifecyclePolicy',
149149 ' New-MgGroupThreadPostExtension' , ' New-MgGroupThreadPostMention' ,
150150 ' New-MgGroupThreadPostMultiValueExtendedProperty' ,
151151 ' New-MgGroupThreadPostSingleValueExtendedProperty' ,
152- ' New-MgGroupTransitiveMemberByRef' , ' New-MgUserJoinedGroup' ,
152+ ' New-MgGroupTransitiveMemberByRef' ,
153+ ' New-MgGroupTransitiveMemberOfByRef' , ' New-MgUserJoinedGroup' ,
153154 ' Remove-MgGroup' , ' Remove-MgGroupConversation' ,
154155 ' Remove-MgGroupConversationThread' ,
155156 ' Remove-MgGroupConversationThreadPost' ,
@@ -173,7 +174,8 @@ FunctionsToExport = 'Add-MgGroupFavorite', 'Add-MgGroupToLifecyclePolicy',
173174 ' Restore-MgGroup' , ' Set-MgGroupCreatedOnBehalfOfByRef' ,
174175 ' Set-MgGroupLicense' , ' Set-MgGroupPhotoContent' ,
175176 ' Stop-MgGroupCalendarEvent' , ' Stop-MgGroupEvent' ,
176- ' Test-MgGroupDynamicMembership' , ' Test-MgGroupProperty' ,
177+ ' Test-MgGroupDynamicMembership' ,
178+ ' Test-MgGroupDynamicMembershipRule' , ' Test-MgGroupProperty' ,
177179 ' Update-MgGroup' , ' Update-MgGroupConversation' ,
178180 ' Update-MgGroupConversationThread' ,
179181 ' Update-MgGroupConversationThreadPost' ,
0 commit comments