diff --git a/specification/resourcehealth/resource-manager/readme.go.md b/specification/resourcehealth/resource-manager/readme.go.md index 15327b7b926f..f25d6883ae4d 100644 --- a/specification/resourcehealth/resource-manager/readme.go.md +++ b/specification/resourcehealth/resource-manager/readme.go.md @@ -15,6 +15,19 @@ module-name: sdk/resourcemanager/resourcehealth/armresourcehealth module: github.com/Azure/azure-sdk-for-go/$(module-name) output-folder: $(go-sdk-folder)/$(module-name) azure-arm: true +directive: + - from: ResourceHealth.json + where: $.definitions.availabilityStatus.properties.properties.properties.occuredTime + transform: + $["x-ms-client-name"] = "occurredTime" + - from: ResourceHealth.json + where: $.definitions.availabilityStatus.properties.properties.properties.recentlyResolved.properties.unavailableOccuredTime + transform: + $["x-ms-client-name"] = "unavailableOccurredTime" + - from: ResourceHealth.json + where: $.definitions.availabilityStatus.properties.properties.properties.recentlyResolved.properties.unavailableSummary + transform: + $["x-ms-client-name"] = "unavailabilitySummary" ``` ### Go multi-api