Skip to content

Commit

Permalink
update Go SDK packages to align with python (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Jul 23, 2018
1 parent b6cd400 commit a6d44d5
Showing 1 changed file with 59 additions and 49 deletions.
108 changes: 59 additions & 49 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,97 +433,118 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-06-01
#- tag: package-2018-04 broken
#- tag: package-2017-12 broken
- tag: package-2017-03
- tag: package-container-service-2017-01
- tag: package-container-service-2016-09
- tag: package-compute-only-2018-06
- tag: package-compute-2018-04
- tag: package-compute-only-2017-12
- tag: package-compute-2017-03
- tag: package-compute-2016-04-preview
- tag: package-compute-2016-03
- tag: package-compute-2015-06
- tag: package-skus-2017-09
- tag: package-container-service-2017-01
- tag: package-container-service-2016-09
- tag: package-container-service-2016-03
- tag: package-container-service-2015-11-preview
- tag: package-compute-2015-06
```

### Tag: package-2018-06-01 and go
### Tag: package-compute-only-2018-06 and go

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

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

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

### Tag: package-2017-12 and go
### Tag: package-compute-only-2017-12 and go

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

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

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

### Tag: package-container-service-2017-01 and go
### Tag: package-compute-2016-04-preview and go

These settings apply only when `--tag=package-container-service-2017-01 --go` is specified on the command line.
These settings apply only when `--tag=package-compute-2016-04-preview --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-container-service-2017-01' && $(go)
namespace: containerservice
output-folder: $(go-sdk-folder)/services/containerservice/mgmt/2017-01-31/containerservice
``` yaml $(tag)=='package-compute-2016-04-preview' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/preview/compute/mgmt/2016-04-30-preview/compute
```

### Tag: package-container-service-2016-09 and go
### Tag: package-compute-2016-03 and go

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

### Tag: package-compute-2016-04-preview and go
### Tag: package-compute-2015-06 and go

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

### Tag: package-compute-2016-03 and go
### Tag: package-skus-2017-09 and go

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

### Tag: package-container-service-2017-01 and go

These settings apply only when `--tag=package-container-service-2017-01 --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-container-service-2017-01' && $(go)
namespace: containerservice
output-folder: $(go-sdk-folder)/services/containerservice/mgmt/2017-01-31/containerservice
```

### Tag: package-container-service-2016-09 and go

These settings apply only when `--tag=package-container-service-2016-09 --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-container-service-2016-09' && $(go)
namespace: containerservice
output-folder: $(go-sdk-folder)/services/containerservice/mgmt/2016-09-30/containerservice
```

### Tag: package-container-service-2016-03 and go
Expand All @@ -546,17 +567,6 @@ namespace: containerservice
output-folder: $(go-sdk-folder)/services/preview/containerservice/mgmt/2015-11-01-preview/containerservice
```

### Tag: package-compute-2015-06 and go

These settings apply only when `--tag=package-compute-2015-06 --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-2015-06' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/compute/mgmt/2015-06-15/compute
```


## Python

These settings apply only when `--python` is specified on the command line.
Expand Down

0 comments on commit a6d44d5

Please sign in to comment.