File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/recoveryservicesbackup/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-2021-07
16
17
- tag : package-2021-01
17
18
- tag : package-2020-12
18
19
- tag : package-2020-02
@@ -23,6 +24,15 @@ batch:
23
24
- tag : package-2016-06
24
25
` ` `
25
26
27
+ ### Tag: package-2021-07 and go
28
+
29
+ These settings apply only when ` --tag=package-2021-07 --go` is specified on the command line.
30
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
31
+
32
+ ` ` ` yaml $(tag)=='package-2021-07' && $(go)
33
+ output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-07-01/$(namespace)
34
+ ` ` `
35
+
26
36
# ## Tag: package-2021-01 and go
27
37
28
38
These settings apply only when `--tag=package-2021-01 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments