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

[BUG] Azure.Storage.Blobs.Models.AccountKind missing BlockBlobStorage #12623

Closed
marcre opened this issue Jun 8, 2020 · 2 comments
Closed

[BUG] Azure.Storage.Blobs.Models.AccountKind missing BlockBlobStorage #12623

marcre opened this issue Jun 8, 2020 · 2 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)

Comments

@marcre
Copy link

marcre commented Jun 8, 2020

Describe the bug

The AccountKind enum is missing BlockBlobStorage. If you do GetAccountInfo with a block blob account it throws an exception

Expected behavior

Return the correct account type

Actual behavior (include Exception or Stack Trace)

Throws an exception rather than report correct account kind

To Reproduce

var blobServiceClient = new BlobServiceClient();
// Next line throws
var accountInfo = blobServiceClient.GetAccountInfo();

Environment:
AzureStorage.Blobs 12.4.3 - verified that the enum value is still missing in master

https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/api/Azure.Storage.Blobs.netstandard2.0.cs

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jun 8, 2020
@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files) labels Jun 9, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 9, 2020
@ghost
Copy link

ghost commented Jun 9, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

@seanmcc-msft seanmcc-msft self-assigned this Jun 9, 2020
@seanmcc-msft
Copy link
Member

Hi @marcre, I can repo the issue, and we'll work on getting a fix out soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

3 participants