Skip to content

Commit 9f70268

Browse files
authored
Fix schemas readme files (Azure#16207)
* Fix schemas readme files * fix ref
1 parent 0e16aa6 commit 9f70268

File tree

13 files changed

+0
-664
lines changed

13 files changed

+0
-664
lines changed

specification/applicationinsights/resource-manager/readme.azureresourceschema.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

specification/azurearcdata/resource-manager/readme.azureresourceschema.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

specification/azurearcdata/resource-manager/readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ swagger-to-sdk:
7777
after_scripts:
7878
- bundle install && rake arm:regen_all_profiles['azure_mgmt_azurearcdata']
7979
- repo: azure-resource-manager-schemas
80-
after_scripts:
81-
- node sdkauto_afterscript.js azurearcdata/resource-manager
8280
```
8381

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

102100
See configuration in [readme.csharp.md](./readme.csharp.md)
103-
104-
## AzureResourceSchema
105-
106-
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

specification/cosmos-db/resource-manager/readme.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -452,43 +452,3 @@ See configuration in [readme.go.md](./readme.go.md)
452452

453453
See 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

Comments
 (0)