diff --git a/specification/compute/resource-manager/readme.go.md b/specification/compute/resource-manager/readme.go.md index f2b284a9c486..ea0f02cc8c2b 100644 --- a/specification/compute/resource-manager/readme.go.md +++ b/specification/compute/resource-manager/readme.go.md @@ -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 @@ -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=`. + +```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.