Skip to content

Commit 9ffbf11

Browse files
authored
Bump up version number for sourceResourceId property changes (Azure#27667)
1 parent f1ca01d commit 9ffbf11

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

sdk/sqlmanagement/Microsoft.Azure.Management.Sql/src/Microsoft.Azure.Management.Sql.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
<PackageId>Microsoft.Azure.Management.Sql</PackageId>
88
<Description>Azure SQL Management SDK library</Description>
99
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
10-
<Version>2.1.0-preview</Version>
10+
<Version>2.1.1-preview</Version>
1111
<PackageTags>Microsoft Azure SQL Management;SQL;SQL Management;</PackageTags>
1212
<PackageReleaseNotes>
1313
<![CDATA[
1414
New features:
15-
- Update TDE operations to use "2021-02-01-preview" API version
16-
- Backup storage redundancy now has GeoZone option and this is why API version upgrade was needed (2021-05-01-preview) for following operations: ManagedInstances, Databases, LongTermRetentionBackups, LongTermRetentionManagedInstanceBackups,
17-
RestorableDroppedDatabases, RestorableDroppedManagedDatabases, ServerConnecionPolicies
18-
- ManagedInstances StorageAccountType parameter is now replaced with RequestedBackupStorageRedundancy and CurrentBackupStorageRedundancy
19-
- Add IPv6 firewall rules management API (2021-08-01-preview)
2015
- Add optional parameter SourceResourceId to Databases, which allows cross-subscription restore for DataWarehouse edition
2116
]]>
2217
</PackageReleaseNotes>

sdk/sqlmanagement/Microsoft.Azure.Management.Sql/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Reflection;
2-
using System.Runtime.InteropServices;
3-
using System;
42
using System.Resources;
3+
using System.Runtime.InteropServices;
54

65
// General Information about an assembly is controlled through the following
76
// set of attributes. Change these attribute values to modify the information
@@ -22,4 +21,4 @@
2221
[assembly: AssemblyTitle("Microsoft Azure SQL Management Library")]
2322
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")]
2423
[assembly: AssemblyVersion("1.0.0.0")]
25-
[assembly: AssemblyFileVersion("2.1.0.0")]
24+
[assembly: AssemblyFileVersion("2.1.1.0")]

0 commit comments

Comments
 (0)