|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.3.0-beta.1 (Unreleased) |
| 3 | +## 1.3.0-beta.1 (2024-10-24) |
4 | 4 |
|
5 | 5 | ### Features Added
|
6 | 6 |
|
| 7 | +- Upgraded api-version tag from 'package-2023-05' to 'package-preview-2024-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/10b3107f2eafcd428a208ec5858f3ca9261b1123/specification/containerinstance/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.39.0 to 1.44.1 |
| 13 | +- Upgraded Azure.ResourceManager from 1.11.1 to 1.13.0 |
| 14 | + |
15 | 15 | ## 1.2.1 (2024-04-29)
|
16 | 16 |
|
17 | 17 | ### Features Added
|
18 | 18 |
|
19 |
| -- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
| 19 | +- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
20 | 20 | - Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
|
21 | 21 |
|
22 | 22 | ## 1.2.0 (2023-11-27)
|
23 | 23 |
|
24 | 24 | ### Features Added
|
25 | 25 |
|
26 |
| -- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
| 26 | +- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
27 | 27 |
|
28 | 28 | ### Other Changes
|
29 | 29 |
|
|
33 | 33 |
|
34 | 34 | ### Features Added
|
35 | 35 |
|
36 |
| -- 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). |
| 36 | +- 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). |
37 | 37 |
|
38 | 38 | ### Other Changes
|
39 | 39 |
|
@@ -68,17 +68,21 @@ This release adds Container Security Context property for Containers with Confid
|
68 | 68 | - Added backward compatibility for the change of `DnsNameLabelReusePolicy` property replaced by `AutoGeneratedDnsNameLabelScope` in `ContainerGroupIPAddress`.
|
69 | 69 |
|
70 | 70 | ## 1.1.0-beta.1 (2023-01-26)
|
| 71 | + |
71 | 72 | This release is a preview release for ContainerGroup Priority property and Confidential Containers.
|
72 | 73 |
|
73 | 74 | ### Features Added
|
| 75 | + |
74 | 76 | - Added Priority property to ContainerGroup properties to support the public preview of Spot Containers on ACI.
|
75 | 77 | - Added ConfidentialComputeProperties.CcePolicy and Confidential ContainerGroupSku to support the public preview of Confidential containers on ACI with custom confidential computing enforcement policies.
|
76 | 78 |
|
77 | 79 | ### Breaking Changes
|
| 80 | + |
78 | 81 | - Added Priority property to ContainerGroup properties
|
79 | 82 | - Added ConfidentialComputeProperties.CcePolicy and Confidential ContainerGroupSku
|
80 | 83 |
|
81 | 84 | ### Other Changes
|
| 85 | + |
82 | 86 | - Updated ContainerGroupIPAddress to use AutoGeneratedDnsNameLabelScope in place of DnsNameLabelReusePolicy as DnsNameLabelReusePolicy is deprecated.
|
83 | 87 |
|
84 | 88 | ## 1.0.1 (2023-01-11)
|
@@ -133,4 +137,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
|
133 | 137 |
|
134 | 138 | 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).
|
135 | 139 |
|
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). |
| 140 | +> 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