Skip to content

Commit 96ba256

Browse files
Healthbot - Update Python.md based on az cli extension doc & Create Java.md file. (#12263)
* Update python.md. * Update python.md. * Create Java.md * Create Java.md * Updated python.md with track2 configuration. * Updated python.md with track2 configuration. * Updated python.md with track2 configuration. * Update specification/healthbot/resource-manager/readme.python.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/healthbot/resource-manager/readme.python.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Updated python.md with track2 configuration. * Update specification/healthbot/resource-manager/readme.python.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/healthbot/resource-manager/readme.python.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Updated python.md with track2 configuration. * Revert changes python.md. * Revert "Revert changes python.md." This reverts commit f0a48ae * Revert "Revert changes python.md." This reverts commit f0a48ae * Add Java section. * Add "title". Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
1 parent 34f7a6a commit 96ba256

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Java
2+
3+
These settings apply only when `--java` is specified on the command line.
4+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
5+
6+
``` yaml $(java)
7+
azure-arm: true
8+
fluent: true
9+
namespace: com.microsoft.azure.management.healthbot
10+
license-header: MICROSOFT_MIT_NO_CODEGEN
11+
payload-flattening-threshold: 1
12+
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-healthbot
13+
```
14+
15+
### Tag: package-2020-12-08 and java
16+
17+
These settings apply only when `--tag=package-2020-12-08 --java` is specified on the command line.
18+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
19+
20+
``` yaml $(tag) == 'package-2020-12-08' && $(java) && $(multiapi)
21+
java:
22+
namespace: com.microsoft.azure.management.healthbot.v2020_12_08
23+
output-folder: $(azure-libraries-for-java-folder)/sdk/healthbot/mgmt-v2020_12_08
24+
regenerate-manager: true
25+
generate-interface: true
26+
```

specification/healthbot/resource-manager/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For other options on installation see [Installing AutoRest](https://aka.ms/autor
2525
These are the global settings for the healthbot.
2626

2727
```yaml
28+
title: HealthbotClient
2829
openapi-type: arm
2930
openapi-subtype: rpaas
3031
tag: package-2020-12-08
@@ -113,3 +114,7 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
113114
## GO
114115

115116
See configuration in [readme.go.md](./readme.go.md)
117+
118+
## Java
119+
120+
See configuration in [readme.java.md](./readme.java.md)

0 commit comments

Comments
 (0)