Skip to content

Commit 6ab5c81

Browse files
live1206Copilot
andauthored
Make Azure.ResourceManager.AppContainers AOT-compatible (#51856)
* Make `Azure.ResourceManager.AppContainers` AOT-compatible * Update sdk/containerapps/ci.mgmt.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent b4be595 commit 6ab5c81

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

sdk/containerapps/Azure.ResourceManager.AppContainers/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.5.0-beta.1 (Unreleased)
3+
## 1.4.1 (2025-08-11)
44

55
### Features Added
66

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

139
## 1.4.0 (2025-05-22)
1410

sdk/containerapps/Azure.ResourceManager.AppContainers/src/Azure.ResourceManager.AppContainers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.5.0-beta.1</Version>
3+
<Version>1.4.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.4.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.AppContainers</PackageId>

sdk/containerapps/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.AppContainers
2323
safeName: AzureResourceManagerAppContainers
24+
CheckAOTCompat: true
25+
AOTTestInputs:
26+
- ArtifactName: Azure.ResourceManager.AppContainers
27+
ExpectedWarningsFilepath: None

0 commit comments

Comments
 (0)