[DisconnectedOperations] Verify that the new code generator generates SDK code from TSP#54253
Merged
ArthurMa1978 merged 8 commits intoAzure:mainfrom Jan 4, 2026
Merged
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the DisconnectedOperations SDK to use the new Azure Management Generator (http-client-csharp-mgmt) for code generation from TypeSpec. The PR validates that the new generator successfully produces SDK code from TSP definitions.
Key Changes:
- Updated the emitter package reference from legacy to the new Azure TypeSpec management generator
- Regenerated all SDK code with the new generator, including models, REST operations, and samples
- Updated commit reference to point to the latest API specifications
Reviewed changes
Copilot reviewed 6 out of 94 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsp-location.yaml | Updated emitter package path and commit reference for TSP-based generation |
| Sample files (7 new files) | Auto-generated sample code demonstrating SDK usage patterns |
| Model files (30+ files) | Regenerated model classes with updated serialization patterns and improved documentation |
| RestOperations files (3 files) | Regenerated REST operation classes with new generator patterns (renamed classes, updated signatures) |
| ProviderConstants.cs | Added XML documentation and partial modifier |
| LongRunningOperation files (2 files) | Updated LRO handling with new generator conventions |
ArthurMa1978
approved these changes
Jan 4, 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.
Fixed: #53877
TSP PR: Azure/azure-rest-api-specs#39033
Use the new code generator to generate SDK code from TSP.
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.