Skip to content

Commit 25519ff

Browse files
committed
Add new api-version 2020-06-30 of compute to go SDK
1 parent b433edf commit 25519ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/compute/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ directive:
3131
3232
```yaml $(go) && $(multiapi)
3333
batch:
34+
- tag: package-2020-06-30
3435
- tag: package-2020-06-01
3536
- tag: package-2019-12-01
3637
- tag: package-2019-07
@@ -50,6 +51,16 @@ batch:
5051
- tag: package-container-service-2015-11-preview
5152
```
5253
54+
### Tag: package-2020-06-30 and go
55+
56+
These settings apply only when `--tag=package-2020-06-30 --go` is specified on the command line.
57+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
58+
59+
```yaml $(tag)=='package-2020-06-30' && $(go)
60+
namespace: compute
61+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-06-30/$(namespace)
62+
```
63+
5364
### Tag: package-2020-06-01 and go
5465

5566
These settings apply only when `--tag=package-2020-06-01 --go` is specified on the command line.

0 commit comments

Comments
 (0)