Skip to content

Commit

Permalink
track1 add batch tag compute (Azure#15800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Aug 26, 2021
1 parent 0ef11e2 commit c5437ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ directive:
```yaml $(go) && $(multiapi)
batch:
- tag: package-2021-07-01
- tag: package-2021-04-01
- tag: package-2021-03-01
- tag: package-2020-12-01
Expand All @@ -73,6 +74,16 @@ batch:
- tag: package-container-service-2015-11-preview
```
### Tag: package-2021-07-01 and go
These settings apply only when `--tag=package-2021-07-01 --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-2021-07-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
```

### Tag: package-2021-04-01 and go

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

0 comments on commit c5437ef

Please sign in to comment.