-
Notifications
You must be signed in to change notification settings - Fork 911
Code generation for Azure Storage Files #19757
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
Will we be able to directly export the generated code? |
We can probably expose all the models but I think we want some custom clients because there is are service, (sub)directory, and file clients that have relationships with each other similar to blob services, containers, and blobs. |
/azp run prepare-pipelines |
Azure Pipelines successfully started running 1 pipeline(s). |
Linter error is expected due to no contents in the root package. This will eventually go away. |
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.
@souravgupta-msft just as a final check please refer to the azure storage rest api docs to make sure generated APIs required/optional fields are mapped correctly, other than that this looks good
No description provided.