Skip to content

Commit

Permalink
Updated readme.go.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov committed Jan 19, 2022
1 parent b05e209 commit 10612ff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion specification/apimanagement/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go:
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/apimanagement/armapimanagement
module-name: sdk/resourcemanager/apimanagement/armapimanagement
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand All @@ -21,6 +21,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-08
- tag: package-preview-2021-01
- tag: package-2020-12
- tag: package-2019-12
Expand All @@ -33,6 +34,15 @@ batch:
- tag: package-2016-07
```
### Tag: package-2021-08 and go
These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-08' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
```

### Tag: package-preview-2021-01 and go

These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Expand Down

0 comments on commit 10612ff

Please sign in to comment.