This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Request path pattern for mgmt plane SDK#1565
Merged
ArthurMa1978 merged 211 commits intoNov 16, 2021
Merged
Conversation
# Conflicts: # src/AutoRest.CSharp/Mgmt/AutoRest/MgmtOutputLibrary.cs # src/AutoRest.CSharp/Mgmt/Output/ResourceData.cs
…extual-path # Conflicts: # src/AutoRest.CSharp/Mgmt/AutoRest/MgmtOutputLibrary.cs # src/AutoRest.CSharp/Mgmt/Output/ResourceData.cs
This reverts commit c815520.
…removing-operation-groups
ArthurMa1978
approved these changes
Nov 11, 2021
…e same plural and singular form (Azure#1657)
This was referenced Nov 16, 2021
Closed
This was referenced Nov 26, 2021
Closed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Fixes #1581
Fixes #1609
Fixes #1608
Fixes #1593
This PR includes the following:
MgmtTypeProvider, which inherits fromTypeProvider. This class includes the information that will be generated as a class with operations, likeResource,ResourceContainerand the extension classes.OperationGroups.OperationGroups or configurations. But this is configurable.int)Known issues and future works:
But
GetAllmethods in the container class will still wrap with its corresponding resource.ResourceTypes are magic string instead of using the constant from the corresponding classes.Checklist
To ensure a quick review and merge, please ensure:
Ready to Land?