Skip to content

Commit ab9d0f7

Browse files
author
maddieclayton
committed
Revert changes to KeyVault stable branch
1 parent fa06462 commit ab9d0f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,7 @@ CmdletsToExport = 'Add-AzureKeyVaultCertificate', 'Update-AzureKeyVaultCertifica
118118
'Backup-AzureKeyVaultManagedStorageAccount',
119119
'Restore-AzureKeyVaultManagedStorageAccount',
120120
'Undo-AzureKeyVaultManagedStorageSasDefinitionRemoval',
121-
'Undo-AzureKeyVaultManagedStorageAccountRemoval',
122-
'Add-AzureRmKeyVaultNetworkRule',
123-
'Update-AzureRmKeyVaultNetworkRuleSet',
124-
'Remove-AzureRmKeyVaultNetworkRule'
121+
'Undo-AzureKeyVaultManagedStorageAccountRemoval'
125122

126123
# Variables to export from this module
127124
# VariablesToExport = @()
@@ -163,7 +160,7 @@ PrivateData = @{
163160
* Set minimum dependency of module to PowerShell 5.0'
164161

165162
# Prerelease string of this module
166-
Prerelease = 'preview'
163+
# Prerelease = ''
167164

168165
# Flag to indicate whether the module requires explicit user acceptance for install/update
169166
# RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)