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
6 changes: 3 additions & 3 deletions specification/advisor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2017-04 --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) == 'package-2017-04' && $(go)
output-folder: $(go-sdk-folder)/services/advisor/mgmt/2017-04-19/advisor
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-04-19/$(namespace)
```

### Tag: package-2017-03 and go
Expand All @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2017-03 --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) == 'package-2017-03' && $(go)
output-folder: $(go-sdk-folder)/services/advisor/mgmt/2017-03-31/advisor
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-03-31/$(namespace)
```

### Tag: package-2016-07-preview and go
Expand All @@ -42,5 +42,5 @@ These settings apply only when `--tag=package-2016-07-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2016-07-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/advisor/mgmt/2016-07-12-preview/advisor
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2016-07-12-preview/$(namespace)
```
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2017-08 --go` is specifined on the
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-08' && $(go)
output-folder: $(go-sdk-folder)/services/analysisservices/mgmt/2017-08-01/analysisservices
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-08-01/$(namespace)
```

### Tag: package-2017-07 and go
Expand All @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2017-07 --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) == 'package-2017-07' && $(go)
output-folder: $(go-sdk-folder)/services/analysisservices/mgmt/2017-07-14/analysisservices
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-07-14/$(namespace)
```

### Tag: package-2016-05 and go
Expand All @@ -42,5 +42,5 @@ These settings apply only when `--tag=package-2016-05 --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) == 'package-2016-05' && $(go)
output-folder: $(go-sdk-folder)/services/analysisservices/mgmt/2016-05-16/analysisservices
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2016-05-16/$(namespace)
```
10 changes: 5 additions & 5 deletions specification/apimanagement/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These settings apply only when `--tag=package-2018-06-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-06-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/apimanagement/mgmt/2018-06-01-preview/apimanagement
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-06-01-preview/$(namespace)
```

### Tag: package-2018-01 and go
Expand All @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-2018-01 --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) == 'package-2018-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/apimanagement/mgmt/2018-01-01/apimanagement
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-01-01/$(namespace)
```

### Tag: package-2017-03 and go
Expand All @@ -44,7 +44,7 @@ These settings apply only when `--tag=package-2017-03 --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) == 'package-2017-03' && $(go)
output-folder: $(go-sdk-folder)/services/apimanagement/mgmt/2017-03-01/apimanagement
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-03-01/$(namespace)
```

### Tag: package-2016-10 and go
Expand All @@ -53,7 +53,7 @@ These settings apply only when `--tag=package-2016-10 --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) == 'package-2016-10' && $(go)
output-folder: $(go-sdk-folder)/services/apimanagement/mgmt/2016-10-10/apimanagement
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2016-10-10/$(namespace)
```

### Tag: package-2016-07 and go
Expand All @@ -62,5 +62,5 @@ These settings apply only when `--tag=package-2016-07 --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) == 'package-2016-07' && $(go)
output-folder: $(go-sdk-folder)/services/apimanagement/mgmt/2016-07-07/apimanagement
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2016-07-07/$(namespace)
```
2 changes: 1 addition & 1 deletion specification/applicationinsights/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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/appinsights/v1/insights
output-folder: $(go-sdk-folder)/services/appinsights/v1/$(namespace)
```

``` yaml $(typescript)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These settings apply only when `--tag=package-2015-05 --go` is specified on he c
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2015-05' && $(go)
output-folder: $(go-sdk-folder)/services/appinsights/mgmt/2015-05-01/insights
output-folder: $(go-sdk-folder)/services/appinsights/mgmt/2015-05-01/$(namespace)
```

### Tag: schema-2015-05-preview
Expand Down
8 changes: 4 additions & 4 deletions specification/authorization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These settings apply only when `--tag=package-2015-07 --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) == 'package-2015-07' && $(go)
output-folder: $(go-sdk-folder)/services/authorization/mgmt/2015-07-01/authorization
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2015-07-01/$(namespace)
```

### Tag: package-2017-10-01-preview and go
Expand All @@ -34,7 +34,7 @@ These settings apply only when `--tag=package-2017-10-01-preview --go` is specif
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2018-01-01-preview and go
Expand All @@ -43,7 +43,7 @@ These settings apply only when `--tag=package-2018-01-01-preview --go` is specif
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-01-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/authorization/mgmt/2018-01-01-preview/authorization
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-01-01-preview/$(namespace)
```

### Tag: package-2018-09-01-preview and go
Expand All @@ -52,5 +52,5 @@ These settings apply only when `--tag=package-2018-09-01-preview --go` is specif
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-09-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/authorization/mgmt/2018-09-01-preview/authorization
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-09-01-preview/$(namespace)
```
8 changes: 4 additions & 4 deletions specification/automation/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These settings apply only when `--tag=package-2015-10 --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) == 'package-2015-10' && $(go)
output-folder: $(go-sdk-folder)/services/automation/mgmt/2015-10-31/automation
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2015-10-31/$(namespace)
```

### Tag: package-2017-05-preview and go
Expand All @@ -34,7 +34,7 @@ These settings apply only when `--tag=package-2017-05-preview --go` is specified
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/preview/automation/mgmt/2017-05-15-preview/automation
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-05-15-preview/$(namespace)
```

