Skip to content

Commit

Permalink
Compute add batch tag package-2021-08-01 (Azure#17254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and LeiWang3 committed Mar 31, 2022
1 parent 493ffa1 commit af8ca75
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-08-01
- tag: package-2021-07-01
- tag: package-2021-04-01
- tag: package-2021-03-01
Expand All @@ -74,6 +75,16 @@ batch:
- tag: package-container-service-2015-11-preview
```
### Tag: package-2021-08-01 and go
These settings apply only when `--tag=package-2021-08-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-08-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
```

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

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

0 comments on commit af8ca75

Please sign in to comment.