Skip to content

Commit

Permalink
Enabling java client (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
harneetvirk authored and forteddyt committed May 26, 2021
1 parent 3ce916b commit 7537c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ namespace: com.microsoft.azure.management.machinelearning.services
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-machinelearning/services

service-name: MachineLearningServices
```
### Java multi-api
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2021-03-01-preview
- tag: package-2021-04-01
- tag: package-2021-01-01
- tag: package-2020-08-01
- tag: package-2020-06-01
- tag: package-2020-04-01
Expand All @@ -36,45 +31,6 @@ batch:
- tag: package-2020-02-18-preview
- tag: package-2018-03-preview
```
### Tag: package-2021-03-01-preview and java
These settings apply only when `--tag=package-2021-03-01-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-2021-03-01-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.machinelearningservices.v2021_03_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/machinelearningservices/mgmt-v2021_03_01_preview
regenerate-manager: true
generate-interface: true
```

### Tag: package-2021-04-01 and java

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

### Tag: package-2021-01-01 and java

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

### Tag: package-2020-08-01 and java
These settings apply only when `--tag=package-2020-08-01 --java` is specified on the command line.
Expand Down Expand Up @@ -242,4 +198,4 @@ java:
output-folder: $(azure-libraries-for-java-folder)/sdk/machinelearningservices/mgmt-v2018_03_01_preview
regenerate-manager: true
generate-interface: true
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,6 @@ See configuration in [readme.go.md](./readme.go.md)

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

## AzureResourceSchema


0 comments on commit 7537c82

Please sign in to comment.