[Storage] api.md#47573
Conversation
There was a problem hiding this comment.
Pull request overview
This PR commits generated API surface snapshots (api.md) and their companion metadata (api.metadata.yml) for the Azure Storage data-plane packages. These files are produced by azpysdk apistub <package> and are validated by the repository's api-md-consistency CI workflow (which gates on the apiMdSha256 and parserVersion metadata fields and requires api.metadata.yml to be committed alongside api.md). The change brings the storage packages into compliance with that workflow.
Changes:
- Adds new generated
api.md+api.metadata.ymlforazure-storage-queueandazure-storage-file-share(neither existed before). - Adds the new
api.metadata.ymlforazure-storage-blobandazure-storage-file-datalake, whoseapi.mdfiles already existed in the repo. - No source/runtime code is modified; these are documentation/API-surface artifacts only.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure-storage-queue/api.md | New generated API surface snapshot for the queue package (sync + aio). |
| sdk/storage/azure-storage-queue/api.metadata.yml | Metadata (sha256/parser/python version) pairing with the queue api.md. |
| sdk/storage/azure-storage-file-share/api.md | New generated API surface snapshot for the file-share package (sync + aio). |
| sdk/storage/azure-storage-file-share/api.metadata.yml | Metadata pairing with the file-share api.md. |
| sdk/storage/azure-storage-file-datalake/api.metadata.yml | New metadata for the existing datalake api.md. |
| sdk/storage/azure-storage-blob/api.metadata.yml | New metadata for the existing blob api.md. |
No objective issues were found. The content is deterministically generated tooling output, and its integrity (hash/parser-version consistency between committed and regenerated files) is enforced by the api-md-consistency CI check rather than something reviewable line-by-line.
jalauzon-msft
left a comment
There was a problem hiding this comment.
Approved but looks like CI did not like it
No description provided.