Skip to content

Commit 67a6357

Browse files
committed
updating readme and go read me
1 parent 8cfca53 commit 67a6357

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

specification/elastic/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
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

2131
These settings apply only when `--tag=package-2020-07-01-preview --go` is specified on the command line.

specification/elastic/resource-manager/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ These are the global settings for the elastic.
2626

2727
```yaml
2828
openapi-type: arm
29+
openapi-subtype: rpaas
2930
tag: 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

0 commit comments

Comments
 (0)