Skip to content

Commit

Permalink
Update config for Go SDK (#2755)
Browse files Browse the repository at this point in the history
Switched to package-2018-04 per request of the compute team (similar
change was done for package-2017-03).
Removed package-2017-12 for now as it fails to build.
  • Loading branch information
jhendrixMSFT authored Mar 26, 2018
1 parent 121d39c commit d1f87ee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-disks-2018-04
- tag: package-2017-12
- tag: package-compute-2017-03
- tag: package-2018-04
#- tag: package-2017-12 broken
- tag: package-2017-03
- tag: package-container-service-2017-01
- tag: package-container-service-2016-09
- tag: package-compute-2016-04-preview
Expand All @@ -355,12 +355,12 @@ batch:
- tag: package-compute-2015-06
```

### Tag: package-disks-2018-04 and go
### Tag: package-2018-04 and go

These settings apply only when `--tag=package-disks-2018-04 --go` is specified on the command line.
These settings apply only when `--tag=package-2018-04 --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-disks-2018-04' && $(go)
``` yaml $(tag)=='package-2018-04' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/compute/mgmt/2018-04-01/compute
```
Expand All @@ -375,12 +375,12 @@ namespace: compute
output-folder: $(go-sdk-folder)/services/compute/mgmt/2017-12-01/compute
```

### Tag: package-compute-2017-03 and go
### Tag: package-2017-03 and go

These settings apply only when `--tag=package-compute-2017-03 --go` is specified on the command line.
These settings apply only when `--tag=package-2017-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-compute-2017-03' && $(go)
``` yaml $(tag)=='package-2017-03' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/compute/mgmt/2017-03-30/compute
```
Expand Down

0 comments on commit d1f87ee

Please sign in to comment.