Skip to content

Commit a8e236b

Browse files
author
azuresdkci
committed
regenerated all-api-versions
1 parent fc31262 commit a8e236b

File tree

1 file changed

+25
-0
lines changed
  • specification/azuredata/resource-manager

1 file changed

+25
-0
lines changed

specification/azuredata/resource-manager/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,28 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
7878
## CSharp
7979

8080
See configuration in [readme.csharp.md](./readme.csharp.md)
81+
82+
## Multi-API/Profile support for AutoRest v3 generators
83+
84+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
85+
86+
This block is updated by an automatic script. Edits may be lost!
87+
88+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
89+
# include the azure profile definitions from the standard location
90+
require: $(this-folder)/../../../profiles/readme.md
91+
92+
# all the input files across all versions
93+
input-file:
94+
- $(this-folder)/Microsoft.AzureData/preview/2017-03-01-preview/azuredata.json
95+
96+
```
97+
98+
If there are files that should not be in the `all-api-versions` set,
99+
uncomment the `exclude-file` section below and add the file paths.
100+
101+
``` yaml $(tag) == 'all-api-versions'
102+
#exclude-file:
103+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
104+
```
105+

0 commit comments

Comments
 (0)