Skip to content

Commit

Permalink
[Go]deviceprovisioningservices add batch tag package-2022-02 (#18842)
Browse files Browse the repository at this point in the history
* [Go]deviceprovisioningservices add batch tag package-2022-02

* rename go track2 module name
  • Loading branch information
Alancere authored Apr 28, 2022
1 parent 8db7df3 commit e37a09a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion specification/app/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ These settings apply only when `--go` is specified on the command line.
```yaml $(go) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/app/armapp
module-name: sdk/resourcemanager/appcontainers/armappcontainers
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
```
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-02
- tag: package-2021-10
- tag: package-preview-2020-09
- tag: package-2020-03
Expand All @@ -30,6 +31,15 @@ batch:
- tag: package-preview-2017-08
```
### Tag: package-2022-02 and go
These settings apply only when `--tag=package-2022-02 --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-2022-02' && $(go)
output-folder: $(go-sdk-folder)/services/provisioningservices/mgmt/2022-02-05/$(namespace)
```

### Tag: package-2021-10 and go

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

0 comments on commit e37a09a

Please sign in to comment.