Skip to content

Commit e9c1b31

Browse files
authored
Make Azure.ResourceManager.ApplicationInsights AOT-compatible (Azure#51662)
1 parent d90d5b8 commit e9c1b31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/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.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2025-08-04)
44

55
### Features Added
66

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

139
## 1.0.1 (2025-03-11)
1410

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

0 commit comments

Comments
 (0)