Skip to content

Commit 6076df5

Browse files
committed
Updated psd1 cmdlets and aliases for #5770
1 parent 9ecda2a commit 6076df5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/ResourceManager/Sql/AzureRM.Sql.Netcore.psd1

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,14 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
131131
'New-AzureRmSqlDatabaseExport', 'New-AzureRmSqlDatabaseImport',
132132
'Get-AzureRmSqlDatabaseGeoBackupPolicy',
133133
'Set-AzureRmSqlDatabaseGeoBackupPolicy',
134+
'Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy',
135+
'Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy',
136+
'Get-AzureRmSqlDatabaseLongTermRetentionBackup',
137+
'Remove-AzureRmSqlDatabaseLongTermRetentionBackup',
134138
'Get-AzureRmSqlDeletedDatabaseBackup',
135139
'Get-AzureRmSqlDatabaseGeoBackup',
136-
'Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy',
137140
'Get-AzureRmSqlServerBackupLongTermRetentionVault',
138141
'Restore-AzureRmSqlDatabase',
139-
'Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy',
140142
'Set-AzureRmSqlServerBackupLongTermRetentionVault',
141143
'Get-AzureRmSqlDatabaseRestorePoints',
142144
'Get-AzureRmSqlDatabaseAuditingPolicy',
@@ -161,7 +163,8 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
161163
'Set-AzureRmSqlDatabaseAdvisorAutoExecuteStatus',
162164
'Get-AzureRmSqlServerTransparentDataEncryptionProtector',
163165
'Set-AzureRmSqlServerTransparentDataEncryptionProtector',
164-
'Add-AzureRmSqlServerKeyVaultKey', 'Get-AzureRmSqlServerKeyVaultKey',
166+
'Add-AzureRmSqlServerKeyVaultKey',
167+
'Get-AzureRmSqlServerKeyVaultKey',
165168
'Remove-AzureRmSqlServerKeyVaultKey',
166169
'Get-AzureRmSqlDatabaseFailoverGroup',
167170
'New-AzureRmSqlDatabaseFailoverGroup',
@@ -194,7 +197,9 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
194197
AliasesToExport = 'Get-AzureRmSqlDatabaseServerAuditingPolicy',
195198
'Remove-AzureRmSqlDatabaseServerAuditing',
196199
'Set-AzureRmSqlDatabaseServerAuditingPolicy',
197-
'Use-AzureRmSqlDatabaseServerAuditingPolicy'
200+
'Use-AzureRmSqlDatabaseServerAuditingPolicy',
201+
'Get-AzureRmSqlDatabaseLongTermRetentionPolicy',
202+
'Set-AzureRmSqlDatabaseLongTermRetentionPolicy'
198203

199204
# DSC resources to export from this module
200205
# DscResourcesToExport = @()

0 commit comments

Comments
 (0)