Skip to content

Commit

Permalink
Fix Kusto Java configuration (#5180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu authored and sarangan12 committed Feb 11, 2019
1 parent 105dafa commit 380e8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ generate-interface: true

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

These settings apply only when `--tag=2019-01-21 --java` is specified on the command line.
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) == '2019-01-21' && $(java) && $(multiapi)
``` 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)/kusto/resource-manager/v2019_01_21
Expand Down

0 comments on commit 380e8e5

Please sign in to comment.