diff --git a/specification/containerinstance/resource-manager/readme.go.md b/specification/containerinstance/resource-manager/readme.go.md index ee1b342738a1..193939ef9fe3 100644 --- a/specification/containerinstance/resource-manager/readme.go.md +++ b/specification/containerinstance/resource-manager/readme.go.md @@ -13,6 +13,7 @@ go: ``` yaml $(go) && $(multiapi) batch: + - tag: package-2020-11 - tag: package-2019-12 - tag: package-2018-10 - tag: package-2018-09 @@ -23,6 +24,16 @@ batch: - tag: package-2017-10-preview - tag: package-2017-08-preview ``` + +### Tag: package-2020-11 and go + +These settings apply only when `--tag=package-2020-11 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2020-11' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-11-01/$(namespace) +``` + ### Tag: package-2019-12 and go These settings apply only when `--tag=package-2019-12 --go` is specified on the command line. diff --git a/specification/containerinstance/resource-manager/readme.md b/specification/containerinstance/resource-manager/readme.md index ef06775fa2c4..7244e68ff4a8 100644 --- a/specification/containerinstance/resource-manager/readme.md +++ b/specification/containerinstance/resource-manager/readme.md @@ -38,6 +38,7 @@ These settings apply only when `--tag=package-2020-11` is specified on the comma input-file: - Microsoft.ContainerInstance/stable/2020-11-01/containerInstance.json ``` + ### Tag: package-2019-12 These settings apply only when `--tag=package-2019-12` is specified on the command line.