Skip to content

Commit

Permalink
add track 2 information to authorization RP (Azure#14890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and Andrew Sager committed Jun 24, 2021
1 parent c8f742e commit ed1f452
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion specification/authorization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: authorization
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/authorization/armauthorization
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down

0 comments on commit ed1f452

Please sign in to comment.