|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.8 (Unreleased) |
| 3 | +## 1.1.0 (2024-11-30) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
| 7 | +- Upgraded api-version tag from 'package-2022-01-preview' to 'package-2024-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/cfe266748ace6a5775d0d23ecbc654741d91958b/specification/servicebus/resource-manager/readme.md. |
7 | 8 | - Exposed `JsonModelWriteCore` for model serialization procedure. |
8 | 9 |
|
9 | | -### Breaking Changes |
10 | | - |
11 | | -### Bugs Fixed |
12 | | - |
13 | 10 | ### Other Changes |
14 | 11 |
|
| 12 | +- Upgraded Azure.Core from 1.25.0 to 1.44.1 |
| 13 | +- Upgraded Azure.ResourceManager from 1.2.0 to 1.13.0 |
| 14 | + |
15 | 15 | ## 1.1.0-beta.7 (2024-05-07) |
16 | 16 |
|
17 | 17 | ### Bugs Fixed |
|
22 | 22 |
|
23 | 23 | ### Features Added |
24 | 24 |
|
25 | | -- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
| 25 | +- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
26 | 26 |
|
27 | 27 | ## 1.1.0-beta.5 (2024-03-26) |
28 | 28 |
|
29 | 29 | ### Features Added |
30 | 30 |
|
31 | | -- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
| 31 | +- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
32 | 32 | - Added experimental Bicep serialization. |
33 | 33 |
|
34 | 34 | ## 1.1.0-beta.4 (2023-11-21) |
35 | 35 |
|
36 | 36 | ### Features Added |
37 | 37 |
|
38 | | -- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
| 38 | +- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
39 | 39 |
|
40 | 40 | ### Other Changes |
41 | 41 |
|
|
45 | 45 |
|
46 | 46 | ### Features Added |
47 | 47 |
|
48 | | -- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). |
| 48 | +- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). |
49 | 49 |
|
50 | 50 | ### Other Changes |
51 | 51 |
|
@@ -105,12 +105,12 @@ Polishing since last public beta release: |
105 | 105 |
|
106 | 106 | ### Breaking Changes |
107 | 107 |
|
108 | | -- Simplify `type` property names. |
| 108 | +- Simplified `type` property names. |
109 | 109 | - Normalized the body parameter type names for PUT / POST / PATCH operations if it is only used as input. |
110 | 110 |
|
111 | 111 | ### Other Changes |
112 | 112 |
|
113 | | -- Upgrade dependency to Azure.ResourceManager 1.0.0 |
| 113 | +- Upgraded dependency to Azure.ResourceManager 1.0.0 |
114 | 114 |
|
115 | 115 | ## 1.0.0-beta.3 (2022-03-31) |
116 | 116 |
|
@@ -153,4 +153,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur |
153 | 153 |
|
154 | 154 | 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). |
155 | 155 |
|
156 | | -> 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). |
| 156 | +> 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). |
0 commit comments