Skip to content

Az.Sql v3.0.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@BethanyZhou BethanyZhou released this 27 Mar 01:56
c2f1fd9

Release Notes

  • Added cmdlet Copy-AzSqlDatabaseLongTermRetentionBackup
    • Copy LTR backups to different servers
  • Added cmdlet Update-AzSqlDatabaseLongTermRetentionBackup
    • Update Backup Storage Redundancy values for LTR backups
  • Added CurrentBackupStorageRedundancy, RequestedBackupStorageRedundancy to Get-AzSqlDatabase, New-AzSqlDatabase, Set-AzSqlDatabase, New-AzSqlDatabaseSecondary, Set-AzSqlDatabaseSecondary, New-AzSqlDatabaseCopy
    • Changed BackupStorageRedundancy value to CurrentBackupStorageRedundancy, RequestedBackupStorageRedundancy to reflect both the current value and what has been requested if a change was made