diff --git a/specification/healthcareapis/resource-manager/readme.go.md b/specification/healthcareapis/resource-manager/readme.go.md index 6bf8f83b774e..a8d1b5bdd8c2 100644 --- a/specification/healthcareapis/resource-manager/readme.go.md +++ b/specification/healthcareapis/resource-manager/readme.go.md @@ -21,12 +21,31 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-preview-2021-06 - tag: package-2020-03-30 - tag: package-2020-03 - tag: package-2019-09 - tag: package-2018-08-preview ``` +### Tag: package-preview-2021-06 and go + +These settings apply only when `--tag=package-preview-2021-06 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-preview-2021-06' && $(go) +output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-01-preview/$(namespace) + +directive: + - from: healthcare-apis.json + where: $.definitions.ServicesProperties.properties.provisioningState + transform: >- + return { + "description": "The provisioning state.", + "$ref": "#/definitions/ProvisioningState" + } +``` + ### Tag: package-2020-03-30 and go These settings apply only when `--tag=package-2020-03-30 --go` is specified on the command line. @@ -61,4 +80,4 @@ Please also specify `--go-sdk-folder=