Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New apis #14908

Closed
wants to merge 3 commits into from
Closed

New apis #14908

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-enterpriseknowledgegraph-2018-12-03

```

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

### Tag: schema-enterpriseknowledgegraph-2018-12-03 and azureresourceschema

``` yaml $(tag) == 'schema-enterpriseknowledgegraph-2018-12-03' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.EnterpriseKnowledgeGraph/preview/2018-12-03/EnterpriseKnowledgeGraphSwagger.json

```
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js EnterpriseKnowledgeGraph/resource-manager
```

## C#
Expand All @@ -92,5 +94,7 @@ csharp:
clear-output-folder: true
```

## AzureResourceSchema

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-addons-2018-03-01
- tag: schema-addons-2017-05-15

```

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

### Tag: schema-addons-2018-03-01 and azureresourceschema

``` yaml $(tag) == 'schema-addons-2018-03-01' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Addons/preview/2018-03-01/addons-swagger.json

```

### Tag: schema-addons-2017-05-15 and azureresourceschema

``` yaml $(tag) == 'schema-addons-2017-05-15' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Addons/preview/2017-05-15/Addons.json

```
4 changes: 4 additions & 0 deletions specification/addons/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js addons/resource-manager
```

---
Expand Down Expand Up @@ -191,5 +193,7 @@ generate-interface: true



## AzureResourceSchema

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
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

```
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js adhybridhealthservice/resource-manager
```


Expand Down Expand Up @@ -95,5 +97,7 @@ See configuration in [readme.go.md](./readme.go.md)

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

## AzureResourceSchema

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

36 changes: 36 additions & 0 deletions specification/adp/resource-manager/readme.azureresourceschema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-autonomousdevelopmentplatform-2021-02-01-preview
- tag: schema-autonomousdevelopmentplatform-2020-07-01-preview

```

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

### Tag: schema-autonomousdevelopmentplatform-2021-02-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-autonomousdevelopmentplatform-2021-02-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AutonomousDevelopmentPlatform/preview/2021-02-01-preview/adp.json

```

### Tag: schema-autonomousdevelopmentplatform-2020-07-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-autonomousdevelopmentplatform-2020-07-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AutonomousDevelopmentPlatform/preview/2020-07-01-preview/adp.json

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

## Go
Expand All @@ -91,4 +93,6 @@ See configuration in [readme.typescript.md](./readme.typescript.md)

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

## AzureResourceSchema

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-advisor-2020-07-01-preview
- tag: schema-advisor-2020-01-01
- tag: schema-advisor-2017-04-19
- tag: schema-advisor-2017-03-31
- tag: schema-advisor-2016-07-12-preview

```

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

### Tag: schema-advisor-2020-07-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-advisor-2020-07-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Advisor/preview/2020-07-01-preview/advisor.json

```

### Tag: schema-advisor-2020-01-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
- Microsoft.Advisor/stable/2020-01-01/advisor.json

```

### Tag: schema-advisor-2017-04-19 and azureresourceschema

``` yaml $(tag) == 'schema-advisor-2017-04-19' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Advisor/stable/2017-04-19/advisor.json

```

### Tag: schema-advisor-2017-03-31 and azureresourceschema

``` yaml $(tag) == 'schema-advisor-2017-03-31' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Advisor/stable/2017-03-31/advisor.json

```

### Tag: schema-advisor-2016-07-12-preview and azureresourceschema

``` yaml $(tag) == 'schema-advisor-2016-07-12-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Advisor/preview/2016-07-12-preview/advisor.json

```
4 changes: 4 additions & 0 deletions specification/advisor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ swagger-to-sdk:
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js advisor/resource-manager
```

## Python
Expand Down Expand Up @@ -160,5 +162,7 @@ csharp:

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

## AzureResourceSchema

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-alertsmanagement-2021-01-01-preview
- 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
- tag: schema-alertsmanagement-2018-05-05-preview
- tag: schema-alertsmanagement-2018-05-05

```

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

### Tag: schema-alertsmanagement-2021-01-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-alertsmanagement-2021-01-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/preview/2021-01-01-preview/AlertsManagement.json
- Microsoft.AlertsManagement/preview/2021-01-01-preview/MigrateFromSmartDetections.json

```

### 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
- Microsoft.AlertsManagement/preview/2020-08-04-preview/ResourceHealthAlertRules.json

```

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

``` yaml $(tag) == 'schema-alertsmanagement-2019-06-01' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/stable/2019-06-01/SmartDetectorAlertRulesApi.json

```

### Tag: schema-alertsmanagement-2019-05-05-preview and azureresourceschema

``` yaml $(tag) == 'schema-alertsmanagement-2019-05-05-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/preview/2019-05-05-preview/ActionRules.json
- Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json
- Microsoft.AlertsManagement/preview/2019-05-05-preview/SmartGroups.json

```

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

``` yaml $(tag) == 'schema-alertsmanagement-2019-03-01' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json
- Microsoft.AlertsManagement/stable/2019-03-01/SmartDetectorAlertRulesApi.json

```

### Tag: schema-alertsmanagement-2018-05-05-preview and azureresourceschema

``` yaml $(tag) == 'schema-alertsmanagement-2018-05-05-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json

```

### Tag: schema-alertsmanagement-2018-05-05 and azureresourceschema

``` yaml $(tag) == 'schema-alertsmanagement-2018-05-05' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json

```
4 changes: 4 additions & 0 deletions specification/alertsmanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-trenton
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js alertsmanagement/resource-manager
```

## C#
Expand Down Expand Up @@ -183,5 +185,7 @@ See configuration in [readme.go.md](./readme.go.md)

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

## AzureResourceSchema

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

Loading