[BUG] Azure.Storage.Blobs.Models.AccountKind missing BlockBlobStorage #12623
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)
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
The text was updated successfully, but these errors were encountered: