File tree 2 files changed +11
-1
lines changed
deviceprovisioningservices/resource-manager
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.
5
5
``` yaml $(go) && $(track2)
6
6
azure-arm : true
7
7
license-header : MICROSOFT_MIT_NO_VERSION
8
- module-name : sdk/resourcemanager/app/armapp
8
+ module-name : sdk/resourcemanager/appcontainers/armappcontainers
9
9
module : github.com/Azure/azure-sdk-for-go/$(module-name)
10
10
output-folder : $(go-sdk-folder)/$(module-name)
11
11
` ` `
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2022-02
24
25
- tag : package-2021-10
25
26
- tag : package-preview-2020-09
26
27
- tag : package-2020-03
@@ -30,6 +31,15 @@ batch:
30
31
- tag : package-preview-2017-08
31
32
` ` `
32
33
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
+
33
43
# ## Tag: package-2021-10 and go
34
44
35
45
These 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