Skip to content

[C++][Blobs] Why comp=rename is not a valid query parameter? #5262

Open
@felipecrv

Description

@felipecrv

Query/Question

Why Blobs::BlobServiceClient::RenameBlobContainer() returns a response saying comp=rename is an invalid query parameter?

Output from the debugger:

(lldb) p exception
(const Azure::Storage::StorageException) $2 = {
  Azure::Core::RequestFailedException = {
    std::runtime_error = {
      __imp_ = (__imp_ = "400 Value for one of the query parameters specified in the request URI is invalid.\nValue for one of the query parameters specified in the request URI is invalid.\nRequestId:fd5eafa6-901e-0029-5a60-4
6de8a000000\nTime:2024-01-13T20:39:54.4707766Z\nRequest ID: fd5eafa6-901e-0029-5a60-46de8a000000")
    }
    RawResponse = Azure::Core::Http::RawResponse @ 0x0000600002916530 {
      __value_ = 0x0000600002916530
    }
    StatusCode = BadRequest
    ReasonPhrase = "Value for one of the query parameters specified in the request URI is invalid."
    ClientRequestId = "8b565146-823c-4c3b-b02b-b0285f138489"
    RequestId = "fd5eafa6-901e-0029-5a60-46de8a000000"
    ErrorCode = "InvalidQueryParameterValue"
    Message = "Value for one of the query parameters specified in the request URI is invalid.\nRequestId:fd5eafa6-901e-0029-5a60-46de8a000000\nTime:2024-01-13T20:39:54.4707766Z"
  }
  AdditionalInformation = size=2 {
    [0] = (first = "QueryParameterName", second = "comp")
    [1] = (first = "QueryParameterValue", second = "rename")
  }
}

Why is this not a Bug or a feature Request?

I suspect I'm missing some configuration on my account that would fix this.

Setup (please complete the following information if applicable):

  • OS: macOS
  • IDE: N/A
  • Version of the Library used: something around 12.5.0

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Query Added
  • Setup information Added

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-triageWorkflow: This issue needs the team to triage.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions