Skip to content

Commit 1438a05

Browse files
authored
Make Azure.ResourceManager.HDInsight AOT-compatible (#51862)
1 parent 4f2c353 commit 1438a05

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sdk/hdinsight/Azure.ResourceManager.HDInsight/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Features Added
66

7+
- Make `Azure.ResourceManager.HDInsight` AOT-compatible
8+
79
- Upgraded api-version tag from 'package-2024-08-preview' to 'package-2025-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4c0f7731c93696af01bd2bb9927bf28d2afcbc98/specification/hdinsight/resource-manager/readme.md.
810
- Support to use Entra User as cluster administrator credential instead of using username/password during HDInsight cluster creation.
911
- Support to update Entra User Information in an existing Entra User enabled HDInsight cluster.

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

0 commit comments

Comments
 (0)