Skip to content

[Question] Generated Blob-Storage client is missing upload method #38542

@jaunusa

Description

@jaunusa

API Spec link

specification/storage/data-plane/Microsoft.BlobStorage/stable

API Spec version

2025-11-05

Question/Query

The generated clients (java, typescript-axios) from the BlobStorage openapi specs are missing some methods like "blobUpload".
These are the only generated methods:

Image

An example generation command looks like this:

openapi-generator-cli generate -g typescript-axios -i https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-11-05/blob.json -o /output/api-azure-blob-storage --skip-validate-spec

Am I doing something wrong? Generating client in the same way for e.g. TextTranslator works great. There seems to be definitions for more methods like "blobUpload" looking at content of blob.json and generated_blob.json.

Environment

Using Docker image openapitools/openapi-generator-cli:v7.16.0 to generate the clients.

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-reportedIssues that are reported by GitHub users external to the Azure organization.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