Skip to content

Commit

Permalink
update config files for swagger to net sdk repo (Azure#6699)
Browse files Browse the repository at this point in the history
  • Loading branch information
erich-wang authored and yungezz committed Aug 5, 2019
1 parent a3b03fc commit 4bc398a
Show file tree
Hide file tree
Showing 118 changed files with 164 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
```
Expand All @@ -86,6 +87,6 @@ csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.EnterpriseKnowledgeGraphService
output-folder: $(csharp-sdks-folder)/EnterpriseKnowledgeGraphService/Microsoft.Azure.Management.EnterpriseKnowledgeGraphService/Generated
output-folder: $(csharp-sdks-folder)/enterpriseknowledgegraphservice/Microsoft.Azure.Management.EnterpriseKnowledgeGraphService/src/Generated
clear-output-folder: true
```
2 changes: 1 addition & 1 deletion specification/addons/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.Addons
output-folder: $(csharp-sdks-folder)/Addons/Management.Addons/Generated
output-folder: $(csharp-sdks-folder)/addons/Microsoft.Azure.Management.Addons/src/Generated
clear-output-folder: true
```

Expand Down
1 change: 1 addition & 0 deletions specification/advisor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
5 changes: 3 additions & 2 deletions specification/alertsmanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-go
Expand All @@ -127,7 +128,7 @@ csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.AlertsManagement
output-folder: $(csharp-sdks-folder)/AlertsManagement/Management.AlertsManagement/Generated
output-folder: $(csharp-sdks-folder)/alertsmanagement/Microsoft.Azure.Management.AlertsManagement/src/Generated
clear-output-folder: true
```

Expand Down Expand Up @@ -166,4 +167,4 @@ See configuration in [readme.go.md](./readme.go.md)

## Java

See configuration in [readme.java.md](./readme.java.md)
See configuration in [readme.java.md](./readme.java.md)
1 change: 1 addition & 0 deletions specification/analysisservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
Expand Down
3 changes: 2 additions & 1 deletion specification/apimanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
- repo: azure-sdk-for-js
Expand Down Expand Up @@ -285,4 +286,4 @@ See configuration in [readme.go.md](./readme.go.md)

## Java

See configuration in [readme.java.md](./readme.java.md)
See configuration in [readme.java.md](./readme.java.md)
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.AppConfiguration
payload-flattening-threshold: 2
output-folder: $(csharp-sdks-folder)/AppConfiguration/Management.AppConfiguration/Generated
output-folder: $(csharp-sdks-folder)/appconfiguration/Microsoft.Azure.Management.AppConfiguration/src/Generated
clear-output-folder: true
```
3 changes: 2 additions & 1 deletion specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down Expand Up @@ -363,4 +364,4 @@ These settings apply only when `--tag=schema-2018-06-17-preview` is specified on
``` yaml $(tag) == 'schema-2018-06-17-preview'
input-file:
- Microsoft.Insights/preview/2018-06-17-preview/workbooks_API.json
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ input-file:

``` yaml $(csharp) && !$(multiapi) && !$(csharp-profile)
namespace: Microsoft.Azure.Management.Authorization
output-folder: $(csharp-sdks-folder)/Authorization/Management.Authorization/Generated
output-folder: $(csharp-sdks-folder)/authorization/Microsoft.Azure.Management.Authorization/src/Generated
```

## Batch settings
Expand Down
1 change: 1 addition & 0 deletions specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
after_scripts:
- python ./scripts/multiapi_init_gen.py azure-mgmt-authorization --default-api-version=2018-09-01-preview
Expand Down
1 change: 1 addition & 0 deletions specification/automation/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
Expand Down
1 change: 1 addition & 0 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-sdk-for-java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This is not used by Autorest itself.

```yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
2 changes: 1 addition & 1 deletion specification/azurestack/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.AzureStack
payload-flattening-threshold: 1
output-folder: $(csharp-sdks-folder)/AzureStack/Management.AzureStack/Generated
output-folder: $(csharp-sdks-folder)/azurestack/Microsoft.Azure.Management.AzureStack/src/Generated
clear-output-folder: true
```

Expand Down
3 changes: 2 additions & 1 deletion specification/batch/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand All @@ -162,7 +163,7 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.Batch
payload-flattening-threshold: 1
output-folder: $(csharp-sdks-folder)/Batch/Management/Management.Batch/Generated
output-folder: $(csharp-sdks-folder)/batch/Microsoft.Azure.Management.Batch/src/Generated
clear-output-folder: true
```

Expand Down
1 change: 1 addition & 0 deletions specification/batchai/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
1 change: 1 addition & 0 deletions specification/billing/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
2 changes: 1 addition & 1 deletion specification/blockchain/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.Blockchain
payload-flattening-threshold: 2
output-folder: $(csharp-sdks-folder)/Blockchain/Management.Blockchain/Generated
output-folder: $(csharp-sdks-folder)/blockchain/Microsoft.Azure.Management.Blockchain/src/Generated
clear-output-folder: true
```
1 change: 1 addition & 0 deletions specification/blueprint/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-python
Expand Down
1 change: 1 addition & 0 deletions specification/botservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
```
Expand Down
1 change: 1 addition & 0 deletions specification/cognitiveservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
1 change: 1 addition & 0 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
after_scripts:
- python ./scripts/multiapi_init_gen.py azure-mgmt-compute
Expand Down
1 change: 1 addition & 0 deletions specification/consumption/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
Expand Down
3 changes: 2 additions & 1 deletion specification/containerinstance/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down Expand Up @@ -255,4 +256,4 @@ java:
output-folder: $(azure-libraries-for-java-folder)/containerinstance/resource-manager/v2017_08_01_preview
regenerate-manager: true
generate-interface: true
```
```
1 change: 1 addition & 0 deletions specification/containerregistry/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
autorest_options:
use: "@microsoft.azure/autorest.python@4.0.70"
Expand Down
1 change: 1 addition & 0 deletions specification/cost-management/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
- repo: azure-sdk-for-node
Expand Down
1 change: 1 addition & 0 deletions specification/customer-insights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
Expand Down
1 change: 1 addition & 0 deletions specification/customproviders/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This is not used by Autorest itself.

```yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
1 change: 1 addition & 0 deletions specification/databox/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
Expand Down
3 changes: 2 additions & 1 deletion specification/datacatalog/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
Expand All @@ -65,7 +66,7 @@ csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.DataCatalog
output-folder: $(csharp-sdks-folder)/DataCatalog/Management.DataCatalog/Generated
output-folder: $(csharp-sdks-folder)/datacatalog/Microsoft.Azure.Management.DataCatalog/src/Generated
clear-output-folder: true
```

Expand Down
1 change: 1 addition & 0 deletions specification/datafactory/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
1 change: 1 addition & 0 deletions specification/datalake-store/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
3 changes: 2 additions & 1 deletion specification/datamigration/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
Expand Down Expand Up @@ -213,4 +214,4 @@ See configuration in [readme.go.md](./readme.go.md)

## Java

See configuration in [readme.java.md](./readme.java.md)
See configuration in [readme.java.md](./readme.java.md)
3 changes: 2 additions & 1 deletion specification/datashare/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
```
Expand All @@ -65,7 +66,7 @@ csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.DataShare
output-folder: $(csharp-sdks-folder)/DataShare/Management.DataShare/Generated
output-folder: $(csharp-sdks-folder)/datashare/Microsoft.Azure.Management.DataShare/src/Generated
clear-output-folder: true
```

Expand Down
1 change: 1 addition & 0 deletions specification/deploymentmanager/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
1 change: 1 addition & 0 deletions specification/devops/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This is not used by Autorest itself.

```yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
Loading

0 comments on commit 4bc398a

Please sign in to comment.