Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
46 changes: 46 additions & 0 deletions specification/botservice/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## 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.botservice
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-botservice
```

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2018-07-12
- tag: package-2017-12-01
```

### Tag: package-2018-07-12 and java

These settings apply only when `--tag=package-2018-07-12 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2018-07-12' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.botservice.v2018_07_12
output-folder: $(azure-libraries-for-java-folder)/botservice/resource-manager/v2018_07_12
regenerate-manager: true
generate-interface: true
```
### Tag: package-2017-12-01 and java

These settings apply only when `--tag=package-2017-12-01 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2017-12-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.botservice.v2017_12_01
output-folder: $(azure-libraries-for-java-folder)/botservice/resource-manager/v2017_12_01
regenerate-manager: true
generate-interface: true
```
38 changes: 4 additions & 34 deletions specification/botservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,6 @@ This is the AutoRest configuration file for BotService.


---

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2017-12-01
- tag: package-2018-07-12
```

### Tag: package-2018-07-12 and java

These settings apply only when `--tag=package-2018-07-12 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2018-07-12' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.botservice.v2018-07-12
output-folder: $(azure-libraries-for-java-folder)/botservice/resource-manager/v2018-07-12
regenerate-manager: true
generate-interface: true
```
### Tag: package-2017-12-01 and java

These settings apply only when `--tag=package-2017-12-01 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2017-12-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.botservice.v2017_12_01
output-folder: $(azure-libraries-for-java-folder)/botservice/resource-manager/v2017_12_01
regenerate-manager: true
generate-interface: true
```

## Getting Started
To build the SDK for BotService, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

Expand Down Expand Up @@ -138,6 +104,10 @@ csharp:

See configuration in [readme.go.md](./readme.go.md)

## Java

See configuration in [readme.java.md](./readme.java.md)

## Python

See readme.python.md file.