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

[Storage] Add internal constructors for output only model types #7744

Merged
merged 2 commits into from
Sep 25, 2019

Conversation

ShivangiReja
Copy link
Member

As per the API review, model types only ever returned shouldn't have public constructors. We're not generating those constructors, but C# will add a default public constructor if we don't have any.

In this PR, I added internal constructors for output only model types.

For more details refer: https://apiview.azurewebsites.net/Assemblies/Review/c52f059a-6d57-4d40-b7d2-a5816565a660#Azure.Storage.Blobs.Models.AccountInfo

@ShivangiReja ShivangiReja self-assigned this Sep 24, 2019
@ShivangiReja ShivangiReja added the Storage Storage Service (Queues, Blobs, Files) label Sep 24, 2019
Copy link
Member

@tg-msft tg-msft left a comment

Choose a reason for hiding this comment

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

Nice - changes look great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants