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
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ directive:

```yaml $(go) && $(multiapi)
batch:
- tag: package-2020-12-01
- tag: package-2020-10-01-preview
- tag: profile-hybrid-2020-09-01
- tag: package-2020-06-30
Expand All @@ -53,6 +54,16 @@ batch:
- tag: package-container-service-2015-11-preview
```

### Tag: package-2020-12-01 and go

These settings apply only when `--tag=package-2020-12-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-2020-12-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace)
```

### Tag: package-2020-10-01-preview and go

These settings apply only when `--tag=package-2020-10-01-preview --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/cosmos-db/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-09
- tag: package-2020-06-preview
- tag: package-2020-04
- tag: package-2020-03
Expand All @@ -21,6 +22,15 @@ batch:
- tag: package-2019-08-preview
- tag: package-2015-04
```
### Tag: package-2020-09 and go

These settings apply only when `--tag=package-2020-09 --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-2020-09' && $(go)
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2020-09/$(namespace)
```

### Tag: package-2020-06-preview and go

These settings apply only when `--tag=package-2020-06-preview --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/sql/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ From api-version 2017-10 and onwards, only pure package versions should be used.

``` yaml $(go) && $(multiapi)
batch:
- tag: package-composite-v4
- tag: package-composite-v3
- tag: package-pure-2018-06-preview
- tag: package-pure-2017-10-preview
Expand All @@ -23,6 +24,15 @@ batch:
- tag: package-pure-2014-04
```

#### Tag: package-composite-v4 and go

These settings apply only when `--tag=package-composite-v4 --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-composite-v4' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v4.0/$(namespace)
```

#### Tag: package-composite-v3 and go

These settings apply only when `--tag=package-composite-v3 --go` is specified on the command line.
Expand Down
1 change: 1 addition & 0 deletions specification/synapse/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-access-control-2020-08-01-preview
- tag: package-spark-2019-11-01-preview
- tag: package-artifacts-2019-06-01-preview
- tag: package-access-control-2020-02-01-preview
Expand Down