Skip to content

Commit

Permalink
Change go sdk from tag 2019-07-01 to 2019-07 (#7592)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and fengzhou-msft committed Oct 23, 2019
1 parent 2e18520 commit b3bbb3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/compute/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go:
```yaml $(go) && $(multiapi)
batch:
- tag: package-2019-07-01
- tag: package-2019-07
- tag: package-2019-03-01
- tag: package-2018-10-01
- tag: package-2018-06
Expand All @@ -29,12 +29,12 @@ batch:
- tag: package-container-service-2015-11-preview
```
### Tag: package-2019-07-01 and go
### Tag: package-2019-07 and go
These settings apply only when `--tag=package-2019-07-01 --go` is specified on the command line.
These settings apply only when `--tag=package-2019-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-2019-07-01' && $(go)
```yaml $(tag)=='package-2019-07' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-07-01/$(namespace)
```
Expand Down

0 comments on commit b3bbb3c

Please sign in to comment.