[Compute] Migrate SDK to generate from TypeSpec#48646
Merged
weidongxu-microsoft merged 22 commits intomainfrom Apr 1, 2026
Merged
[Compute] Migrate SDK to generate from TypeSpec#48646weidongxu-microsoft merged 22 commits intomainfrom
weidongxu-microsoft merged 22 commits intomainfrom
Conversation
Migrated from Swagger-generated to TypeSpec-generated code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Suppress constructor visibility changes for output-only models - Suppress setter visibility/removal for output-only models - Suppress ListResult/List class removals (pageable models) - Suppress CloudService model removals (separate sub-service) - Suppress other model removals (moved to implementation) - Suppress super type changes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Rename 6 files where git tracked Ip casing but class names use IP: - VirtualMachineNetworkInterfaceIpConfigurationProperties -> ...IPConfiguration... - VirtualMachinePublicIpAddressConfigurationProperties -> ...IPAddress... - VirtualMachineScaleSetIpConfigurationProperties -> ...IPConfiguration... - VirtualMachineScaleSetPublicIpAddressConfigurationProperties -> ...IPAddress... - VirtualMachineScaleSetUpdateIpConfigurationProperties -> ...IPConfiguration... - VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties -> ...IPAddress... Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…for-java into migrate-compute
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
XiaofeiCao
reviewed
Apr 1, 2026
XiaofeiCao
approved these changes
Apr 1, 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.
fix #47695
Migrate azure-resourcemanager-compute SDK from Swagger (AutoRest) to TypeSpec generation.
Depends on
Breaking Changes
Revapi suppressions added for the above breaking changes.