You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Aliases 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 aliases to export.
81
81
AliasesToExport='*'
@@ -95,7 +95,7 @@ PrivateData = @{
95
95
PSData=@{
96
96
97
97
# Tags applied to this module. These help with module discovery in online galleries.
98
-
Tags='Az.StackHCI','AzureStackHCI','StackHCI'
98
+
Tags='Az.StackHCI','AzureStackHCI','StackHCI'
99
99
100
100
# A URL to the license for this module.
101
101
LicenseUri='http://aka.ms/azps-license'
@@ -107,11 +107,20 @@ PrivateData = @{
107
107
# IconUri = ''
108
108
109
109
# ReleaseNotes of this module
110
-
ReleaseNotes='Get the App Roles assigned correctly in case of Stack HCI registration using WAC token.'
110
+
ReleaseNotes='* Fixed an issue that may block Stack HCI registration.'
111
+
112
+
# Prerelease string of this module
113
+
# Prerelease = ''
114
+
115
+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
0 commit comments