|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 7/30/2025 |
| 6 | +# Generated on: 8/8/2025 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '6.0.5' |
| 15 | +ModuleVersion = '6.0.6' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -108,8 +108,7 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
|
108 | 108 | 'Enable-AzSqlInstanceDatabaseLedgerDigestUpload',
|
109 | 109 | 'Enable-AzSqlInstanceDatabaseSensitivityRecommendation',
|
110 | 110 | 'Enable-AzSqlServerActiveDirectoryOnlyAuthentication',
|
111 |
| - 'Enable-AzSqlServerAdvancedDataSecurity', |
112 |
| - 'Get-AzSqlCapability', |
| 111 | + 'Enable-AzSqlServerAdvancedDataSecurity', 'Get-AzSqlCapability', |
113 | 112 | 'Get-AzSqlDatabase', 'Get-AzSqlDatabaseActivity',
|
114 | 113 | 'Get-AzSqlDatabaseAdvancedThreatProtectionSetting',
|
115 | 114 | 'Get-AzSqlDatabaseAdvisor', 'Get-AzSqlDatabaseAudit',
|
@@ -203,7 +202,7 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
|
203 | 202 | 'Invoke-AzSqlInstanceTransparentDataEncryptionProtectorRevalidation',
|
204 | 203 | 'Invoke-AzSqlServerExternalGovernanceStatusRefresh',
|
205 | 204 | 'Invoke-AzSqlServerTransparentDataEncryptionProtectorRevalidation',
|
206 |
| - 'Lock-AzSqlDatabaseLongTermRetentionBackupImmutability', |
| 205 | + 'Lock-AzSqlDatabaseLongTermRetentionBackupImmutability', |
207 | 206 | 'Move-AzSqlInstanceDatabase', 'New-AzSqlDatabase',
|
208 | 207 | 'New-AzSqlDatabaseCopy', 'New-AzSqlDatabaseDataMaskingRule',
|
209 | 208 | 'New-AzSqlDatabaseExport', 'New-AzSqlDatabaseFailoverGroup',
|
@@ -231,8 +230,8 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
|
231 | 230 | 'Remove-AzSqlDatabaseFromFailoverGroup',
|
232 | 231 | 'Remove-AzSqlDatabaseInstanceFailoverGroup',
|
233 | 232 | 'Remove-AzSqlDatabaseLongTermRetentionBackup',
|
234 |
| - 'Remove-AzSqlDatabaseLongTermRetentionBackupImmutability', |
235 |
| - 'Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold', |
| 233 | + 'Remove-AzSqlDatabaseLongTermRetentionBackupImmutability', |
| 234 | + 'Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold', |
236 | 235 | 'Remove-AzSqlDatabaseRestorePoint', 'Remove-AzSqlDatabaseSecondary',
|
237 | 236 | 'Remove-AzSqlDatabaseSensitivityClassification',
|
238 | 237 | 'Remove-AzSqlElasticJob', 'Remove-AzSqlElasticJobAgent',
|
@@ -288,7 +287,7 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
|
288 | 287 | 'Set-AzSqlInstanceDatabaseVulnerabilityAssessmentRuleBaseline',
|
289 | 288 | 'Set-AzSqlInstanceDtc', 'Set-AzSqlInstancePool',
|
290 | 289 | 'Set-AzSqlInstanceTransparentDataEncryptionProtector',
|
291 |
| - 'Set-AzSqlDatabaseLongTermRetentionBackupLegalHold', |
| 290 | + 'Set-AzSqlDatabaseLongTermRetentionBackupLegalHold', |
292 | 291 | 'Set-AzSqlServer', 'Set-AzSqlServerActiveDirectoryAdministrator',
|
293 | 292 | 'Set-AzSqlServerAdvisorAutoExecuteStatus', 'Set-AzSqlServerAudit',
|
294 | 293 | 'Set-AzSqlServerConfigurationOption',
|
@@ -361,7 +360,13 @@ PrivateData = @{
|
361 | 360 | # IconUri = ''
|
362 | 361 |
|
363 | 362 | # ReleaseNotes of this module
|
364 |
| - ReleaseNotes = '* Updated ''DatabaseOperations'' Api to version ''2024-11-01-preview'' for .Net Sdk' |
| 363 | + ReleaseNotes = '* Fixed ''New-AzSqlDatabaseExport'' and ''New-AzSqlDatabaseImport'' to use SQL Authentication with ManagedIdentity without any mandatory password |
| 364 | +* Updated with support for Immutable Long-Term Retention Backups |
| 365 | + - Updated ''Set-AzSqlDatabaseBackupLongTermRetentionPolicy'' cmdlet to expose ''TimeBasedImmutability'' and ''TimeBasedImmutabilityMode'' parameters. |
| 366 | + - Updated ''AzureSqlDatabaseBackupLongTermRetentionPolicyModel'' to add ''TimeBasedImmutability'' and ''TimeBasedImmutabilityMode'' properties. |
| 367 | + - Updated ''AzureSqlDatabaseLongTermRetentionBackupModel'' to add ''TimeBasedImmutability'', ''TimeBasedImmutabilityMode'', and ''LegalHoldImmutability'' properties. |
| 368 | + - Added new cmdlets ''Lock-AzSqlDatabaseLongTermRetentionBackupImmutability'' and ''Remove-AzSqlDatabaseLongTermRetentionBackupImmutability'' for managing time-based immutability on LTR backups. |
| 369 | + - Added new cmdlets ''Set-Az SqlDatabaseLongTermRetentionBackupLegalHold'' and ''Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold'' for managing legal hold immutability on LTR backups.' |
365 | 370 |
|
366 | 371 | # Prerelease string of this module
|
367 | 372 | Prerelease = 'preview'
|
|
0 commit comments