diff --git a/specification/iothub/resource-manager/readme.md b/specification/iothub/resource-manager/readme.md index cf35d8811afe..9758b9ff03d7 100644 --- a/specification/iothub/resource-manager/readme.md +++ b/specification/iothub/resource-manager/readme.md @@ -140,11 +140,21 @@ go: ``` yaml $(go) && $(multiapi) batch: + - tag: package-2018-01 - tag: package-2017-07 - tag: package-2017-01 - tag: package-2016-02 ``` +### Tag: package-2018-01 and go + +These settings apply only when `--tag=package-2018-01 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2018-01' && $(go) +output-folder: $(go-sdk-folder)/services/iothub/mgmt/2018-01-22/devices +``` + ### Tag: package-2017-07 and go These settings apply only when `--tag=package-2017-07 --go` is specified on the command line.