Skip to content

Commit

Permalink
Storage STG 95 (#30038)
Browse files Browse the repository at this point in the history
* Added new File swagger (#29331)

* Files OAuth full data plane support (#29332)

* Premium Files Paid Bust (#29335)

* Added support for format parameter on Share Get Permission (#29342)

* Files Binary ACE part 2 (#29880)

* Added FilePermissionFormat to Create Directory (#30041)
  • Loading branch information
seanmcc-msft authored Aug 7, 2024
1 parent 4b847aa commit 01cdfde
Show file tree
Hide file tree
Showing 2 changed files with 7,635 additions and 1 deletion.
11 changes: 10 additions & 1 deletion specification/storage/data-plane/Microsoft.FileStorage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These are the global settings for the FileStorage API.

``` yaml
openapi-type: data-plane
tag: package-2024-08
tag: package-2024-11
use-internal-constructors: true
add-credentials: true
```
Expand Down Expand Up @@ -138,6 +138,15 @@ input-file:
- stable/2024-08-04/file.json
```

### Tag: package-2024-11

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

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

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

0 comments on commit 01cdfde

Please sign in to comment.