-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
blob-storagefeatureparityTracking issues for catching up feature parityTracking issues for catching up feature parity
Description
Which service(blob, file, queue, table) does this issue concern?
This ticket is for the blob service.
Which version of the Azurite was used?
Version: 2024.04 Version 3.30.0.
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
What's the Node.js version?
Running in Docker, irrelevant.
What problem was encountered?
RESPONSE 500: 500 Current API is not implemented yet. Please vote your wanted features to https://github.com/azure/azurite/issues
ERROR CODE: APINotImplemented
--------------------------------------------------------------------------------
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>
<Error>
<Code>APINotImplemented</Code>
<Message>Current API is not implemented yet. Please vote your wanted features to https://github.com/azure/azurite/issues\nRequestId:8acf1d5b-511f-4c13-8044-af31e423b2ae\nTime:2024-07-30T08:03:49.048Z</Message>
</Error>
--------------------------------------------------------------------------------
Steps to reproduce the issue?
Issue a request to blockblob client StageBlockWithURL(...).
Azurite/src/blob/handlers/BlockBlobHandler.ts
Lines 266 to 274 in 2945f6b
| public async stageBlockFromURL( | |
| blockId: string, | |
| contentLength: number, | |
| sourceUrl: string, | |
| options: Models.BlockBlobStageBlockFromURLOptionalParams, | |
| context: Context | |
| ): Promise<Models.BlockBlobStageBlockFromURLResponse> { | |
| throw new NotImplementedError(context.contextId); | |
| } |
Have you found a mitigation/solution?
There's no solution.
Metadata
Metadata
Assignees
Labels
blob-storagefeatureparityTracking issues for catching up feature parityTracking issues for catching up feature parity