Skip to content

Commit 17f7169

Browse files
authored
Remove space from tags in module manifest
1 parent 9ed5ab9 commit 17f7169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AzureRM.BootStrapper/AzureRM.BootStrapper.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ PrivateData = @{
9999
PSData = @{
100100

101101
# Tags applied to this module. These help with module discovery in online galleries.
102-
Tags = 'Azure','AzureRM','AzureStack','Profile','Resource Manager'
102+
Tags = 'Azure','AzureRM','AzureStack','Profile','ResourceManager'
103103

104104
# A URL to the license for this module.
105105
# LicenseUri = ''

0 commit comments

Comments
 (0)