File tree Expand file tree Collapse file tree 2 files changed +44
-6
lines changed Expand file tree Collapse file tree 2 files changed +44
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ CLRVersion = '4.0'
45
45
ProcessorArchitecture = ' '
46
46
47
47
# Modules that must be imported into the global environment prior to importing this module
48
- RequiredModules = @ ( @ { ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 4.0 .0' } )
48
+ RequiredModules = @ ( @ { ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 4.2 .0' } )
49
49
50
50
# Assemblies that must be loaded prior to importing this module
51
51
# RequiredAssemblies = @()
@@ -78,6 +78,25 @@ ModuleList = @()
78
78
# FileList = @()
79
79
80
80
# Private data to pass to the module specified in ModuleToProcess
81
- PrivateData = ' '
82
- }
81
+ PrivateData = @ {
83
82
83
+ PSData = @ {
84
+
85
+ # Tags applied to this module. These help with module discovery in online galleries.
86
+ # Tags = @()
87
+
88
+ # A URL to the license for this module.
89
+ LicenseUri = ' https://aka.ms/azps-license'
90
+
91
+ # A URL to the main website for this project.
92
+ ProjectUri = ' https://github.com/Azure/azure-powershell'
93
+
94
+ # A URL to an icon representing this module.
95
+ # IconUri = ''
96
+
97
+ # ReleaseNotes of this module
98
+ ReleaseNotes = ' '
99
+
100
+ } # End of PSData hashtable
101
+ } # End of PrivateData hashtable
102
+ }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ CLRVersion='4.0'
45
45
ProcessorArchitecture = ' None'
46
46
47
47
# Modules that must be imported into the global environment prior to importing this module
48
- RequiredModules = @ ( @ { ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 4.0 .0' })
48
+ RequiredModules = @ ( @ { ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 4.2 .0' })
49
49
50
50
# Assemblies that must be loaded prior to importing this module
51
51
RequiredAssemblies = @ ()
@@ -112,6 +112,25 @@ ModuleList = @()
112
112
FileList = @ ()
113
113
114
114
# Private data to pass to the module specified in ModuleToProcess
115
- PrivateData = ' '
115
+ PrivateData = @ {
116
116
117
- }
117
+ PSData = @ {
118
+
119
+ # Tags applied to this module. These help with module discovery in online galleries.
120
+ # Tags = @()
121
+
122
+ # A URL to the license for this module.
123
+ LicenseUri = ' https://aka.ms/azps-license'
124
+
125
+ # A URL to the main website for this project.
126
+ ProjectUri = ' https://github.com/Azure/azure-powershell'
127
+
128
+ # A URL to an icon representing this module.
129
+ # IconUri = ''
130
+
131
+ # ReleaseNotes of this module
132
+ ReleaseNotes = ' '
133
+
134
+ } # End of PSData hashtable
135
+ } # End of PrivateData hashtable
136
+ }
You can’t perform that action at this time.
0 commit comments