forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme for onboard autorest.schema to sdkautomation (Azure#10358)
- Loading branch information
Showing
310 changed files
with
10,632 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...ication/EnterpriseKnowledgeGraph/resource-manager/readme.azureresourceschema.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## AzureResourceSchema | ||
|
||
These settings apply only when `--azureresourceschema` is specified on the command line. | ||
|
||
### AzureResourceSchema multi-api | ||
|
||
``` yaml $(azureresourceschema) && $(multiapi) | ||
batch: | ||
- tag: package-2018-12-03 | ||
``` | ||
### Tag: package-2018-12-03 and azureresourceschema | ||
These settings apply only when `--tag=package-2018-12-03 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-12-03' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
specification/addons/resource-manager/readme.azureresourceschema.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## AzureResourceSchema | ||
|
||
These settings apply only when `--azureresourceschema` is specified on the command line. | ||
|
||
### AzureResourceSchema multi-api | ||
|
||
``` yaml $(azureresourceschema) && $(multiapi) | ||
batch: | ||
- tag: package-2018-03 | ||
- tag: package-2017-05 | ||
``` | ||
### Tag: package-2018-03 and azureresourceschema | ||
These settings apply only when `--tag=package-2018-03 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-03' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2017-05 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2017-05 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-05' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
specification/adhybridhealthservice/resource-manager/readme.azureresourceschema.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## AzureResourceSchema | ||
|
||
These settings apply only when `--azureresourceschema` is specified on the command line. | ||
|
||
### AzureResourceSchema multi-api | ||
|
||
``` yaml $(azureresourceschema) && $(multiapi) | ||
batch: | ||
- tag: package-2014-01 | ||
``` | ||
### Tag: package-2014-01 and azureresourceschema | ||
These settings apply only when `--tag=package-2014-01 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2014-01' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
specification/advisor/resource-manager/readme.azureresourceschema.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## AzureResourceSchema | ||
|
||
These settings apply only when `--azureresourceschema` is specified on the command line. | ||
|
||
### AzureResourceSchema multi-api | ||
|
||
``` yaml $(azureresourceschema) && $(multiapi) | ||
batch: | ||
- tag: package-2020-07-preview | ||
- tag: package-2020-01 | ||
- tag: package-2017-04 | ||
- tag: package-2017-03 | ||
- tag: package-2016-07-preview | ||
``` | ||
### Tag: package-2020-07-preview and azureresourceschema | ||
These settings apply only when `--tag=package-2020-07-preview --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2020-07-preview' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2020-01 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2020-01 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2020-01' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2017-04 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2017-04 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-04' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2017-03 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2017-03 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-03' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2016-07-preview and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2016-07-preview --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-07-preview' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
specification/alertsmanagement/resource-manager/readme.azureresourceschema.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
## AzureResourceSchema | ||
|
||
These settings apply only when `--azureresourceschema` is specified on the command line. | ||
|
||
### AzureResourceSchema multi-api | ||
|
||
``` yaml $(azureresourceschema) && $(multiapi) | ||
batch: | ||
- tag: package-2019-06-preview | ||
- tag: package-2019-06 | ||
- tag: package-2019-03 | ||
- tag: package-preview-2019-05 | ||
- tag: package-2018-05 | ||
- tag: package-2018-05-preview | ||
``` | ||
### Tag: package-2019-06-preview and azureresourceschema | ||
These settings apply only when `--tag=package-2019-06-preview --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2019-06-preview' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2019-06 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2019-06 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2019-06' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2019-03 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2019-03 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2019-03' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-preview-2019-05 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-preview-2019-05 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-preview-2019-05' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2018-05 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2018-05 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-05' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2018-05-preview and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2018-05-preview --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-05-preview' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
specification/analysisservices/resource-manager/readme.azureresourceschema.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
## AzureResourceSchema | ||
|
||
These settings apply only when `--azureresourceschema` is specified on the command line. | ||
|
||
### AzureResourceSchema multi-api | ||
|
||
``` yaml $(azureresourceschema) && $(multiapi) | ||
batch: | ||
- tag: package-2017-08 | ||
- tag: package-2017-08-beta | ||
- tag: package-2017-07 | ||
- tag: package-2016-05 | ||
``` | ||
### Tag: package-2017-08 and azureresourceschema | ||
These settings apply only when `--tag=package-2017-08 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2017-08-beta and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2017-08-beta --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08-beta' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2017-07 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2017-07 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-07' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
||
### Tag: package-2016-05 and azureresourceschema | ||
|
||
These settings apply only when `--tag=package-2016-05 --azureresourceschema` is specified on the command line. | ||
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-05' && $(azureresourceschema) | ||
output-folder: $(azureresourceschema-folder)/schemas | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.