diff --git a/specification/compute/resource-manager/readme.go.md b/specification/compute/resource-manager/readme.go.md index 8ef9b3f63da9..ca320c0686a5 100644 --- a/specification/compute/resource-manager/readme.go.md +++ b/specification/compute/resource-manager/readme.go.md @@ -31,6 +31,7 @@ directive: ```yaml $(go) && $(multiapi) batch: + - tag: profile-hybrid-2020-09-01 - tag: package-2020-06-30 - tag: package-2020-06-01 - tag: package-2019-12-01 @@ -51,6 +52,16 @@ batch: - tag: package-container-service-2015-11-preview ``` +### Tag: profile-hybrid-2020-09-01 and go + +These settings apply only when `--tag=profile-hybrid-2020-09-01 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +```yaml $(tag)=='profile-hybrid-2020-09-01' && $(go) +namespace: compute +output-folder: $(go-sdk-folder)/profiles/$(namespace)/mgmt/$(namespace) +``` + ### Tag: package-2020-06-30 and go These settings apply only when `--tag=package-2020-06-30 --go` is specified on the command line. diff --git a/specification/iothub/resource-manager/readme.go.md b/specification/iothub/resource-manager/readme.go.md index 78a487967690..0d97d1318696 100644 --- a/specification/iothub/resource-manager/readme.go.md +++ b/specification/iothub/resource-manager/readme.go.md @@ -14,6 +14,7 @@ go: ``` yaml $(go) && $(multiapi) batch: - tag: package-2020-03 + - tag: package-preview-2019-07 - tag: package-preview-2019-03 - tag: package-2018-12-preview - tag: package-2018-04 @@ -32,6 +33,15 @@ Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-preview-2019-07' && $(go) +output-folder: $(go-sdk-folder)/services/preview/iothub/mgmt/2019-07-01-preview/$(namespace) +``` + ### Tag:package-preview-2019-03 and go These settings apply only when `--tag=package-preview-2019-03 --go` is specified on the command line.