Skip to content

Commit

Permalink
Fix schemas readme files (Azure#16207)
Browse files Browse the repository at this point in the history
* Fix schemas readme files

* fix ref
  • Loading branch information
leni-msft authored and LeiWang3 committed Mar 31, 2022
1 parent 89b7ae7 commit 1aeed0e
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 664 deletions.

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

0 comments on commit 1aeed0e

Please sign in to comment.