Skip to content

Commit 954a09d

Browse files
authored
Prepare release Sql 1.2.0 (Azure#33319)
* update changelog * add unreleased tag for beta * Prepare release for Azure.ResourceManager.Sql * ran prepare release script
1 parent 396ecd6 commit 954a09d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sdk/sqlmanagement/Azure.ResourceManager.Sql/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0 (2023-01-16)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Constructor of `SqlDatabaseData` now accepts an extra parameter `PreferredEnclaveType`.
128

139
## 1.1.0 (2022-11-11)
1410

@@ -133,4 +129,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
133129

134130
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
135131

136-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
132+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Azure.ResourceManager.Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0-beta.1</Version>
3+
<Version>1.2.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.1.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Sql</PackageId>

0 commit comments

Comments
 (0)