-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Using new management plain generator for service dependencymap #53632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Azure.ResourceManager.DependencyMap SDK by regenerating code from updated TypeSpec specifications. The changes primarily involve:
- Updating the commit hash reference in tsp-location.yaml
- Adding an emitter package JSON path configuration
- Removing all sample test files
- Extensive refactoring of generated REST operations and model classes to use newer code generation patterns
Reviewed Changes
Copilot reviewed 3 out of 96 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsp-location.yaml | Updated spec commit hash and added emitter configuration |
| Sample_*.cs (tests) | Removed all generated sample test files |
| RestOperations files | Refactored from high-level API methods to low-level HTTP message creation |
| Model classes | Updated serialization patterns, renamed internal fields, improved documentation |
| ProviderConstants.cs | Changed from static to partial class, added XML documentation |
| CodeGenTypeAttribute.cs | Added new internal attribute for code generation metadata |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
* update tsp-location.yaml. * working in progress. * update commit id in tsp-location.yaml * regen. * regen. * update commit id in tsp-location.yaml * update commit id and Library_Iventory.md * update Library_Inventory.md
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.