Skip to content

Commit 11b61b6

Browse files
authored
Prepare release for Azure.ResourceManager.ContainerInstance 1.3.0-beta.1 (#46804)
1 parent 94d2be0 commit 11b61b6

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

sdk/containerinstance/Azure.ResourceManager.ContainerInstance/CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.3.0-beta.1 (2024-10-24)
44

55
### Features Added
66

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.
78
- Exposed `JsonModelWriteCore` for model serialization procedure.
89

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
1310
### Other Changes
1411

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+
1515
## 1.2.1 (2024-04-29)
1616

1717
### Features Added
1818

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.
2020
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
2121

2222
## 1.2.0 (2023-11-27)
2323

2424
### Features Added
2525

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.
2727

2828
### Other Changes
2929

@@ -33,7 +33,7 @@
3333

3434
### Features Added
3535

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).
3737

3838
### Other Changes
3939

@@ -68,17 +68,21 @@ This release adds Container Security Context property for Containers with Confid
6868
- Added backward compatibility for the change of `DnsNameLabelReusePolicy` property replaced by `AutoGeneratedDnsNameLabelScope` in `ContainerGroupIPAddress`.
6969

7070
## 1.1.0-beta.1 (2023-01-26)
71+
7172
This release is a preview release for ContainerGroup Priority property and Confidential Containers.
7273

7374
### Features Added
75+
7476
- Added Priority property to ContainerGroup properties to support the public preview of Spot Containers on ACI.
7577
- Added ConfidentialComputeProperties.CcePolicy and Confidential ContainerGroupSku to support the public preview of Confidential containers on ACI with custom confidential computing enforcement policies.
7678

7779
### Breaking Changes
80+
7881
- Added Priority property to ContainerGroup properties
7982
- Added ConfidentialComputeProperties.CcePolicy and Confidential ContainerGroupSku
8083

8184
### Other Changes
85+
8286
- Updated ContainerGroupIPAddress to use AutoGeneratedDnsNameLabelScope in place of DnsNameLabelReusePolicy as DnsNameLabelReusePolicy is deprecated.
8387

8488
## 1.0.1 (2023-01-11)
@@ -133,4 +137,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
133137

134138
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).
135139

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).

sdk/containerinstance/Azure.ResourceManager.ContainerInstance/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ azure-arm: true
77
library-name: ContainerInstance
88
namespace: Azure.ResourceManager.ContainerInstance
99
require: https://github.com/Azure/azure-rest-api-specs/blob/10b3107f2eafcd428a208ec5858f3ca9261b1123/specification/containerinstance/resource-manager/readme.md
10-
tag: package-preview-2024-05
10+
#tag: package-preview-2024-05
1111
output-folder: $(this-folder)/Generated
1212
clear-output-folder: true
1313
sample-gen:

0 commit comments

Comments
 (0)