Skip to content
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
24 changes: 24 additions & 0 deletions specification/network/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,23 @@ namespace: com.microsoft.azure.management.network
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-network
directive:
- rename-operation:
from: VirtualHubBgpConnection_Get
to: VirtualHubBgpConnections_Get
- rename-operation:
from: VirtualHubBgpConnection_CreateOrUpdate
to: VirtualHubBgpConnections_CreateOrUpdate
- rename-operation:
from: VirtualHubBgpConnection_Delete
to: VirtualHubBgpConnections_Delete
```

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2020-05
- tag: package-2020-04
- tag: package-2020-03
- tag: package-2019-09
Expand All @@ -26,6 +37,19 @@ batch:
- tag: package-2019-02
```

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

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

### Tag: package-2020-04 and java

These settings apply only when `--tag=package-2020-04 --java` is specified on the command line.
Expand Down