[FEATURE REQ] Azure.Storage.Blobs - Expose DevelopmentStorageAccount equivalent #11329
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.
feature-request
This issue requires a new behavior in the product in order be resolved.
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)
Milestone
Library or service name.
What library or service is this request related to? [e.g. Azure.Storage.Blobs] Azure.Storage.Blobs
Is your feature request related to a problem? Please describe.
What feature would you like to get added? What problem is it solving?
Previous versions of the SDK exposed out a convenience reference which was useful for local development and integration tests via the following command
CloudStorageAccount.DevelopmentStorageAccount
It would be great if the v12 SDK exposed out something similar instead of peopling having to move back to magic strings. This appears to still be referenced inside
StorageConnectionString
however, this class is currently marked asinternal
The text was updated successfully, but these errors were encountered: