Skip to content
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

Replace ResourceDataProvider with ResourceVisitor #48337

Closed
wants to merge 40 commits into from

Conversation

live1206
Copy link
Member

This PR also contains changes from #47944

@live1206 live1206 added CodeGen Issues that relate to code generation Mgmt This issue is related to a management-plane library. labels Feb 18, 2025
@github-actions github-actions bot added the Client This issue points to a problem in the data-plane of the library. label Feb 18, 2025
@@ -47,7 +47,7 @@ internal class NamespaceVisitor : ScmLibraryVisitor
}
else
{
type.Type.Namespace = AzureClientPlugin.Instance.TypeFactory.RootNamespace;
type.Type.Namespace = AzureClientPlugin.Instance.InputLibrary.InputNamespace.Name;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we do GetCleanNamespace here?

@live1206
Copy link
Member Author

Remove the change of resource generation, continue the work in #48362

@live1206 live1206 closed this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. CodeGen Issues that relate to code generation Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants