Skip to content

Commit

Permalink
add authorization 2018-07-01 to Go SDK (#6501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Jun 28, 2019
1 parent 49238f0 commit dba5adc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/authorization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ batch:
- tag: package-2015-07-01
- tag: package-2017-10-01-preview
- tag: package-2018-01-01-preview
- tag: package-2018-07-01-preview
- tag: package-2018-09-01-preview
```
Expand Down Expand Up @@ -46,6 +47,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-01-01-preview/$(namespace)
```

### Tag: package-2018-07-01-preview and go

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

### Tag: package-2018-09-01-preview and go

These settings apply only when `--tag=package-2018-09-01-preview --go` is specified on the command line.
Expand Down

0 comments on commit dba5adc

Please sign in to comment.