Skip to content

Commit

Permalink
regenerated all-api-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
azuresdkci committed Aug 30, 2019
1 parent d5f55fc commit 9b0aab7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions specification/storagecache/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,28 @@ See configuration in [readme.typescript.md](./readme.typescript.md)

See configuration in [readme.ruby.md](./readme.ruby.md)


## Multi-API/Profile support for AutoRest v3 generators

AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.

This block is updated by an automatic script. Edits may be lost!

``` yaml $(tag) == 'all-api-versions' /* autogenerated */
# include the azure profile definitions from the standard location
require: $(this-folder)/../../../profiles/readme.md
# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json
```

If there are files that should not be in the `all-api-versions` set,
uncomment the `exclude-file` section below and add the file paths.

``` yaml $(tag) == 'all-api-versions'
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```

0 comments on commit 9b0aab7

Please sign in to comment.