diff --git a/specification/redis/resource-manager/readme.go.md b/specification/redis/resource-manager/readme.go.md index 307213b58cbb..ee0d0131da53 100644 --- a/specification/redis/resource-manager/readme.go.md +++ b/specification/redis/resource-manager/readme.go.md @@ -13,6 +13,7 @@ go: ``` yaml $(go) && $(multiapi) batch: + - tag: package-2020-12 - tag: package-2020-06 - tag: package-2019-07-preview - tag: package-2018-03 @@ -22,6 +23,15 @@ batch: - tag: package-2015-08 ``` +### Tag: package-2020-12 and go + +These settings apply only when `--tag=package-2020-12 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2020-12' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace) +``` + ### Tag: package-2020-06 and go These settings apply only when `--tag=package-2020-06 --go` is specified on the command line. diff --git a/specification/web/resource-manager/readme.go.md b/specification/web/resource-manager/readme.go.md index 0a65d1574d1f..028969df7e3a 100644 --- a/specification/web/resource-manager/readme.go.md +++ b/specification/web/resource-manager/readme.go.md @@ -21,6 +21,7 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-2021-01-15 - tag: package-2020-12 - tag: package-2020-09 - tag: package-2020-06 @@ -30,6 +31,15 @@ batch: - tag: package-2015-08-preview ``` +### Tag: package-2021-01-15 and go + +These settings apply only when `--tag=package-2021-01-15 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2021-01-15' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-15/$(namespace) +``` + ### Tag: package-2020-12 and go These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.