Skip to content

Commit

Permalink
Appconfiguration: added Java readme (Azure#6497)
Browse files Browse the repository at this point in the history
* added package tag to java readme

* added java readme
  • Loading branch information
iscai-msft authored and celikcigdem committed Jul 17, 2019
1 parent e519a68 commit cb4014d
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions specification/appconfiguration/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,30 @@ 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)
java:
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.appconfiguration
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-appconfiguration
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.appconfiguration
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-appconfiguration
```
### Java multi-api
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2019-02-01-preview
```
### Tag: package-2019-02-01-preview and java
These settings apply only when `--tag=package-2019-02-01-preview --java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag)=='package-2019-02-01-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.appconfiguration.v2019_02_01_preview
output-folder: $(azure-libraries-for-java-folder)/appconfiguration/resource-manager/v2019_02_01_preview
regenerate-manager: true
generate-interface: true
```

0 comments on commit cb4014d

Please sign in to comment.