Skip to content

Commit

Permalink
[Go] compute add batch -package-2021-11-01 (Azure#17420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and mstrisoline committed Feb 1, 2022
1 parent 59e4c9d commit 4917bdf
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-11-01
- tag: package-2021-08-01
- tag: package-2021-07-01
- tag: package-2021-04-01
Expand Down Expand Up @@ -75,6 +76,16 @@ batch:
- tag: package-container-service-2015-11-preview
```
### Tag: package-2021-11-01 and go
These settings apply only when `--tag=package-2021-11-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-11-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-11-01/$(namespace)
```

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

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

0 comments on commit 4917bdf

Please sign in to comment.