Skip to content

Commit

Permalink
changed java naming of devtestlab to devtestlabs, added java readme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored and lmazuel committed Jul 2, 2019
1 parent 56ea71a commit 97b97b8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 61 deletions.
62 changes: 62 additions & 0 deletions specification/devtestlabs/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
## 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.devtestlabs
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-devtestlabs
service-name: DevTestLabs
```
### Java multi-api
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2018-09
- tag: package-2016-05
- tag: package-2015-05-preview
```
### Tag: package-2018-09 and java
These settings apply only when `--tag=package-2018-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-2018-09' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.devtestlabs.v2018_09_15
output-folder: $(azure-libraries-for-java-folder)/devtestlabs/resource-manager/v2018_09_15
regenerate-manager: true
generate-interface: true
```

### Tag: package-2016-05 and java

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

### Tag: package-2015-05-preview and java

These settings apply only when `--tag=package-2015-05-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-2015-05-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.devtestlabs.v2015_05_21_preview
output-folder: $(azure-libraries-for-java-folder)/devtestlabs/resource-manager/v2015_05_21_preview
regenerate-manager: true
generate-interface: true
```
62 changes: 1 addition & 61 deletions specification/devtestlabs/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,64 +127,4 @@ See configuration in [readme.go.md](./readme.go.md)

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

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2018-09
- tag: package-2016-05
- tag: package-2015-05-preview
```

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

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

### Tag: package-2016-05 and java

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

### Tag: package-2015-05-preview and java

These settings apply only when `--tag=package-2015-05-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-2015-05-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.devtestlab.v2015_05_21_preview
output-folder: $(azure-libraries-for-java-folder)/devtestlab/resource-manager/v2015_05_21_preview
regenerate-manager: true
generate-interface: true
```


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

0 comments on commit 97b97b8

Please sign in to comment.