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/authorization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ batch:
- tag: package-2018-09-01-preview
- tag: package-2020-04-01-preview
- tag: package-2020-10-01-preview
- tag: package-2020-10-01
```

### Tag: package-2015-07-01 and go
Expand Down Expand Up @@ -92,3 +93,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2020-10-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-2020-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-2020-10-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-01/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/redisenterprise/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ azure-arm: true

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-01
- tag: package-2021-08
- tag: package-2021-03
- tag: package-2020-10-01-preview
```

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

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

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

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