Skip to content

Commit

Permalink
add batch tag iothub package-2021-03,containerinstance package-2021-07 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Sep 23, 2021
1 parent 9b489ff commit a95079c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/containerinstance/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-2021-07
- tag: package-2021-03
- tag: package-2020-11
- tag: package-2019-12
Expand All @@ -26,6 +27,15 @@ batch:
- tag: package-2017-08-preview
```
### Tag: package-2021-07 and go
These settings apply only when `--tag=package-2021-07 --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-07' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
```

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

These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/iothub/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-2021-03
- tag: package-preview-2021-03
- tag: package-2020-03
- tag: package-preview-2019-07
Expand All @@ -33,6 +34,15 @@ batch:
- tag: package-2016-02
```
### Tag: package-2021-03 and go
These settings apply only when `--tag=package-2021-03 --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' && $(go)
output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-03-31/$(namespace)
```

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

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

0 comments on commit a95079c

Please sign in to comment.