Skip to content

Commit

Permalink
track2 for containerregistry (#15103)
Browse files Browse the repository at this point in the history
* track2 for containerregistry

* Update readme.go.md
  • Loading branch information
chenjianfei2017 committed Jul 7, 2021
1 parent 14069c2 commit b41cb67
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions specification/containerregistry/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

``` yaml $(go)
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/containerregistry/armcontainerregistry
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: containerregistry
Expand Down Expand Up @@ -133,4 +141,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'package-2016-06-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2016-06-27-preview/$(namespace)
```
```

0 comments on commit b41cb67

Please sign in to comment.