-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
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:
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
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that