@@ -452,43 +452,3 @@ See configuration in [readme.go.md](./readme.go.md)
452452
453453See configuration in [readme.java.md](./readme.java.md)
454454
455- # # Multi-API/Profile support for AutoRest v3 generators
456-
457- AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
458-
459- This block is updated by an automatic script. Edits may be lost!
460-
461- ` ` ` yaml $(tag) == 'all-api-versions' /* autogenerated */
462- # include the azure profile definitions from the standard location
463- require: $(this-folder)/../../../profiles/readme.md
464-
465- # all the input files across all versions
466- input-file:
467- - $(this-folder)/Microsoft.DocumentDB/preview/2020-06-01-preview/cosmos-db.json
468- - $(this-folder)/Microsoft.DocumentDB/preview/2020-06-01-preview/notebook.json
469- - $(this-folder)/Microsoft.DocumentDB/preview/2020-06-01-preview/rbac.json
470- - $(this-folder)/Microsoft.DocumentDB/preview/2019-08-01-preview/privateLinkResources.json
471- - $(this-folder)/Microsoft.DocumentDB/preview/2019-08-01-preview/privateEndpointConnection.json
472- - $(this-folder)/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json
473- - $(this-folder)/Microsoft.DocumentDB/stable/2020-04-01/notebook.json
474- - $(this-folder)/Microsoft.DocumentDB/stable/2020-03-01/cosmos-db.json
475- - $(this-folder)/Microsoft.DocumentDB/stable/2020-03-01/notebook.json
476- - $(this-folder)/Microsoft.DocumentDB/stable/2019-12-12/cosmos-db.json
477- - $(this-folder)/Microsoft.DocumentDB/stable/2019-12-12/notebook.json
478- - $(this-folder)/Microsoft.DocumentDB/stable/2019-08-01/cosmos-db.json
479- - $(this-folder)/Microsoft.DocumentDB/stable/2019-08-01/notebook.json
480- - $(this-folder)/Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json
481- - $(this-folder)/Microsoft.DocumentDB/stable/2014-04-01/cosmos-db.json
482- - $(this-folder)/Microsoft.DocumentDB/stable/2015-11-06/cosmos-db.json
483- - $(this-folder)/Microsoft.DocumentDB/stable/2016-03-19/cosmos-db.json
484- - $(this-folder)/Microsoft.DocumentDB/stable/2016-03-31/cosmos-db.json
485-
486- ` ` `
487-
488- If there are files that should not be in the `all-api-versions` set,
489- uncomment the `exclude-file` section below and add the file paths.
490-
491- ` ` ` yaml $(tag) == 'all-api-versions'
492- #exclude-file:
493- # - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
494- ` ` `
0 commit comments