Skip to content

Commit 9a5e18f

Browse files
authored
Correct psd1 file and remove space charactor from tag (Azure#14386)
1 parent 155ad42 commit 9a5e18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PrivateData = @{
5757
PSData = @{
5858

5959
# Tags applied to this module. These help with module discovery in online galleries.
60-
Tags = 'Azure', 'PowerShell', 'Prediction', 'Recommendation', 'Az Predictor'
60+
Tags = 'Azure', 'PowerShell', 'Prediction', 'Recommendation', 'Predictor'
6161

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

0 commit comments

Comments
 (0)