### Tag: package-2018-01-preview and go
Expand All @@ -43,7 +43,7 @@ These settings apply only when `--tag=package-2018-01-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/automation/mgmt/2018-01-15-preview/automation
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-01-15-preview/$(namespace)
```

### Tag: package-2018-06-preview and go
Expand All @@ -52,5 +52,5 @@ These settings apply only when `--tag=package-2018-06-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-06-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/automation/mgmt/2018-06-30-preview/automation
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-06-30-preview/$(namespace)
```
18 changes: 9 additions & 9 deletions specification/batch/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2018-08.7.0 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2018-08.7.0' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2018-08-01.7.0/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2018-08-01.7.0/$(namespace)
```

### Tag: package-2018-03.6.1 and go
Expand All @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2018-03.6.1 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2018-03.6.1' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2018-03-01.6.1/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2018-03-01.6.1/$(namespace)
```

### Tag: package-2017-09.6.0 and go
Expand All @@ -42,7 +42,7 @@ These settings apply only when `--tag=package-2017-09.6.0 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-09.6.0' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2017-09-01.6.0/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2017-09-01.6.0/$(namespace)
```

### Tag: package-2017-06.5.1 and go
Expand All @@ -51,7 +51,7 @@ These settings apply only when `--tag=package-2017-06.5.1 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-06.5.1' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2017-06-01.5.1/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2017-06-01.5.1/$(namespace)
```

### Tag: package-2017-05.5.0 and go
Expand All @@ -60,7 +60,7 @@ These settings apply only when `--tag=package-2017-05.5.0 --go` is specified on
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
output-folder: $(go-sdk-folder)/services/$(namespace)/2017-05-01.5.0/$(namespace)
```

### Tag: package-2017-01.4.0 and go
Expand All @@ -69,7 +69,7 @@ These settings apply only when `--tag=package-2017-01.4.0 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-01.4.0' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2017-01-01.4.0/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2017-01-01.4.0/$(namespace)
```

### Tag: package-2016-07.3.1 and go
Expand All @@ -78,7 +78,7 @@ These settings apply only when `--tag=package-2016-07.3.1 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2016-07.3.1' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2016-07-01.3.1/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2016-07-01.3.1/$(namespace)
```

### Tag: package-2016-02.3.0 and go
Expand All @@ -87,7 +87,7 @@ These settings apply only when `--tag=package-2016-02.3.0 --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2016-02.3.0' && $(go)
output-folder: $(go-sdk-folder)/services/batch/2016-02-01.3.0/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2016-02-01.3.0/$(namespace)
```

### Tag: package-2015-12.2.2 and go
Expand All @@ -96,5 +96,5 @@ These settings apply only when `--tag=package-2017-05.5.0 --go` is specified on
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/2015-12-01.2.2/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/2015-12-01.2.2/$(namespace)
```
8 changes: 4 additions & 4 deletions specification/batch/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These settings apply only when `--tag=package-2017-09 --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) == 'package-2017-09' && $(go)
output-folder: $(go-sdk-folder)/services/batch/mgmt/2017-09-01/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-09-01/$(namespace)
```

### Tag: package-2017-05 and go
Expand All @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-2017-05 --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) == 'package-2017-05' && $(go)
output-folder: $(go-sdk-folder)/services/batch/mgmt/2017-05-01/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-05-01/$(namespace)
```

### Tag: package-2017-01 and go
Expand All @@ -44,7 +44,7 @@ These settings apply only when `--tag=package-2017-01 --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) == 'package-2017-01' && $(go)
output-folder: $(go-sdk-folder)/services/batch/mgmt/2017-01-01/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-01-01/$(namespace)
```

### Tag: package-2015-12 and go
Expand All @@ -53,5 +53,5 @@ These settings apply only when `--tag=package-2015-12 --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) == 'package-2015-12' && $(go)
output-folder: $(go-sdk-folder)/services/batch/mgmt/2015-12-01/batch
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2015-12-01/$(namespace)
```
6 changes: 3 additions & 3 deletions specification/batchai/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2017-09-preview --go` is specified
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/preview/batchai/mgmt/2017-09-01-preview/batchai
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-09-01-preview/$(namespace)
```

### Tag: package-2018-03 and go
Expand All @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2018-03 --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)=='package-2018-03' && $(go)
output-folder: $(go-sdk-folder)/services/batchai/mgmt/2018-03-01/batchai
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-03-01/$(namespace)
```

### Tag: package-2018-05 and go
Expand All @@ -42,5 +42,5 @@ These settings apply only when `--tag=package-2018-05 --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)=='package-2018-05' && $(go)
output-folder: $(go-sdk-folder)/services/batchai/mgmt/2018-05-01/batchai
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-05-01/$(namespace)
```
6 changes: 3 additions & 3 deletions specification/billing/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2018-03-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-03-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/billing/mgmt/2018-03-01-preview/billing
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-03-01-preview/$(namespace)
```

### Tag: package-2017-04-preview and go
Expand All @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2017-04-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-04-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/billing/mgmt/2017-04-24-preview/billing
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-04-24-preview/$(namespace)
```

### Tag: package-2017-02-preview and go
Expand All @@ -42,5 +42,5 @@ These settings apply only when `--tag=package-2017-02-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-02-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/billing/mgmt/2017-02-27-preview/billing
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-02-27-preview/$(namespace)
```
Loading