Skip to content

Commit ad7237e

Browse files
live1206Copilot
andauthored
Make Azure.ResourceManager.DesktopVirtualization AOT-compatible (#51859)
* Make `Azure.ResourceManager.ContainerService` AOT-compatible * Update sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/CHANGELOG.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 435872d commit ad7237e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/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.4.0-beta.1 (Unreleased)
3+
## 1.3.2 (2025-08-11)
44

55
### Features Added
66

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

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

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/src/Azure.ResourceManager.DesktopVirtualization.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.4.0-beta.1</Version>
3+
<Version>1.3.2</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.3.1</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.DesktopVirtualization</PackageId>

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

0 commit comments

Comments
 (0)