Skip to content

Sql OOB Release #28364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: Az.Sql-preview
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@








4 changes: 2 additions & 2 deletions src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
[assembly: AssemblyTitle("Microsoft Azure SQL Server Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")]

[assembly: AssemblyVersion("6.0.5")]
[assembly: AssemblyFileVersion("6.0.5")]
[assembly: AssemblyVersion("6.0.6")]
[assembly: AssemblyFileVersion("6.0.6")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
4 changes: 2 additions & 2 deletions src/Sql/Sql.Management.Sdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("e4865c26-d70d-4151-ba6e-af45c4df7271")]

[assembly: AssemblyVersion("6.0.5")]
[assembly: AssemblyFileVersion("6.0.5")]
[assembly: AssemblyVersion("6.0.6")]
[assembly: AssemblyFileVersion("6.0.6")]
23 changes: 14 additions & 9 deletions src/Sql/Sql/Az.Sql.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/30/2025
# Generated on: 8/8/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '6.0.5'
ModuleVersion = '6.0.6'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -108,8 +108,7 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
'Enable-AzSqlInstanceDatabaseLedgerDigestUpload',
'Enable-AzSqlInstanceDatabaseSensitivityRecommendation',
'Enable-AzSqlServerActiveDirectoryOnlyAuthentication',
'Enable-AzSqlServerAdvancedDataSecurity',
'Get-AzSqlCapability',
'Enable-AzSqlServerAdvancedDataSecurity', 'Get-AzSqlCapability',
'Get-AzSqlDatabase', 'Get-AzSqlDatabaseActivity',
'Get-AzSqlDatabaseAdvancedThreatProtectionSetting',
'Get-AzSqlDatabaseAdvisor', 'Get-AzSqlDatabaseAudit',
Expand Down Expand Up @@ -203,7 +202,7 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
'Invoke-AzSqlInstanceTransparentDataEncryptionProtectorRevalidation',
'Invoke-AzSqlServerExternalGovernanceStatusRefresh',
'Invoke-AzSqlServerTransparentDataEncryptionProtectorRevalidation',
'Lock-AzSqlDatabaseLongTermRetentionBackupImmutability',
'Lock-AzSqlDatabaseLongTermRetentionBackupImmutability',
'Move-AzSqlInstanceDatabase', 'New-AzSqlDatabase',
'New-AzSqlDatabaseCopy', 'New-AzSqlDatabaseDataMaskingRule',
'New-AzSqlDatabaseExport', 'New-AzSqlDatabaseFailoverGroup',
Expand Down Expand Up @@ -231,8 +230,8 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
'Remove-AzSqlDatabaseFromFailoverGroup',
'Remove-AzSqlDatabaseInstanceFailoverGroup',
'Remove-AzSqlDatabaseLongTermRetentionBackup',
'Remove-AzSqlDatabaseLongTermRetentionBackupImmutability',
'Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold',
'Remove-AzSqlDatabaseLongTermRetentionBackupImmutability',
'Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold',
'Remove-AzSqlDatabaseRestorePoint', 'Remove-AzSqlDatabaseSecondary',
'Remove-AzSqlDatabaseSensitivityClassification',
'Remove-AzSqlElasticJob', 'Remove-AzSqlElasticJobAgent',
Expand Down Expand Up @@ -288,7 +287,7 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
'Set-AzSqlInstanceDatabaseVulnerabilityAssessmentRuleBaseline',
'Set-AzSqlInstanceDtc', 'Set-AzSqlInstancePool',
'Set-AzSqlInstanceTransparentDataEncryptionProtector',
'Set-AzSqlDatabaseLongTermRetentionBackupLegalHold',
'Set-AzSqlDatabaseLongTermRetentionBackupLegalHold',
'Set-AzSqlServer', 'Set-AzSqlServerActiveDirectoryAdministrator',
'Set-AzSqlServerAdvisorAutoExecuteStatus', 'Set-AzSqlServerAudit',
'Set-AzSqlServerConfigurationOption',
Expand Down Expand Up @@ -361,7 +360,13 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Updated ''DatabaseOperations'' Api to version ''2024-11-01-preview'' for .Net Sdk'
ReleaseNotes = '* Fixed ''New-AzSqlDatabaseExport'' and ''New-AzSqlDatabaseImport'' to use SQL Authentication with ManagedIdentity without any mandatory password
* Updated with support for Immutable Long-Term Retention Backups
- Updated ''Set-AzSqlDatabaseBackupLongTermRetentionPolicy'' cmdlet to expose ''TimeBasedImmutability'' and ''TimeBasedImmutabilityMode'' parameters.
- Updated ''AzureSqlDatabaseBackupLongTermRetentionPolicyModel'' to add ''TimeBasedImmutability'' and ''TimeBasedImmutabilityMode'' properties.
- Updated ''AzureSqlDatabaseLongTermRetentionBackupModel'' to add ''TimeBasedImmutability'', ''TimeBasedImmutabilityMode'', and ''LegalHoldImmutability'' properties.
- Added new cmdlets ''Lock-AzSqlDatabaseLongTermRetentionBackupImmutability'' and ''Remove-AzSqlDatabaseLongTermRetentionBackupImmutability'' for managing time-based immutability on LTR backups.
- Added new cmdlets ''Set-Az SqlDatabaseLongTermRetentionBackupLegalHold'' and ''Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold'' for managing legal hold immutability on LTR backups.'

# Prerelease string of this module
Prerelease = 'preview'
Expand Down
2 changes: 2 additions & 0 deletions src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 6.0.6
* Fixed `New-AzSqlDatabaseExport` and `New-AzSqlDatabaseImport` to use SQL Authentication with ManagedIdentity without any mandatory password
* Updated with support for Immutable Long-Term Retention Backups
- Updated `Set-AzSqlDatabaseBackupLongTermRetentionPolicy` cmdlet to expose `TimeBasedImmutability` and `TimeBasedImmutabilityMode` parameters.
Expand Down
4 changes: 2 additions & 2 deletions src/Sql/Sql/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("6.0.5")]
[assembly: AssemblyFileVersion("6.0.5")]
[assembly: AssemblyVersion("6.0.6")]
[assembly: AssemblyFileVersion("6.0.6")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Sphere'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.4.0'; },
@{ModuleName = 'Az.Sql'; RequiredVersion = '6.0.5'; },
@{ModuleName = 'Az.Sql'; RequiredVersion = '6.0.6'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.Ssh'; RequiredVersion = '0.2.3'; },
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.6.1'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest-2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.1.0.zip;sourceType=sa]Az.SignalR,2.1.0
pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3
pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0
pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.0.5.zip;sourceType=sa]Az.Sql,6.0.5
pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.0.6.zip;sourceType=sa]Az.Sql,6.0.6
pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0
pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3
pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.1.zip;sourceType=sa]Az.StackHCI,2.6.1
Expand Down
Loading