Skip to content

Commit 9d1d430

Browse files
committed
remove preview from .psd1
1 parent 43b3e19 commit 9d1d430

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PrivateData = @{
107107
ReleaseNotes = 'General bug fixes and Cmdlet Get-AzVMGuestPolicyReport renamed to Get-AzVMGuestPolicyStatus to keep it consistent with the Azure portal and to avoid user confusion.'
108108

109109
# Prerelease string of this module
110-
#Prerelease = 'preview'
110+
#Prerelease = ''
111111

112112
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
113113
# RequireLicenseAcceptance = $false
@@ -125,5 +125,4 @@ PrivateData = @{
125125
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
126126
# DefaultCommandPrefix = ''
127127

128-
}
129-
128+
}

0 commit comments

Comments
 (0)