Skip to content

Commit 435872d

Browse files
authored
Make Azure.ResourceManager.ContainerInstance AOT-compatible (#51858)
1 parent 6044df8 commit 435872d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

3-
## 1.3.0-beta.3 (Unreleased)
3+
## 1.3.0-beta.3 (2025-08-11)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Make `Azure.ResourceManager.ContainerInstance` AOT-compatible
128

139
## 1.3.0-beta.2 (2025-06-13)
1410

sdk/containerinstance/ci.mgmt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ extends:
2121
Artifacts:
2222
- name: Azure.ResourceManager.ContainerInstance
2323
safeName: AzureResourceManagerContainerInstance
24+
CheckAOTCompat: true
25+
AOTTestInputs:
26+
- ArtifactName: Azure.ResourceManager.ContainerInstance
27+
ExpectedWarningsFilepath: None

0 commit comments

Comments
 (0)