3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 6/30 /2020
6
+ # Generated on: 8/11 /2020
7
7
#
8
8
9
9
@ {
12
12
RootModule = ' ./Microsoft.Graph.Identity.TermsOfUse.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.5.1 '
15
+ ModuleVersion = ' 0.9.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 = ' e2dba82b-3bad-46a7-ac83-ecfe5e873824 '
21
+ GUID = ' ffdc7898-a776-425d-ad61-339458b87aa4 '
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.7 .0' ; })
54
+ RequiredModules = @ (@ {ModuleName = ' Microsoft.Graph.Authentication' ; ModuleVersion = ' 0.9 .0' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' ./bin/Microsoft.Graph.Identity.TermsOfUse.private.dll'
@@ -70,11 +70,15 @@ FormatsToProcess = './Microsoft.Graph.Identity.TermsOfUse.format.ps1xml'
70
70
71
71
# 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.
72
72
FunctionsToExport = ' Get-MgAgreement' , ' Get-MgAgreementAcceptance' , ' Get-MgAgreementFile' ,
73
- ' Get-MgUserAgreementAcceptance' , ' New-MgAgreement' ,
73
+ ' Get-MgAgreementFileLocalization' , ' Get-MgUserAgreementAcceptance' ,
74
+ ' Get-MgUserAgreementAcceptanceByRef' , ' New-MgAgreement' ,
74
75
' 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'
78
82
79
83
# 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.
80
84
CmdletsToExport = @ ()
0 commit comments