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
“â[Go]Add batch tag 22/03/17
  • Loading branch information
Alancere committed Mar 17, 2022
commit 94b8920a2d2efa72e5b0cfd099fd00c46ca00c9e
10 changes: 10 additions & 0 deletions specification/applicationinsights/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ batch:
- tag: package-2020-02-02
- tag: package-2021-11-01
- tag: package-2022-01-11
- tag: package-2022-02-01
```

### Tag: package-2015-05 and go
Expand Down Expand Up @@ -66,4 +67,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

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

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

These settings apply only when `--tag=package-2022-02-01 --go` is specified on he command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2022-02-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2022-02-01-preview/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/batch/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ azure-arm: true

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-01
- tag: package-2021-06
- tag: package-2021-01
- tag: package-2020-09
Expand All @@ -36,6 +37,15 @@ batch:
- tag: package-2015-12
```

### 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-06 and go

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

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-06
- tag: package-2020-09
- tag: package-2020-04
- tag: package-2019-06
Expand All @@ -36,6 +37,15 @@ batch:
- tag: package-2015-06
```

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

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

### Tag: package-2020-09 and go

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

``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-09
- tag: package-2018-11-30
- tag: package-2015-08-31-preview
```

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

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

### Tag: package-2018-11-30 and go

These settings apply only when `--tag=package-2018-11-30 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/securityinsights/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-preview-2022-01
- tag: package-2020-01
- tag: package-2019-01-preview
- tag: package-preview-2021-09
```

### Tag: package-preview-2022-01

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

### Tag: package-preview-2021-09

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

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-01
- tag: package-2021-09
- tag: package-2021-05
- tag: package-2021-03
Expand All @@ -30,6 +31,15 @@ batch:
- tag: package-2019-08
```

### 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-09 and go

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