33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 6/30 /2020
6+ # Generated on: 8/11 /2020
77#
88
99@ {
1212RootModule = ' ./Microsoft.Graph.Identity.TermsOfUse.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.5.1 '
15+ ModuleVersion = ' 0.9.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
1919
2020# ID used to uniquely identify this module
21- GUID = ' e2dba82b-3bad-46a7-ac83-ecfe5e873824 '
21+ GUID = ' ffdc7898-a776-425d-ad61-339458b87aa4 '
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 = ' 0.7 .0' ; })
54+ RequiredModules = @ (@ {ModuleName = ' Microsoft.Graph.Authentication' ; ModuleVersion = ' 0.9 .0' ; })
5555
5656# Assemblies that must be loaded prior to importing this module
5757RequiredAssemblies = ' ./bin/Microsoft.Graph.Identity.TermsOfUse.private.dll'
@@ -70,11 +70,15 @@ FormatsToProcess = './Microsoft.Graph.Identity.TermsOfUse.format.ps1xml'
7070
7171# Functions 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 functions to export.
7272FunctionsToExport = ' Get-MgAgreement' , ' Get-MgAgreementAcceptance' , ' Get-MgAgreementFile' ,
73- ' Get-MgUserAgreementAcceptance' , ' New-MgAgreement' ,
73+ ' Get-MgAgreementFileLocalization' , ' Get-MgUserAgreementAcceptance' ,
74+ ' Get-MgUserAgreementAcceptanceByRef' , ' New-MgAgreement' ,
7475 ' New-MgAgreementAcceptance' , ' New-MgAgreementFile' ,
75- ' Remove-MgAgreement' , ' Remove-MgAgreementAcceptance' ,
76- ' Update-MgAgreement' , ' Update-MgAgreementAcceptance' ,
77- ' Update-MgAgreementFile'
76+ ' New-MgAgreementFileLocalization' ,
77+ ' New-MgUserAgreementAcceptanceByRef' , ' Remove-MgAgreement' ,
78+ ' Remove-MgAgreementAcceptance' , ' Remove-MgAgreementFile' ,
79+ ' Remove-MgAgreementFileLocalization' , ' Update-MgAgreement' ,
80+ ' Update-MgAgreementAcceptance' , ' Update-MgAgreementFile' ,
81+ ' Update-MgAgreementFileLocalization'
7882
7983# 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.
8084CmdletsToExport = @ ()
0 commit comments