File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
specification/containerregistry/resource-manager Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1616 - tag : package-2019-12-preview
1717 - tag : package-2019-06-preview
1818 - tag : package-2019-05
19- - tag : package-2019-05-preview
2019 - tag : package-2019-04
2120 - tag : package-2018-09
2221 - tag : package-2018-02-preview
@@ -41,7 +40,7 @@ These settings apply only when `--tag=package-2019-06-preview --go` is specified
4140Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
4241
4342` ` ` yaml $(tag) == 'package-2019-06-preview' && $(go)
44- output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-06-01-preview/$(namespace)
43+ output-folder: $(go-sdk-folder)/services/preview/ $(namespace)/mgmt/2019-06-01-preview/$(namespace)
4544` ` `
4645
4746# ## Tag: package-2018-05 and go
@@ -53,15 +52,6 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
5352output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-05-01/$(namespace)
5453` ` `
5554
56- # ## Tag: package-2019-05-preview and go
57-
58- These settings apply only when `--tag=package-2019-05-preview --go` is specified on the command line.
59- Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
60-
61- ` ` ` yaml $(tag) == 'package-2019-05-preview' && $(go)
62- output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-05-01-preview/$(namespace)
63- ` ` `
64-
6555# ## Tag: package-2019-04 and go
6656
6757These settings apply only when `--tag=package-2019-04 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments