Closed Thovenaar closed 1 week ago
I'd like to understand how you got this exception better. Did you explicitly update Azure.Storage.Blobs
to 12.23.0
? The Aspire.Azure.Storage.Blobs
package references 12.22.2
, which doesn't know about 2025-01-05
.
Typically we update the container version and the client integration version at the same time. Can you also update
as well?
I'd like to understand how you got this exception better. Did you explicitly update
Azure.Storage.Blobs
to12.23.0
? TheAspire.Azure.Storage.Blobs
package references12.22.2
, which doesn't know about2025-01-05
.Typically we update the container version and the client integration version at the same time. Can you also update
as well?
I am not completely sure which package upgrade caused the issue, since it started happening after everything was upgraded to the latest version. However, both packages you mentioned are on the latest version on our side.
@dotnet-policy-service agree
Description
Fixes the following exception when starting an Azure Storage container with .NET 9 packages installed.
"Azure.RequestFailedException: The API version 2025-01-05 is not supported by Azurite. Please upgrade Azurite to latest version and retry."
Checklist
<remarks />
and<code />
elements on your triple slash comments?Does the change require an update in our Aspire docs?
breaking-change
template):doc-idea
template):Microsoft Reviewers: Open in CodeFlow