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
Update kusto java configuration.
  • Loading branch information
yaohaizh committed Jan 29, 2020
commit 95911db1111576aba9778f188348d7e46052521e
85 changes: 85 additions & 0 deletions specification/azure-kusto/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
## 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.kusto
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-kusto
```

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2019-11-09
```

### Tag: package-2018-09-07-preview and java

These settings apply only when `--tag=package-2018-09-07-preview --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-09-07-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2018_09_07_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2018_09_07_preview
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-01-21 and java

These settings apply only when `--tag=package-2019-01-21 --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-2019-01-21' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_01_21
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_01_21
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-05-15 and java

These settings apply only when `--tag=package-2019-05-15 --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-2019-05-15' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_05_15
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_05_15
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-09-07 and java

These settings apply only when `--tag=package-2019-09-07 --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-2019-09-07' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_09_07
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_09_07
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-11-09 and java

These settings apply only when `--tag=package-2019-11-09 --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-2019-11-09' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_11_09
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_11_09
regenerate-manager: true
generate-interface: true
```
74 changes: 1 addition & 73 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,79 +171,7 @@ csharp:

## 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.kusto
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-kusto
```

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2018-09-07-preview
- tag: package-2019-01-21
- tag: package-2019-05-15
- tag: package-2019-09-07
```

### Tag: package-2018-09-07-preview and java

These settings apply only when `--tag=package-2018-09-07-preview --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-09-07-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2018_09_07_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2018_09_07_preview
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-01-21 and java

These settings apply only when `--tag=package-2019-01-21 --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-2019-01-21' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_01_21
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_01_21
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-05-15 and java

These settings apply only when `--tag=package-2019-05-15 --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-2019-05-15' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_05_15
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_05_15
regenerate-manager: true
generate-interface: true
```

### Tag: package-2019-09-07 and java

These settings apply only when `--tag=package-2019-09-07 --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-2019-09-07' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.kusto.v2019_09_07
output-folder: $(azure-libraries-for-java-folder)/sdk/kusto/mgmt-v2019_09_07
regenerate-manager: true
generate-interface: true
```
See configuration in [readme.java.md](./readme.java.md)

## Multi-API/Profile support for AutoRest v3 generators

Expand Down