Skip to content

Commit

Permalink
Fix some bad output-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Sep 18, 2020
1 parent 5325e13 commit eb835f6
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These settings apply only when `--tag=package-2020-06-01 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2019-11-01-preview and go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Please also specify `--go-sdks-folder=<path to the root directory of your azure-

```yaml $(tag) == 'package-2020-08-06-preview' && $(go)
namespace: baremetalinfrastructure
output-folder: $(go-sdks-folder)/baremetalinfrastructure/Generated
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-08-06-preview/$(namespace)
```
2 changes: 1 addition & 1 deletion specification/billing/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-2020-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-2020-05' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-05-01/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-05-01-preview/$(namespace)
```

### Tag: package-2018-11-preview and go
Expand Down
2 changes: 1 addition & 1 deletion specification/cdn/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These settings apply only when `--tag=package-2020-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-2020-04' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-04-15/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-04-15/$(namespace)
```

### Tag: package-2019-04 and go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

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

### Tag: package-2018-09-30-preview and go
Expand Down
6 changes: 3 additions & 3 deletions specification/cosmos-db/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These settings apply only when `--tag=package-2020-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-2020-04' && $(go)
output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2020-04-01/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2020-04-01-preview/$(namespace)
```

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

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

### Tag: package-2019-08 and go
Expand Down
2 changes: 1 addition & 1 deletion specification/hdinsight/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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/$(namespace)/mgmt/2018-06-01-preview/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-06-01/$(namespace)
```

### Tag: package-2015-03-preview and go
Expand Down
2 changes: 1 addition & 1 deletion specification/keyvault/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-7.1 --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) == 'package-7.1' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/v7.1/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/v7.1/$(namespace)
```

### Tag: package-7.0 and go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ These settings apply only when `--tag=package-2020-08 --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-2020-08' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-08-01/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-08-01/$(namespace)
```
2 changes: 1 addition & 1 deletion specification/policyinsights/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ These settings apply only when `--tag=package-2019-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-2019-10' && $(go)
output-folder: $(go-sdk-folder)/services//$(namespace)/mgmt/2019-10-01/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-10-01-preview/$(namespace)
```

### Tag: package-2018-07 and go
Expand Down
2 changes: 1 addition & 1 deletion specification/servicefabric/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ These settings apply only when `--tag=package-2018-02 --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-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-02-01/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-02-01-preview/$(namespace)
```

### Tag: package-2017-07 and go
Expand Down
2 changes: 1 addition & 1 deletion specification/storage/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ These settings apply only when `--tag=package-2018-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-2018-07' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-07-01/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-07-01-preview/$(namespace)
```

### Tag: package-2018-03 and go
Expand Down
2 changes: 1 addition & 1 deletion specification/trafficmanager/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ These settings apply only when `--tag=package-2018-02 --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-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-02-01/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-02-01-preview/$(namespace)
```

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

0 comments on commit eb835f6

Please sign in to comment.