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 migrates the Azure Quantum SDK from the old Autorest-based code generator to the new TypeSpec-based Management Plane Generator (MPG). The migration updates the SDK to use TypeSpec definitions from the azure-rest-api-specs repository and regenerates all code with the new generator.
Changes:
- Migrated from Autorest to TypeSpec-based code generation with new emitter configuration
- Updated API version from 2023-11-13-preview to 2025-12-15-preview
- Restructured data models with properties wrapped in nested objects and serialization pattern changes
- Added new models for Suite Offers, MOBO configuration, and quota allocations
Reviewed changes
Copilot reviewed 5 out of 113 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsp-location.yaml | Configuration file specifying TypeSpec source location and commit |
| cspell.yaml | Spell check configuration for Quantum-specific terms |
| autorest.md.bak | Backup of old Autorest configuration file |
| metadata.json | API version updated to 2025-12-15-preview |
| QuantumWorkspaceData.cs | Major restructuring - properties moved to nested WorkspaceResourceProperties |
| Sample files | Updated to reflect new API structure with Properties wrapper |
| Models/* | Serialization field renamed from _serializedAdditionalRawData to _additionalBinaryDataProperties |
| Internal/* | New utility classes for TypeSpec generator support |
| RestOperations/* | New SuiteOffersRestOperations added |
| Collections/* | New collection result classes for pageable operations |
| LongRunningOperation/* | Updated LRO handling for new generator patterns |
sdk/quantum/Azure.ResourceManager.Quantum/api/Azure.ResourceManager.Quantum.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/quantum/Azure.ResourceManager.Quantum/api/Azure.ResourceManager.Quantum.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/quantum/Azure.ResourceManager.Quantum/src/Generated/Models/QuantumProviderDescription.cs
Outdated
Show resolved
Hide resolved
sdk/quantum/Azure.ResourceManager.Quantum/src/Generated/Models/QuantumProviderDescription.cs
Outdated
Show resolved
Hide resolved
sdk/quantum/Azure.ResourceManager.Quantum/api/Azure.ResourceManager.Quantum.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/quantum/Azure.ResourceManager.Quantum/api/Azure.ResourceManager.Quantum.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
ArthurMa1978
approved these changes
Feb 3, 2026
Merged
5 tasks
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: #54766
Spec PR: Azure/azure-rest-api-specs#39552
Use the new code generator to generate SDK code from TSP.
Known issues: (the SDK has never been GA, so maybe this isn't a issue)
markAsPageabledecorator typespec-azure#3650Contributing 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.