These settings apply only when --go
is specified on the command line.
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: healthcareapis
clear-output-folder: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/healthcareapis/armhealthcareapis
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
batch:
- tag: package-2021-11
- tag: package-preview-2021-06
- tag: package-2020-03-30
- tag: package-2020-03
- tag: package-2019-09
- tag: package-2018-08-preview
These settings apply only when --tag=package-2021-11 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-11-01/$(namespace)
These settings apply only when --tag=package-preview-2021-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
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"
}
These settings apply only when --tag=package-2020-03-30 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-03-30/$(namespace)
These settings apply only when --tag=package-2020-03 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-03-15/$(namespace)
These settings apply only when --tag=package-2019-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-09-16/$(namespace)
These settings apply only when --tag=package-2018-08-preview --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-08-20-preview/$(namespace)