Skip to content

Commit

Permalink
Add new api-versions for frontdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and njuCZ committed Jan 10, 2020
1 parent b98c1c6 commit f579d9f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion specification/frontdoor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,31 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2019-11
- tag: package-2019-10
- tag: package-2018-08-preview
- tag: package-2019-04
- tag: package-2019-05

```
### Tag: package-2019-11 and go
These settings apply only when `--tag=package-2019-11 --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-2019-11' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-11-01/$(namespace)
```

### Tag: package-2019-10 and go

These settings apply only when `--tag=package-2019-10 --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-2019-10' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-10-01/$(namespace)
```

### Tag: package-2019-05 and go

These settings apply only when `--tag=package-2019-05 --go` is specified on the command line.
Expand Down

0 comments on commit f579d9f

Please sign in to comment.