File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
specification/elastic/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2020-07-01
1617 - tag : package-2020-07-01-preview
1718` ` `
1819
20+ ### Tag: package-2020-07-01 and go
21+
22+ These settings apply only when ` --tag=package-2020-07-01 --go` is specified on the command line.
23+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+ ` ` ` yaml $(tag) == 'package-2020-07-01' && $(go)
26+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-07-01/$(namespace)
27+ ` ` `
28+
1929# ## Tag: package-2020-07-01-preview and go
2030
2131These settings apply only when `--tag=package-2020-07-01-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ These are the global settings for the elastic.
2626
2727``` yaml
2828openapi-type : arm
29+ openapi-subtype : rpaas
2930tag : package-2020-07-01-preview
3031` ` `
3132
@@ -40,6 +41,16 @@ input-file:
4041
4142---
4243
44+ # ## Tag: package-2020-07-01
45+
46+ These settings apply only when `--tag=package-2020-07-01` is specified on the command line.
47+
48+ ` ` ` yaml $(tag) == 'package-2020-07-01'
49+ input-file:
50+ - Microsoft.Elastic/stable/2020-07-01/elastic.json
51+ ` ` `
52+
53+ ---
4354# Code Generation
4455
4556# # Swagger to SDK
You can’t perform that action at this time.
0 commit comments