Skip to content

Storage STG 99 #34695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These are the global settings for the BlobStorage API.

``` yaml
openapi-type: data-plane
tag: package-2025-07
tag: package-2025-11
use-internal-constructors: true
add-credentials: true
```
Expand Down Expand Up @@ -120,6 +120,15 @@ input-file:
- stable/2025-07-05/blob.json
```

### Tag: package-2025-11

These settings apply only when `--tag=package-2025-11` is specified on the command line.

``` yaml $(tag) == 'package-2025-11'
input-file:
- stable/2025-11-05/blob.json
```

### Suppression
``` yaml
directive:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-07-05/blob.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "Azure Blob Storage",
Expand Down Expand Up @@ -3562,7 +3562,7 @@
"x-ms-access-tier": {
"x-ms-client-name": "AccessTier",
"type": "string",
"description": "The tier of page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://docs.microsoft.com/en-us/azure/virtual-machines/windows/premium-storage#features. For blob storage LRS accounts, valid values are Hot/Cool/Archive."
"description": "The tier of page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://learn.microsoft.com/azure/virtual-machines/disks-types#premium-ssd. For blob storage LRS accounts, valid values are Hot/Cool/Archive."
},
"x-ms-access-tier-inferred": {
"x-ms-client-name": "AccessTierInferred",
Expand Down Expand Up @@ -12304,7 +12304,7 @@
"required": false,
"type": "string",
"x-ms-parameter-location": "method",
"description": "The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob\">Creating a Snapshot of a Blob.</a>"
"description": "The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob\">Creating a Snapshot of a Blob.</a>"
},
"VersionId": {
"name": "versionid",
Expand Down Expand Up @@ -12468,7 +12468,7 @@
"type": "integer",
"minimum": 0,
"x-ms-parameter-location": "method",
"description": "The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a>"
"description": "The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a>"
}
}
}
Loading