@@ -131,12 +131,14 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
131
131
' New-AzureRmSqlDatabaseExport' , ' New-AzureRmSqlDatabaseImport' ,
132
132
' Get-AzureRmSqlDatabaseGeoBackupPolicy' ,
133
133
' Set-AzureRmSqlDatabaseGeoBackupPolicy' ,
134
+ ' Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' ,
135
+ ' Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' ,
136
+ ' Get-AzureRmSqlDatabaseLongTermRetentionBackup' ,
137
+ ' Remove-AzureRmSqlDatabaseLongTermRetentionBackup' ,
134
138
' Get-AzureRmSqlDeletedDatabaseBackup' ,
135
139
' Get-AzureRmSqlDatabaseGeoBackup' ,
136
- ' Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' ,
137
140
' Get-AzureRmSqlServerBackupLongTermRetentionVault' ,
138
141
' Restore-AzureRmSqlDatabase' ,
139
- ' Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' ,
140
142
' Set-AzureRmSqlServerBackupLongTermRetentionVault' ,
141
143
' Get-AzureRmSqlDatabaseRestorePoints' ,
142
144
' Get-AzureRmSqlDatabaseAuditingPolicy' ,
@@ -161,7 +163,8 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
161
163
' Set-AzureRmSqlDatabaseAdvisorAutoExecuteStatus' ,
162
164
' Get-AzureRmSqlServerTransparentDataEncryptionProtector' ,
163
165
' Set-AzureRmSqlServerTransparentDataEncryptionProtector' ,
164
- ' Add-AzureRmSqlServerKeyVaultKey' , ' Get-AzureRmSqlServerKeyVaultKey' ,
166
+ ' Add-AzureRmSqlServerKeyVaultKey' ,
167
+ ' Get-AzureRmSqlServerKeyVaultKey' ,
165
168
' Remove-AzureRmSqlServerKeyVaultKey' ,
166
169
' Get-AzureRmSqlDatabaseFailoverGroup' ,
167
170
' New-AzureRmSqlDatabaseFailoverGroup' ,
@@ -194,7 +197,9 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
194
197
AliasesToExport = ' Get-AzureRmSqlDatabaseServerAuditingPolicy' ,
195
198
' Remove-AzureRmSqlDatabaseServerAuditing' ,
196
199
' Set-AzureRmSqlDatabaseServerAuditingPolicy' ,
197
- ' Use-AzureRmSqlDatabaseServerAuditingPolicy'
200
+ ' Use-AzureRmSqlDatabaseServerAuditingPolicy' ,
201
+ ' Get-AzureRmSqlDatabaseLongTermRetentionPolicy' ,
202
+ ' Set-AzureRmSqlDatabaseLongTermRetentionPolicy'
198
203
199
204
# DSC resources to export from this module
200
205
# DscResourcesToExport = @()
0 commit comments