File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/network/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 @@ -29,6 +29,7 @@ directive:
2929
3030` ` ` yaml $(go) && $(multiapi)
3131batch :
32+ - tag : package-2022-07
3233 - tag : package-2021-08
3334 - tag : package-2021-05
3435 - tag : package-2021-03
@@ -64,6 +65,15 @@ batch:
6465 - tag : package-2015-06split
6566` ` `
6667
68+ ### Tag: package-2022-07 and go
69+
70+ These settings apply only when ` --tag=package-2022-07 --go` is specified on the command line.
71+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
72+
73+ ` ` ` yaml $(tag) == 'package-2022-07' && $(go)
74+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-07-01/$(namespace)
75+ ` ` `
76+
6777# ## Tag: package-2021-08 and go
6878
6979These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments