Skip to content

Commit

Permalink
track2 modify security readme.go.md (#15569)
Browse files Browse the repository at this point in the history
Alancere authored Aug 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fa11f46 commit d136816
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion specification/security/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -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: security
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/security/armsecurity
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Common Go settings
```yaml $(go) && $(multiapi)

0 comments on commit d136816

Please sign in to comment.