Skip to content

Commit 8e17a7c

Browse files
authored
Make Azure.ResourceManager.MachineLearning AOT-compatible (#51863)
1 parent ad7237e commit 8e17a7c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/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.1 (Unreleased)
3+
## 1.2.3 (2025-08-11)
44

55
### Features Added
66

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

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

sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Azure.ResourceManager.MachineLearning.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.3.0-beta.1</Version>
3+
<Version>1.2.3</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.2.2</ApiCompatVersion>
66
<Description>Microsoft Azure management client SDK for Azure resource provider Microsoft.MachineLearningServices.</Description>

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

0 commit comments

Comments
 (0)