Skip to content

Commit

Permalink
[Go] Add batch tag 22/03/03 (Azure#18075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Mar 3, 2022
1 parent f2fb403 commit 9517c4b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/azurestackhci/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,22 @@ azure-arm: true
```yaml $(go) && $(multiapi)
batch:
- tag: package-2022-01
- tag: package-preview-2021-01
- tag: package-2020-10
- tag: package-2020-03-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-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

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

These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Expand Down
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 @@ -48,6 +48,7 @@ directive:
```yaml $(go) && $(multiapi)
batch:
- tag: package-2021-12-01
- tag: package-2021-11-01
- tag: package-2021-08-01
- tag: package-2021-07-01
Expand Down Expand Up @@ -76,6 +77,16 @@ batch:
- tag: package-container-service-2015-11-preview
```
### Tag: package-2021-12-01 and go
These settings apply only when `--tag=package-2021-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-2021-12-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-12-01/$(namespace)
```

### Tag: package-2021-11-01 and go

These settings apply only when `--tag=package-2021-11-01 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/resourcehealth/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-2020-05-01
- tag: package-2017-07
- tag: package-2015-01
```
### Tag: package-2020-05-01 and go
These settings apply only when `--tag=package-2020-05-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-05-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-05-01/$(namespace)
```

### Tag: package-2017-07 and go

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

0 comments on commit 9517c4b

Please sign in to comment.