@@ -29,7 +29,7 @@ Licensed under the MIT License. See License.txt in the project root for license
29
29
Author = ' Microsoft'
30
30
31
31
# Company or vendor of this module
32
- CompanyName = ' Unknown '
32
+ CompanyName = ' Microsoft '
33
33
34
34
# Copyright statement for this module
35
35
Copyright = ' (c) 2018 Microsoft. All rights reserved.'
@@ -38,7 +38,7 @@ Licensed under the MIT License. See License.txt in the project root for license
38
38
Description = ' KeyVault Admin Client'
39
39
40
40
# Minimum version of the Windows PowerShell engine required by this module
41
- # PowerShellVersion = ''
41
+ PowerShellVersion = ' 5.0 '
42
42
43
43
# Name of the Windows PowerShell host required by this module
44
44
# PowerShellHostName = ''
@@ -56,7 +56,7 @@ Licensed under the MIT License. See License.txt in the project root for license
56
56
# ProcessorArchitecture = ''
57
57
58
58
# Modules that must be imported into the global environment prior to importing this module
59
- RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 5.3.4 ' ; },
59
+ RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 5.5.1 ' ; },
60
60
@ {ModuleName = ' AzureRM.Resources' ; ModuleVersion = ' 6.0.2' ; })
61
61
62
62
# Assemblies that must be loaded prior to importing this module
@@ -113,10 +113,10 @@ Licensed under the MIT License. See License.txt in the project root for license
113
113
# IconUri = ''
114
114
115
115
# ReleaseNotes of this module
116
- ReleaseNotes = ' ## 2018.8.12 - Version 0.2.0
116
+ ReleaseNotes = ' ## 2018.8.12
117
117
* Module dependencies updated
118
- * AzureRM.Profile >= 5.3.4
119
- * AzureRM.Resources >= 6.0.2
118
+ * AzureRM.Profile
119
+ * AzureRM.Resources
120
120
* Bug fixes
121
121
* Handle ErrrorAction correctly now
122
122
'
0 commit comments