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
10 changes: 10 additions & 0 deletions specification/automanage/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ azure-arm: true

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-04-30-preview
- tag: package-2020-06-30-preview
```

### Tag: package-2021-04-30-preview and go

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

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

These settings apply only when `--tag=package-2020-06-30-preview --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/network/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ azure-arm: true
batch:
- tag: package-2021-05
- tag: package-2021-03
- tag: package-2021-03-preview
- tag: package-2021-02
- tag: package-2020-11
- tag: package-2020-08
Expand Down Expand Up @@ -80,6 +81,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
```

### Tag: package-2021-03-preview and go

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

### Tag: package-2021-02 and go

These settings apply only when `--tag=package-2021-02 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/recoveryservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ azure-arm: true

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-08
- tag: package-2016-06
```

### Tag: package-2021-08 and go

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

### Tag: package-2016-06 and go

These settings apply only when `--tag=package-2016-06 --go` is specified on the command line.
Expand Down