Skip to content

Commit

Permalink
Add 2019-12 api-version of network to go SDK generation (Azure#8776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and 00Kai0 committed Oct 12, 2020
1 parent 1b95f3c commit 945404b
Showing 1 changed file with 10 additions and 0 deletions.
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 @@ -13,6 +13,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2019-12
- tag: package-2019-11
- tag: package-2019-09
- tag: package-2019-08
Expand Down Expand Up @@ -43,6 +44,15 @@ batch:
- tag: package-2015-05-preview
```
### Tag: package-2019-12 and go
These settings apply only when `--tag=package-2019-12 --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-2019-12' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-12-01/$(namespace)
```

### Tag: package-2019-11 and go

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

0 comments on commit 945404b

Please sign in to comment.