Skip to content

Commit

Permalink
remove prerelease property
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyWei committed Mar 29, 2021
1 parent 5d0b023 commit 72b2b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Az.BootStrapper/Module/Az.BootStrapper.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ AliasesToExport = @()
PrivateData = @{

PSData = @{
# Specifies the module is preview
Prerelease = 'preview'

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

Expand Down
1 change: 0 additions & 1 deletion src/Azs.Deployment.Admin/Module/Azs.Deployment.Admin.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ AliasesToExport = @()
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
PSData = @{
Prerelease = 'preview'
Tags = 'AzureStack', 'ResourceManager', 'ARM', 'PSModule', 'DeploymentResourceProvider'
LicenseUri = 'https://aka.ms/azps-license'
ProjectUri = 'https://github.com/Azure/azurestack-powershell'
Expand Down

0 comments on commit 72b2b89

Please sign in to comment.