File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/monitor/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 1919 - tag : package-2018-11-preview
2020 - tag : package-2019-03
2121 - tag : package-2019-06
22+ - tag : package-2019-11-01-preview-only
2223 - tag : package-2020-03
2324` ` `
2425
@@ -76,6 +77,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
7677output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-06-01/$(namespace)
7778` ` `
7879
80+ # ## Tag: package-2019-11-01-preview-only and go
81+
82+ These settings apply only when `--tag=package-2019-11-01-preview-only --go` is specified on the command line.
83+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
84+
85+ ` ` ` yaml $(tag) == 'package-2019-11-01-preview-only' && $(go)
86+ output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-11-01-preview/$(namespace)
87+ ` ` `
88+
7989# ## Tag: package-2020-03 and go
8090
8191These settings apply only when `--tag=package-2020-03 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments