Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,23 @@ These settings apply only when `--tag=package-2016-05-01 --python` is specified
``` yaml $(tag) == 'package-2016-05-01' && $(python)
namespace: azure.mgmt.infrastructure_insights.admin.v2016_05_01
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: infrastructureinsights
```

### Tag: package--2016-05-01 and go

These settings apply only when `--tag=package--2016-05-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package--2016-05-01' && $(go)
output-folder: $(go-sdk-folder)/services/azsadmin/mgmt/2016-05-01/infrastructureinsights
```
20 changes: 20 additions & 0 deletions specification/azsadmin/resource-manager/commerce/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,23 @@ These settings apply only when `--tag=package-2015-06-01-preview --python` is sp
``` yaml $(tag) == 'package-2015-06-01-preview' && $(python)
namespace: azure.mgmt.commerce.admin.v2015_06_01_preview
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: commerce
```

### Tag: package-2015-06-01-preview and go

These settings apply only when `--tag=package-2015-06-01-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2015-06-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/azsadmin/mgmt/2015-06-01-preview/commerce
```
20 changes: 20 additions & 0 deletions specification/azsadmin/resource-manager/fabric/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,23 @@ These settings apply only when `--tag=package-2016-05-01 --python` is specified
``` yaml $(tag) == 'package-2016-05-01' && $(python)
namespace: azure.mgmt.fabric.admin.v2016_05_01
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: fabric
```

### Tag: package-2016-05-01 and go

These settings apply only when `--tag=package-2016-05-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2016-05-01' && $(go)
output-folder: $(go-sdk-folder)/services/azsadmin/mgmt/2016-05-01/fabric
```
20 changes: 20 additions & 0 deletions specification/batch/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,23 @@ python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-batch
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: batch
```

### Tag: package-2017-05.5.0 and go

These settings apply only when `--tag=package-2017-05.5.0 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-05.5.0' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2017-05-01.5.0/batch
```
20 changes: 20 additions & 0 deletions specification/batchai/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,23 @@ python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-batchai
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: batchai
```

### Tag: package-2017-09-preview and go

These settings apply only when `--tag=package-2017-09-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-09-preview' && $(go)
output-folder: $(go-sdk-folder)/services/batchai/mgmt/2017-09-preview/batchai
```
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/computervision
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/contentmoderator
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/entitysearch
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/face
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ Suppressing errors due to API design:
directive:
- suppress: R3016
reason: _type is a polymorphic discriminator that can't be changed.
```
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ These settings apply only when `--tag=programmatic_2_0 --go` is specified on the
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'programmatic_2_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/luis/v2.0/programmatic
```
output-folder: $(go-sdk-folder)/services/cognitiveservices/v2.0/luis/programmatic
```
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ These settings apply only when `--tag=runtime_2_0 --go` is specified on the comm
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'runtime_2_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/luis/v2.0/runtime
```
output-folder: $(go-sdk-folder)/services/cognitiveservices/v2.0/luis/runtime
```
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/newssearch
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/spellcheck
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_2_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v2.0/textanalytics
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/videosearch
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/websearch
```
```
22 changes: 21 additions & 1 deletion specification/datacatalog/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,24 @@ directive:
- $.definitions.ADCCatalog
from: datacatalog.json
reason: Catalog can only be listed by resource group.
```
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: datacatalog
```

### Tag: package-2016-03-30 and go

These settings apply only when `--tag=package-2016-03-30 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2016-03-30' && $(go)
output-folder: $(go-sdk-folder)/services/datacatalog/mgmt/2016-03-30/datacatalog
```
22 changes: 21 additions & 1 deletion specification/datamigration/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,24 @@ python:
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.datamigration
```
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: datamigration
```

### Tag: package-2017-11-15-preview and go

These settings apply only when `--tag=package-2017-11-15-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-11-15-preview' && $(go)
output-folder: $(go-sdk-folder)/services/datamigration/mgmt/2017-11-15-preview/datamigration
```
20 changes: 20 additions & 0 deletions specification/locationbasedservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,23 @@ csharp:
output-folder: $(csharp-sdks-folder)/LocationBasedServices/Management.LocationBasedServices/Generated
clear-output-folder: true
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: location
```

### Tag: package-2017-01 and go

These settings apply only when `--tag=package-2017-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-01' && $(go)
output-folder: $(go-sdk-folder)/services/location/mgmt/2017-01-01-preview/location
```
20 changes: 20 additions & 0 deletions specification/machinelearningcompute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,23 @@ python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-machinelearningcompute
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: compute
```

### Tag: package-2017-08-preview and go

These settings apply only when `--tag=package-2017-08-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-08-preview' && $(go)
output-folder: $(go-sdk-folder)/services/machinelearning/mgmt/2017-08-01-preview/compute
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,23 @@ csharp:
namespace: Microsoft.Azure.Management.MachineLearningExperimentation
output-folder: $(csharp-sdks-folder)/MachineLearningExperimentation/Management.MachineLearningExperimentation/Generated
clear-output-folder: true
```
```
## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: experimentation
```

### Tag: package-2017-05-preview and go

These settings apply only when `--tag=package-2017-05-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-05-preview' && $(go)
output-folder: $(go-sdk-folder)/services/machinelearning/mgmt/2017-05-01-preview/experimentation
```
2 changes: 1 addition & 1 deletion specification/msi/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'package-2015-08-31-preview' && $(go)
output-folder: $(go-sdk-folder)/services/msi/mgmt/2015-08-31-preview/msi
```
```
22 changes: 21 additions & 1 deletion specification/operationalinsights/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,24 @@ directive:
- reason: Rename Query_Post to Query so that we don't get an IQuery interface with 1 operation
where-operation: Query_Post
transform: $.operationId = "Query"
```
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: operationalinsights
```

### Tag: v1 and go

These settings apply only when `--tag=v1 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='v1' && $(go)
output-folder: $(go-sdk-folder)/services/operationalinsights/v1/operationalinsights
```
19 changes: 19 additions & 0 deletions specification/powerbidedicated/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,22 @@ csharp:
clear-output-folder: true
```

## Go

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

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: powerbidedicated
```

### Tag: package-2017-10-01 and go

These settings apply only when `--tag=package-2017-10-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-10-01' && $(go)
output-folder: $(go-sdk-folder)/services/powerbidedicated/mgmt/2017-10-01/powerbidedicated
```
Loading