Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding java config entry for mediaservices 2018-06-01 api-version #3380

Merged
merged 2 commits into from
Jul 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions specification/mediaservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-mediaservices
batch:
- tag: package-2015-10
- tag: package-2018-03-preview
- tag: package-2018-06-preview
```

### Tag: package-2015-10 and java
Expand All @@ -220,9 +221,21 @@ Please also specify the `--azure-libraries-for-java-folder=<path to the root dir

``` yaml $(tag) == 'package-2018-03-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.mediaservices.v2018_30_30_preview
output-folder: $(azure-libraries-for-java-folder)/mediaservices/resource-manager/v2018_30_30_preview
namespace: com.microsoft.azure.management.mediaservices.v2018_03_30_preview
output-folder: $(azure-libraries-for-java-folder)/mediaservices/resource-manager/v2018_03_30_preview
regenerate-manager: true
generate-interface: true
```

### Tag: package-2018-06-preview and java

These settings apply only when `--tag=package-2018-06-preview --java` is specified on the command line.
Please also specify the `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2018-06-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.mediaservices.v2018_06_01_preview
output-folder: $(azure-libraries-for-java-folder)/mediaservices/resource-manager/v2018_06_01_preview
regenerate-manager: true
generate-interface: true
```