Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Healthbot - Update Python.md based on az cli extension doc & Create Java.md file. #12263

Merged
merged 21 commits into from
Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f92a43d
Update python.md.
guy-microsoft Dec 30, 2020
c740481
Update python.md.
guy-microsoft Dec 30, 2020
b089c8b
Create Java.md
guy-microsoft Dec 31, 2020
f77e89d
Create Java.md
guy-microsoft Dec 31, 2020
fd397fa
Updated python.md with track2 configuration.
guy-microsoft Jan 3, 2021
be1de1f
Updated python.md with track2 configuration.
guy-microsoft Jan 3, 2021
c59c786
Updated python.md with track2 configuration.
guy-microsoft Jan 3, 2021
b666205
Update specification/healthbot/resource-manager/readme.python.md
guy-microsoft Jan 3, 2021
fe9f39e
Update specification/healthbot/resource-manager/readme.python.md
guy-microsoft Jan 3, 2021
8e07071
Updated python.md with track2 configuration.
guy-microsoft Jan 3, 2021
6e2e5e9
Update specification/healthbot/resource-manager/readme.python.md
guy-microsoft Jan 4, 2021
df0a4dc
Update specification/healthbot/resource-manager/readme.python.md
guy-microsoft Jan 4, 2021
7a748eb
Merge branch 'master' into healthbot_cli_tests
guy-microsoft Jan 4, 2021
995b6e4
Updated python.md with track2 configuration.
guy-microsoft Jan 4, 2021
137a72c
Merge remote-tracking branch 'origin/healthbot_cli_tests' into health…
guy-microsoft Jan 4, 2021
f0a48ae
Revert changes python.md.
guy-microsoft Jan 5, 2021
667e5fb
Revert "Revert changes python.md."
guy-microsoft Jan 5, 2021
7aae44b
Merge branch 'master' into healthbot_cli_tests
guy-microsoft Jan 5, 2021
8296a5b
Revert "Revert changes python.md."
guy-microsoft Jan 5, 2021
6605fc4
Add Java section.
guy-microsoft Jan 6, 2021
f6782ce
Add "title".
guy-microsoft Jan 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions specification/healthbot/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
@@ -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=<path to the root directory of your azure-libraries-for-java clone>`.

``` 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=<path to the root directory of your azure-sdk-for-java clone>`.

``` 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
```
5 changes: 5 additions & 0 deletions specification/healthbot/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)