Skip to content

Commit 1e1cead

Browse files
committed
Fix error when publishing modules to gallery
1 parent f2fafac commit 1e1cead

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)