Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions specification/nginx/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,24 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-nginx

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2023-04
- tag: package-2022-08
- tag: package-2021-05-preview
```

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

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

### Tag: package-2022-08 and java

These settings apply only when `--tag=package-2022-08 --java` is specified on the command line.
Expand Down
11 changes: 10 additions & 1 deletion specification/nginx/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ These are the global settings for the Nginx API.
title: NginxManagementClient
openapi-type: arm
openapi-subtype: rpaas
tag: package-2022-08-01
tag: package-2023-04-01
```

### Tag: package-2023-04-01

These settings apply only when `--tag=package-2023-04-01` is specified on the command line.

``` yaml $(tag) == 'package-2023-04-01'
input-file:
- NGINX.NGINXPLUS/stable/2023-04-01/swagger.json
```

### Tag: package-2022-08-01
Expand Down