Skip to content

Commit

Permalink
Add new api-version for azurestackhci (#11123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Oct 16, 2020
1 parent 39d3846 commit 1cde96a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/azurestackhci/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@ go:
```yaml $(go) && $(multiapi)
batch:
- tag: package-2020-10
- tag: package-2020-03-01-preview
```
### Tag: package-2020-10 and go
These settings apply only when `--tag=package-2020-10 --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2020-03-01-preview and go

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

0 comments on commit 1cde96a

Please sign in to comment.