|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.3.0-beta.1 (Unreleased) |
| 3 | +## 1.3.0 (2024-09-10) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
7 | | -- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
8 | | - |
9 | | -### Breaking Changes |
10 | | - |
11 | | -### Bugs Fixed |
| 7 | +- Upgraded api-version tag from 'package-2023-09' to 'package-2024-04'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ec07fc78c6c25b68107f8ff419d137ffecced005/specification/desktopvirtualization/resource-manager/readme.md. |
| 8 | + - App Attach Package Support |
| 9 | +- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
| 10 | +- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
| 11 | +- Added experimental Bicep serialization. |
12 | 12 |
|
13 | 13 | ### Other Changes |
14 | 14 |
|
| 15 | +- Upgraded Azure.Core from 1.36.0 to 1.42.0 |
| 16 | +- Upgraded Azure.ResourceManager from 1.9.0 to 1.13.0 |
| 17 | + |
15 | 18 | ## 1.2.1 (2023-11-27) |
16 | 19 |
|
17 | 20 | ### Features Added |
18 | 21 |
|
19 | | -- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
| 22 | +- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
20 | 23 |
|
21 | 24 | ### Other Changes |
22 | 25 |
|
|
41 | 44 |
|
42 | 45 | ### Features Added |
43 | 46 |
|
44 | | -- 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). |
| 47 | +- 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). |
45 | 48 |
|
46 | 49 | ### Other Changes |
47 | 50 |
|
@@ -90,5 +93,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur |
90 | 93 |
|
91 | 94 | 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). |
92 | 95 |
|
93 | | -> 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). |
94 | | -
|
| 96 | +> 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