Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6f4cee5
Add Helm Events to ACR Schema for Event Grid (#5109)
jaysterp Jan 31, 2019
935baac
Resourcehealth events response (#5116)
farahInTheZone Jan 31, 2019
eaf5e5c
Eventhub: Added skipEmptyArchives to Eventhub CaptureDescription (#5105)
Jan 31, 2019
e44239a
Run separate instance of OAV (#5026)
sergey-shandar Jan 31, 2019
e0f2f8c
Undoing unintended removal of a field (#5133)
AdityaTulasi-xx Feb 1, 2019
e713e24
added link to disk properties for UltraSSD values (#5135)
tfitzmac Feb 1, 2019
84d025e
Add a spec for policyStates API version 2018-07-01-preview (#5134)
j5lim Feb 1, 2019
93f46f5
Adding new api-version to Microsoft.Security Alerts resource (#4902)
orparnes Feb 1, 2019
930987c
[GuestConfiguration]Update ConfigurationInfo class to include version…
aashish1987 Feb 1, 2019
b2ed47f
Add SkillsetOperations to C# code generation settings (#5132)
arv100kri Feb 1, 2019
72afb64
Update compute.json (#4866)
ashintre Feb 1, 2019
8c304e7
Add missing Java code gen info to Kusto (#5142)
jianghaolu Feb 2, 2019
c8be36b
typo: azure-mgmt-containerservices -> azure-mgmt-containerservice (#5…
nschonni Feb 2, 2019
279463b
PR - Introduce new API version (2019-01-01) with new (Export-related …
shbhamsft Feb 4, 2019
c00c1cb
Revert "[AKS] add apiServerAuthorizedIPRanges property" (#5150)
yangl900 Feb 4, 2019
7d58529
Add Kusto 2019-01-21 api version (#5149)
radennis Feb 4, 2019
2802a1b
typo: specification/azure-kusto/resource-manager/Microsoft.Kusto/stab…
nschonni Feb 4, 2019
9da4707
Fix Go SDK codegen for azure-kusto (#5153)
jhendrixMSFT Feb 4, 2019
46c7629
[Compute] suppress PATCH validation for deprecated ACS service (#5158)
mboersma Feb 5, 2019
39901f9
Adding data connectors APIs (#5125)
nirgfani Feb 5, 2019
99f7da5
[Azure Search] Add transform directives for C# generation (#5144)
brjohnstmsft Feb 5, 2019
c9016f5
[Hub Generated] Review request for Microsoft.Consumption to add versi…
shbhamsft Feb 5, 2019
5789f3d
A script to generate multiapi readme files. OAV update. (#5097)
sergey-shandar Feb 6, 2019
78e1fea
fixes for reference documentation (#5159)
tfitzmac Feb 6, 2019
56ddcc4
Deprecate KC/KS SKUs (#5162)
radennis Feb 6, 2019
27d10c9
Removed "x-ms-pageable" from the elevateAccess API (#5154)
rosgu Feb 6, 2019
d7a6444
Updating Data Classification Swaggers. (#5148)
bashahee Feb 6, 2019
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
Prev Previous commit
Next Next commit
Add missing Java code gen info to Kusto (Azure#5142)
  • Loading branch information
jianghaolu authored Feb 2, 2019
commit 8c304e7250847a0221171ef82400ce4115d32667
35 changes: 35 additions & 0 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-sdk-for-java
```

## C#
Expand All @@ -98,3 +99,37 @@ csharp:
output-folder: $(csharp-sdks-folder)/Kusto/Management.Kusto/Generated
clear-output-folder: true
```

## 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-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)/kusto/resource-manager/v2018_09_07_preview
regenerate-manager: true
generate-interface: true
```