Skip to content

Commit 37666df

Browse files
authored
Merge pull request Azure#88 from bganapa/az.bootstrapper-fix
Adding PSModule tag so that it is recognized as a valid powershell nupkg
2 parents c325405 + d540c06 commit 37666df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Az.BootStrapper/Az.BootStrapper.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
<description>Microsoft Azure PowerShell: Az.BootStrapper cmdlets</description>
1212
<releaseNotes></releaseNotes>
1313
<copyright>Microsoft Corporation. All rights reserved.</copyright>
14-
<tags>Az.BootStrapper AzureStack</tags>
14+
<tags>Az.BootStrapper PSModule AzureStack</tags>
1515
</metadata>
1616
<files>
1717
<file src="Module\**\*" />
18-
<!-- <file src="AzureStack.psm1" /> -->
1918
</files>
2019
</package>

src/Az.BootStrapper/Module/Az.BootStrapper.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ PrivateData = @{
102102
PSData = @{
103103

104104
# Tags applied to this module. These help with module discovery in online galleries.
105-
Tags = 'Azure','Az','AzureStack','Profile','ResourceManager'
105+
Tags = 'Azure','Az','AzureStack','PSModule','Profile','ResourceManager'
106106

107107
# A URL to the license for this module.
108108
# LicenseUri = ''

0 commit comments

Comments
 (0)