Skip to content

Commit 16615d1

Browse files
Revert "generate go sdk for authorization (Azure#11942)" (Azure#11944)
This reverts commit c00cdbf.
1 parent c00cdbf commit 16615d1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ 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-preview
2221
```
2322
2423
### Tag: package-2015-07-01 and go
@@ -65,12 +64,3 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
6564
``` yaml $(tag) == 'package-2018-09-01-preview' && $(go)
6665
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-09-01-preview/$(namespace)
6766
```
68-
69-
### Tag: package-2020-04-preview and go
70-
71-
These settings apply only when `--tag=package-2020-04-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-preview' && $(go)
75-
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-04-01-preview/$(namespace)
76-
```

0 commit comments

Comments
 (0)