Skip to content

Commit

Permalink
tried fixing avocado for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nivats committed Jul 23, 2020
1 parent 21d3c6f commit c1972e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specification/storageimportexport/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ go:
batch:
- tag: package-2016-11
```
or
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-08
```
### Tag: package-2016-11 and go
Expand All @@ -23,4 +29,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'package-2016-11' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2016-11-01/$(namespace)
```

### Tag: package-2020-08 and go

These settings apply only when `--tag=package-2020-08 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-08' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-08-01/$(namespace)
```

0 comments on commit c1972e0

Please sign in to comment.