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 Jan 27, 2020
1 parent e01d8af commit fb0a727
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion specification/appconfiguration/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,28 @@ directive:
from: appconfiguration.json
where: $.parameters.SyncTokens
reason: The latest sync token should be used on every request. It is more proper to be globally stored per client rather than passed in for individual requests.
```
```
## 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.AppConfiguration/stable/1.0/appconfiguration.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 fb0a727

Please sign in to comment.