Skip to content

Commit

Permalink
Add latest authorization tag to java config (#4406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu authored and lmazuel committed Nov 14, 2018
1 parent 90db24c commit 7f0fd16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,20 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-authorization
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2015-07
- tag: package-2018-09-01-preview
```

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

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

### Tag: package-2015-07 and java
Expand Down

0 comments on commit 7f0fd16

Please sign in to comment.