Skip to content

Commit ca20042

Browse files
authored
Merge pull request Azure#3020 from cormacpayne/release-3.0.0
[Release 3.0.0] Fix error when publishing modules to gallery
2 parents f2fafac + 1e1cead commit ca20042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Storage/AzureRM.Storage.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ PrivateData = @{
9393
PSData = @{
9494

9595
# Tags applied to this module. These help with module discovery in online galleries.
96-
Tags = @("Azure", "ResourceManager", "ARM", "Storage", "Storage Account")
96+
Tags = @("Azure", "ResourceManager", "ARM", "Storage", "StorageAccount")
9797

9898
# A URL to the license for this module.
9999
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

0 commit comments

Comments
 (0)