Skip to content

Commit

Permalink
Bump up Az.Sql to 3.4.1 (Azure#15462)
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel authored Jul 15, 2021
1 parent 1a1c277 commit 2365fc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
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("3.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyVersion("3.4.1")]
[assembly: AssemblyFileVersion("3.4.1")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
17 changes: 3 additions & 14 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/2/2021
# Generated on: 2021/7/13
#

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

# Version number of this module.
ModuleVersion = '3.4.0'
ModuleVersion = '3.4.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -336,18 +336,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added ''RestrictOutboundNetworkAccess'' parameter to following cmdlets
- ''New-AzSqlServer''
- ''Set-AzSqlServer''
* Added new cmdlets for CRUD operations on Allowed FQDNs of Outbound Firewall rules
''Get-AzSqlServerOutboundFirewallRule''
''New-AzSqlServerOutboundFirewallRule''
''Remove-AzSqlServerOutboundFirewallRule''
* Fixed the identity logic for SystemAssigned,UserAssigned identities for New-AzSqlServer, New-AzSqlInstance
* Updated cmdlets for getting and updating SQL database''s differential backup frequency
''Get-AzSqlDatabaseBackupShortTermRetentionPolicy''
''Set-AzSqlDatabaseBackupShortTermRetentionPolicy''
* Fixed Partial PUT issue for Azure Policy in ''Set-AzSqlServer'' and ''Set-AzSqlInstance'''
ReleaseNotes = '* Fixed identity logic in ''Set-AzSqlServer'' and ''Set-AzSqlInstance'''

# Prerelease string of this module
# Prerelease = ''
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 3.4.1
* Fixed identity logic in `Set-AzSqlServer` and `Set-AzSqlInstance`

## Version 3.4.0
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("3.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyVersion("3.4.1")]
[assembly: AssemblyFileVersion("3.4.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.1'; },
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.Sql'; RequiredVersion = '3.4.0'; },
@{ModuleName = 'Az.Sql'; RequiredVersion = '3.4.1'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.Storage'; RequiredVersion = '3.9.0'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.5.0'; },
Expand Down

0 comments on commit 2365fc0

Please sign in to comment.