File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
deviceprovisioningservices/resource-manager Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ These settings apply only when `--go` is specified on the command line.
55``` yaml $(go) && $(track2)
66azure-arm : true
77license-header : MICROSOFT_MIT_NO_VERSION
8- module-name : sdk/resourcemanager/app/armapp
8+ module-name : sdk/resourcemanager/appcontainers/armappcontainers
99module : github.com/Azure/azure-sdk-for-go/$(module-name)
1010output-folder : $(go-sdk-folder)/$(module-name)
1111` ` `
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
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
3545These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments