Skip to content

Commit 28ea9e2

Browse files
authored
Merge pull request #7265 from markcowl/stacktags
Remove spaces from tags
2 parents 3573d76 + 14808e1 commit 28ea9e2

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/StackAdmin/Azs.Backup.Admin/Module/Azs.Backup.Admin/Azs.Backup.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Changes may cause incorrect behavior and will be lost if the code is regenerated
119119
PSData = @{
120120

121121
# Tags applied to this module. These help with module discovery in online galleries.
122-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Backup', 'Azure Stack Backup and Restore', 'BRP')
122+
Tags = @('AzureStack', 'AzureStack', 'Admin', 'Backup', 'Restore', 'BRP')
123123

124124
# A URL to the license for this module.
125125
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Commerce.Admin/Module/Azs.Commerce.Admin/Azs.Commerce.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Licensed under the MIT License. See License.txt in the project root for license
101101
PSData = @{
102102

103103
# Tags applied to this module. These help with module discovery in online galleries.
104-
Tags = @('AzureStack', 'Azure Stack', 'Commerce', 'Usage')
104+
Tags = @('AzureStack', 'AzureStack', 'Commerce', 'Usage')
105105

106106
# A URL to the license for this module.
107107
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Compute.Admin/Module/Azs.Compute.Admin/Azs.Compute.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Licensed under the MIT License. See License.txt in the project root for license
108108
PSData = @{
109109

110110
# Tags applied to this module. These help with module discovery in online galleries.
111-
Tags = @('AzureStack', 'Compute', 'Admin', 'Azure Stack Compute', 'Virtual Machine', 'Virtual Machine', 'Platform Image', 'Extension', 'CRP')
111+
Tags = @('AzureStack', 'Compute', 'Admin', 'VirtualMachine', 'PlatformImage', 'Extension', 'CRP')
112112

113113
# A URL to the license for this module.
114114
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Fabric.Admin/Module/Azs.Fabric.Admin/Azs.Fabric.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Licensed under the MIT License. See License.txt in the project root for license
114114
PSData = @{
115115

116116
# Tags applied to this module. These help with module discovery in online galleries.
117-
Tags = @('AzureStack', 'Fabric', 'Admin', 'Azure Stack Fabric', 'Infrastructure', 'Scale Unit', 'FRP')
117+
Tags = @('AzureStack', 'Fabric', 'Admin', 'Infrastructure', 'ScaleUnit', 'FRP')
118118

119119
# A URL to the license for this module.
120120
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Gallery.Admin/Module/Azs.Gallery.Admin/Azs.Gallery.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Licensed under the MIT License. See License.txt in the project root for license
102102
PSData = @{
103103

104104
# Tags applied to this module. These help with module discovery in online galleries.
105-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Gallery', 'Azure Stack Gallery')
105+
Tags = @('AzureStack', 'Admin', 'Gallery')
106106

107107
# A URL to the license for this module.
108108
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.InfrastructureInsights.Admin/Module/Azs.InfrastructureInsights.Admin/Azs.Infrastructureinsights.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Licensed under the MIT License. See License.txt in the project root for license
102102
PSData = @{
103103

104104
# Tags applied to this module. These help with module discovery in online galleries.
105-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Infrastructure Insights', 'Azure Stack Health', 'Monitoring', 'HRP')
105+
Tags = @('AzureStack', 'Admin', 'InfrastructureInsights', 'Health', 'Monitoring', 'HRP')
106106

107107
# A URL to the license for this module.
108108
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.KeyVault.Admin/Module/Azs.KeyVault.Admin/Azs.Keyvault.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Licensed under the MIT License. See License.txt in the project root for license
101101
PSData = @{
102102

103103
# Tags applied to this module. These help with module discovery in online galleries.
104-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'KeyVault', 'Azure Stack KeyVault', 'KV')
104+
Tags = @('AzureStack', 'Admin', 'KeyVault', 'KV')
105105

106106
# A URL to the license for this module.
107107
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Network.Admin/Module/Azs.Network.Admin/Azs.Network.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Licensed under the MIT License. See License.txt in the project root for license
106106
PSData = @{
107107

108108
# Tags applied to this module. These help with module discovery in online galleries.
109-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Networking', 'Azure Stack Networking', 'NRP')
109+
Tags = @('AzureStack', 'Admin', 'Networking', 'NRP')
110110

111111
# A URL to the license for this module.
112112
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Storage.Admin/Module/Azs.Storage.Admin/Azs.Storage.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Licensed under the MIT License. See License.txt in the project root for license
116116
PSData = @{
117117

118118
# Tags applied to this module. These help with module discovery in online galleries.
119-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Storage', 'Azure Stack Storage', 'SRP')
119+
Tags = @('AzureStack', 'Admin', 'Storage', 'SRP')
120120

121121
# A URL to the license for this module.
122122
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Subscriptions.Admin/Module/Azs.Subscriptions.Admin/Azs.Subscriptions.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Licensed under the MIT License. See License.txt in the project root for license
118118
PSData = @{
119119

120120
# Tags applied to this module. These help with module discovery in online galleries.
121-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Subscriptions', 'Azure Stack Admin Subscription', 'Offer', 'Plan', 'Managed')
121+
Tags = @('AzureStack', 'Admin', 'Subscriptions', 'Offer', 'Plan', 'Managed')
122122

123123
# A URL to the license for this module.
124124
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Subscriptions/Module/Azs.Subscriptions/Azs.Subscriptions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Licensed under the MIT License. See License.txt in the project root for license
103103
PSData = @{
104104

105105
# Tags applied to this module. These help with module discovery in online galleries.
106-
Tags = @('AzureStack', 'Azure Stack', 'Tenant', 'Subscriptions', 'Azure Stack Tenant Subscription')
106+
Tags = @('AzureStack', 'Tenant', 'Subscriptions')
107107

108108
# A URL to the license for this module.
109109
LicenseUri = 'https://aka.ms/azps-license'

src/StackAdmin/Azs.Update.Admin/Module/Azs.Update.Admin/Azs.Update.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Licensed under the MIT License. See License.txt in the project root for license
102102
PSData = @{
103103

104104
# Tags applied to this module. These help with module discovery in online galleries.
105-
Tags = @('AzureStack', 'Azure Stack', 'Admin', 'Update', 'Azure Stack Update', 'URP')
105+
Tags = @('AzureStack', 'Admin', 'Update', 'URP')
106106

107107
# A URL to the license for this module.
108108
LicenseUri = 'https://aka.ms/azps-license'

0 commit comments

Comments
 (0)