Migrate the AzureStackHciVm to support new MPG#54778
Merged
ArthurMa1978 merged 13 commits intomainfrom Jan 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the AzureStackHciVm SDK to support the new Management Plane Generator (MPG). The migration involves updating the project configuration to remove the legacy Autorest dependency flag, aligning with the new generator tooling.
Key Changes:
- Removed the
IncludeAutorestDependencyproperty from the project configuration to transition from the old Autorest-based generation to the new MPG
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/src/Azure.ResourceManager.Hci.Vm.csproj
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/api/Azure.ResourceManager.Hci.Vm.net8.0.cs
Outdated
Show resolved
Hide resolved
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/api/Azure.ResourceManager.Hci.Vm.net8.0.cs
Outdated
Show resolved
Hide resolved
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/api/Azure.ResourceManager.Hci.Vm.net8.0.cs
Outdated
Show resolved
Hide resolved
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/api/Azure.ResourceManager.Hci.Vm.net8.0.cs
Outdated
Show resolved
Hide resolved
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/api/Azure.ResourceManager.Hci.Vm.net8.0.cs
Outdated
Show resolved
Hide resolved
...estackhci/Azure.ResourceManager.Hci.Vm/src/Generated/Models/HciVmInboundNatRuleProperties.cs
Outdated
Show resolved
Hide resolved
ArcturusZhang
approved these changes
Jan 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #53866
Spec pr: Azure/azure-rest-api-specs#39425
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.