Skip to content
Merged
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
3 changes: 3 additions & 0 deletions specification/storage/Microsoft.BlobStorage/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ enum Versions {

@doc("The 2026-02-06 version of the Azure.Storage.Blob service.")
v2026_02_06: "2026-02-06",

@doc("The 2026-04-06 version of the Azure.Storage.Blob service.")
v2026_04_06: "2026-04-06",
}
11 changes: 10 additions & 1 deletion specification/storage/data-plane/Microsoft.BlobStorage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for the BlobStorage API.

```yaml
openapi-type: data-plane
tag: package-2026-02
tag: package-2026-04
use-internal-constructors: true
add-credentials: true
```
Expand Down Expand Up @@ -157,6 +157,15 @@ input-file:
- stable/2026-02-06/blob.json
```

### Tag: package-2026-04-tsp

These settings apply only when `--tag=package-2026-04-tsp` is specified on the command line.

```yaml $(tag) == 'package-2026-04-tsp'
input-file:
- stable/2026-04-06/generated_blob.json
```

### Suppression

```yaml
Expand Down
Loading