Support for Deno broke in the 1.6.0 update to the @azure/core-util package. Several places in the code only allow node to be used. #28101
Labels
Azure.Core
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
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.
Storage
Storage Service (Queues, Blobs, Files)
Support for Deno broke in the 1.6.0 update to the @azure/core-util package. Several places in the code only allow node to be used.
This propagates to the @azure/storage-blob@12.14.0 library where I can't login with a connection string anymore (
AzureBlob.BlobServiceClient.fromConnectionString
). It now fails with:It worked fine when the SDK thought Deno was just Node, so it broke at this commit it looks like bee878f
Originally posted by @eikooc in #13281 (comment)
The text was updated successfully, but these errors were encountered: