Skip to content

Commit

Permalink
Remove deprecated all-api-versions in readme.md (Azure#10863)
Browse files Browse the repository at this point in the history
* run multiapi

* Remove deprecated all-api-versions

* Manual remove
  • Loading branch information
leni-msft authored and nitegupt committed Sep 25, 2020
1 parent e3339d9 commit 0b1aa57
Show file tree
Hide file tree
Showing 176 changed files with 272 additions and 6,121 deletions.
24 changes: 0 additions & 24 deletions specification/EnterpriseKnowledgeGraph/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,3 @@ csharp:

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.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.EnterpriseKnowledgeGraph/preview/2018-12-03/EnterpriseKnowledgeGraphSwagger.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
```

25 changes: 0 additions & 25 deletions specification/addons/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,28 +197,3 @@ generate-interface: true

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.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.Addons/preview/2018-03-01/addons-swagger.json
- $(this-folder)/Microsoft.Addons/preview/2017-05-15/Addons.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
```

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@ These settings apply only when `--azureresourceschema` is specified on the comma
### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch: []
batch:
- tag: schema-adhybridhealthservice-2014-01-01

```

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-adhybridhealthservice-2014-01-01 and azureresourceschema

``` yaml $(tag) == 'schema-adhybridhealthservice-2014-01-01' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.json

```
24 changes: 0 additions & 24 deletions specification/adhybridhealthservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,27 +101,3 @@ See configuration in [readme.java.md](./readme.java.md)

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.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.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.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
```

27 changes: 0 additions & 27 deletions specification/advisor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,30 +152,3 @@ See configuration in [readme.java.md](./readme.java.md)

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.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.Advisor/preview/2020-07-01-preview/advisor.json
- $(this-folder)/Microsoft.Advisor/stable/2020-01-01/advisor.json
- $(this-folder)/Microsoft.Advisor/stable/2017-04-19/advisor.json
- $(this-folder)/Microsoft.Advisor/stable/2017-03-31/advisor.json
- $(this-folder)/Microsoft.Advisor/preview/2016-07-12-preview/advisor.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
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-alertsmanagement-2020-08-04-preview
- tag: schema-alertsmanagement-2019-06-01
- tag: schema-alertsmanagement-2019-05-05-preview
- tag: schema-alertsmanagement-2019-03-01
Expand All @@ -16,6 +17,17 @@ batch:

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-alertsmanagement-2020-08-04-preview and azureresourceschema

``` yaml $(tag) == 'schema-alertsmanagement-2020-08-04-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/preview/2020-08-04-preview/AlertsManagement.json

```

### Tag: schema-alertsmanagement-2019-06-01 and azureresourceschema

``` yaml $(tag) == 'schema-alertsmanagement-2019-06-01' && $(azureresourceschema)
Expand Down
32 changes: 0 additions & 32 deletions specification/alertsmanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,35 +190,3 @@ See configuration in [readme.java.md](./readme.java.md)

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.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.AlertsManagement/preview/2019-05-05-preview/ActionRules.json
- $(this-folder)/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json
- $(this-folder)/Microsoft.AlertsManagement/preview/2019-05-05-preview/SmartGroups.json
- $(this-folder)/Microsoft.AlertsManagement/stable/2019-06-01/SmartDetectorAlertRulesApi.json
- $(this-folder)/Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json
- $(this-folder)/Microsoft.AlertsManagement/stable/2019-03-01/SmartDetectorAlertRulesApi.json
- $(this-folder)/Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json
- $(this-folder)/Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json
- $(this-folder)/Microsoft.AlertsManagement/preview/2020-08-04-preview/AlertsManagement.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
```

27 changes: 0 additions & 27 deletions specification/analysisservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,30 +190,3 @@ generate-interface: true

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.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.AnalysisServices/stable/2017-08-01/analysisservices.json
- $(this-folder)/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json
- $(this-folder)/Microsoft.AnalysisServices/stable/2017-07-14/analysisservices.json
- $(this-folder)/Microsoft.AnalysisServices/stable/2016-05-16/analysisservices.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 0b1aa57

Please sign in to comment.