Skip to content

Commit

Permalink
regenerated all-api-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
azuresdkci authored and ssripadham committed Feb 21, 2020
1 parent d435a35 commit 45bd4ca
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
28 changes: 27 additions & 1 deletion specification/synapse/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,30 @@ csharp:

## TypeScript

See configuration in [readme.typescript.md](./readme.typescript.md)
See configuration in [readme.typescript.md](./readme.typescript.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.Synapse/preview/2019-11-01-preview/monitoring.json
- $(this-folder)/Microsoft.Synapse/preview/2019-11-01-preview/sparkFrontend.json
- $(this-folder)/Microsoft.Synapse/preview/2019-11-01-preview/workspaceAcl.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
```

1 change: 1 addition & 0 deletions specification/synapse/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ input-file:
- $(this-folder)/Microsoft.Synapse/preview/2019-06-01-preview/operations.json
- $(this-folder)/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json
- $(this-folder)/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json
```

If there are files that should not be in the `all-api-versions` set,
Expand Down

0 comments on commit 45bd4ca

Please sign in to comment.