Skip to content

Commit

Permalink
Add api-version of 2019-10-01/comsuption to go SDK (#10749)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Sep 23, 2020
1 parent 0107a84 commit 88e86e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specification/consumption/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,17 @@ batch:
- tag: package-2018-08
- tag: package-2018-10
- tag: package-2019-01
- tag: package-2019-10
```
### Tag: package-2019-10 and go
These settings apply only when `--tag=package-2019-10 --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-10' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-10-01/$(namespace)
```

### Tag: package-2017-04-preview and go

Expand Down

0 comments on commit 88e86e7

Please sign in to comment.