diff --git a/specification/healthbot/resource-manager/readme.java.md b/specification/healthbot/resource-manager/readme.java.md new file mode 100644 index 000000000000..81351e731f19 --- /dev/null +++ b/specification/healthbot/resource-manager/readme.java.md @@ -0,0 +1,26 @@ +## Java + +These settings apply only when `--java` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(java) +azure-arm: true +fluent: true +namespace: com.microsoft.azure.management.healthbot +license-header: MICROSOFT_MIT_NO_CODEGEN +payload-flattening-threshold: 1 +output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-healthbot +``` + +### Tag: package-2020-12-08 and java + +These settings apply only when `--tag=package-2020-12-08 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-2020-12-08' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.healthbot.v2020_12_08 + output-folder: $(azure-libraries-for-java-folder)/sdk/healthbot/mgmt-v2020_12_08 +regenerate-manager: true +generate-interface: true +``` \ No newline at end of file diff --git a/specification/healthbot/resource-manager/readme.md b/specification/healthbot/resource-manager/readme.md index ae802673a8d9..2e2ec01c3a73 100644 --- a/specification/healthbot/resource-manager/readme.md +++ b/specification/healthbot/resource-manager/readme.md @@ -25,6 +25,7 @@ For other options on installation see [Installing AutoRest](https://aka.ms/autor These are the global settings for the healthbot. ```yaml +title: HealthbotClient openapi-type: arm openapi-subtype: rpaas tag: package-2020-12-08 @@ -113,3 +114,7 @@ See configuration in [readme.csharp.md](./readme.csharp.md) ## GO See configuration in [readme.go.md](./readme.go.md) + +## Java + +See configuration in [readme.java.md](./readme.java.md)