1
1
#
2
- # Module manifest for module 'PSGet_Az .Attestation'
2
+ # Module manifest for module 'Az .Attestation'
3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 5/30 /2019
6
+ # Generated on: 7/19 /2019
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.0 '
15
+ ModuleVersion = ' 0.1.1 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -58,7 +58,6 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.0'; })
58
58
# Assemblies that must be loaded prior to importing this module
59
59
RequiredAssemblies = ' .\Microsoft.Azure.Management.Attestation.dll'
60
60
61
-
62
61
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
63
62
# ScriptsToProcess = @()
64
63
@@ -75,7 +74,7 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
75
74
FunctionsToExport = @ ()
76
75
77
76
# 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.
78
- CmdletsToExport = ' New-AzAttestation' , ' Get-AzAttestation' , ' Remove-AzAttestation'
77
+ CmdletsToExport = ' New-AzAttestation' , ' Get-AzAttestation' , ' Remove-AzAttestation'
79
78
80
79
# Variables to export from this module
81
80
# VariablesToExport = @()
@@ -110,11 +109,21 @@ PrivateData = @{
110
109
# IconUri = ''
111
110
112
111
# ReleaseNotes of this module
113
- ReleaseNotes = ' First release of Attestation cmdlets'
112
+ ReleaseNotes = ' * Fix typo in '' PSAttestation'' type with property '' AttestUri''
113
+ * Update .Net SDK with newer version'
114
+
115
+ # Prerelease string of this module
116
+ # Prerelease = ''
117
+
118
+ # Flag to indicate whether the module requires explicit user acceptance for install/update/save
119
+ # RequireLicenseAcceptance = $false
120
+
121
+ # External dependent modules of this module
122
+ # ExternalModuleDependencies = @()
114
123
115
124
} # End of PSData hashtable
116
125
117
- } # End of PrivateData hashtable
126
+ } # End of PrivateData hashtable
118
127
119
128
# HelpInfo URI of this module
120
129
# HelpInfoURI = ''
@@ -123,3 +132,4 @@ PrivateData = @{
123
132
# DefaultCommandPrefix = ''
124
133
125
134
}
135
+
0 commit comments