Skip to content
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

Storage STG 94 #28327

Merged
merged 11 commits into from
Jun 4, 2024
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-2021-12
tag: package-2024-08
use-internal-constructors: true
add-credentials: true
```
Expand Down Expand Up @@ -93,6 +93,15 @@ input-file:
- stable/2021-12-02/blob.json
```

### Tag: package-2024-08

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

``` yaml $(tag) == 'package-2024-08'
input-file:
- stable/2024-08-04/blob.json
```

### Suppression
``` yaml
directive:
Expand Down
Loading