Skip to content

Commit

Permalink
generate go sdk for authorization (Azure#11942)
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ authored Dec 4, 2020
1 parent 915aef6 commit c00cdbf
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 @@ -18,6 +18,7 @@ batch:
- tag: package-2018-01-01-preview
- tag: package-2018-07-01-preview
- tag: package-2018-09-01-preview
- tag: package-2020-04-preview
```
### Tag: package-2015-07-01 and go
Expand Down Expand Up @@ -64,3 +65,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2018-09-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-09-01-preview/$(namespace)
```

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

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

0 comments on commit c00cdbf

Please sign in to comment.