File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
specification/azuredata/resource-manager Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,28 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
7878# # CSharp
7979
8080See 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+
You can’t perform that action at this time.
0 commit comments