Skip to content

Commit 20e0b12

Browse files
AlancereFredericHeem
authored andcommitted
[Go]deviceprovisioningservices add batch tag package-2022-02 (Azure#18842)
* [Go]deviceprovisioningservices add batch tag package-2022-02 * rename go track2 module name
1 parent 442c63d commit 20e0b12

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

specification/app/resource-manager/readme.go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These settings apply only when `--go` is specified on the command line.
55
```yaml $(go) && $(track2)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
8-
module-name: sdk/resourcemanager/app/armapp
8+
module-name: sdk/resourcemanager/appcontainers/armappcontainers
99
module: github.com/Azure/azure-sdk-for-go/$(module-name)
1010
output-folder: $(go-sdk-folder)/$(module-name)
1111
```

specification/deviceprovisioningservices/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2022-02
2425
- tag: package-2021-10
2526
- tag: package-preview-2020-09
2627
- tag: package-2020-03
@@ -30,6 +31,15 @@ batch:
3031
- tag: package-preview-2017-08
3132
```
3233
34+
### Tag: package-2022-02 and go
35+
36+
These settings apply only when `--tag=package-2022-02 --go` is specified on the command line.
37+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
38+
39+
``` yaml $(tag)=='package-2022-02' && $(go)
40+
output-folder: $(go-sdk-folder)/services/provisioningservices/mgmt/2022-02-05/$(namespace)
41+
```
42+
3343
### Tag: package-2021-10 and go
3444

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

0 commit comments

Comments
 (0)