Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions specification/azurearcdata/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ swagger-to-sdk:
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_azurearcdata']
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js azurearcdata/resource-manager
```

## Go
Expand All @@ -100,7 +98,3 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
## CSharp

See configuration in [readme.csharp.md](./readme.csharp.md)

## AzureResourceSchema

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
40 changes: 0 additions & 40 deletions specification/cosmos-db/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,43 +452,3 @@ See configuration in [readme.go.md](./readme.go.md)

See configuration in [readme.java.md](./readme.java.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.DocumentDB/preview/2020-06-01-preview/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/preview/2020-06-01-preview/notebook.json
- $(this-folder)/Microsoft.DocumentDB/preview/2020-06-01-preview/rbac.json
- $(this-folder)/Microsoft.DocumentDB/preview/2019-08-01-preview/privateLinkResources.json
- $(this-folder)/Microsoft.DocumentDB/preview/2019-08-01-preview/privateEndpointConnection.json
- $(this-folder)/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2020-04-01/notebook.json
- $(this-folder)/Microsoft.DocumentDB/stable/2020-03-01/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2020-03-01/notebook.json
- $(this-folder)/Microsoft.DocumentDB/stable/2019-12-12/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2019-12-12/notebook.json
- $(this-folder)/Microsoft.DocumentDB/stable/2019-08-01/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2019-08-01/notebook.json
- $(this-folder)/Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2014-04-01/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2015-11-06/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2016-03-19/cosmos-db.json
- $(this-folder)/Microsoft.DocumentDB/stable/2016-03-31/cosmos-db.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
```
Loading