Skip to content

Commit

Permalink
Version bump for AssemblyInfo.cs and Management.Sql.csproj, and updat…
Browse files Browse the repository at this point in the history
…e the release note for new features of the new version
  • Loading branch information
payiAzure committed Apr 6, 2018
1 parent 543c708 commit ad42550
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
<PackageId>Microsoft.Azure.Management.Sql</PackageId>
<Description>Azure SQL Management SDK library</Description>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<Version>1.13.0-preview</Version>
<Version>1.14.0-preview</Version>
<PackageTags>Microsoft Azure SQL Management;SQL;SQL Management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
New features:
- Added support for List and Cancel operation on Azure database and elastic pool REST API
- Added more convenient method to rename databases, `Databases.Rename(resourceGroupName, serverName, databaseName, newName)`.
- Added .NET SDK APIs for new Long Term Retention V2 commands, including getting backups, deleting backups, setting the V2 policies, and getting the V2 policies
Breaking Changes:
- Removed support for managing Vaults used for Long Term Retention V1
- Changed BackupLongTermRetentionPolicy class, removing the Long Term Retention V1 properties and adding the Long Term Retention V2 properties
- Removed BackupLongTermRetentionPolicyState
- Database and ElasticPool now use Sku property for scale and tier-related properties. We have made this change in order to allow future support of autoscale, and to allow for new vCore-based editions.
* Database.Sku has replaced Database.RequestedServiceObjectiveName and Database.Edition. Database scale can be set by setting Sku.Name to the requested service objective name (e.g. S0, P1, or GP_Gen4_1), or by setting Sku.Name to the sku name (e.g. Standard, Premium, or GP_Gen1) and set Sku.Capacity to the scale measured in DTU or vCores.
* Database.CurrentSku has replaced Database.ServiceLevelObjetive.
* Database.CurrentServiceObjectiveId and Database.RequestedServiceObjectiveId have been removed.
* ElasticPool.Sku has replaced ElasticPool.Dtu. Elastic pool scale can be set by setting Sku.Name to the requested sku name (e.g. StandardPool, PremiumPool) and setting Sku.Capacity to the scale measured in DTU or vCores.
* ElasticPool.PerDatabaseSettings has replaced ElasticPool.DatabaseDtuMin and ElasticPool.DatabaseDtuMax.
- Database.MaxSizeBytes is now a long instead of string.
- LocationCapabilities tree has been changed in order to support capabilities of new vCore-based database and elastic pool editions.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[assembly: AssemblyTitle("Microsoft Azure SQL Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.13.0.0")]
[assembly: AssemblyFileVersion("1.14.0.0")]



Expand Down

0 comments on commit ad42550

Please sign in to comment.