Skip to content

Commit dd03be9

Browse files
njuCZArcturusZhang
andauthored
generate go sdk for authorization (#11945)
* generate go sdk for authorization * add the 2020-04-01-preview tag back * one tag has been renamed Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>
1 parent c50923f commit dd03be9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/authorization/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ batch:
1818
- tag: package-2018-01-01-preview
1919
- tag: package-2018-07-01-preview
2020
- tag: package-2018-09-01-preview
21+
- tag: package-2020-04-01-preview
2122
```
2223
2324
### Tag: package-2015-07-01 and go
@@ -64,3 +65,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
6465
``` yaml $(tag) == 'package-2018-09-01-preview' && $(go)
6566
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-09-01-preview/$(namespace)
6667
```
68+
69+
### Tag: package-2020-04-01-preview and go
70+
71+
These settings apply only when `--tag=package-2020-04-01-preview --go` is specified on the command line.
72+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
73+
74+
``` yaml $(tag) == 'package-2020-04-01-preview' && $(go)
75+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-04-01-preview/$(namespace)
76+
```

0 commit comments

Comments
 (0)