Skip to content

Commit

Permalink
java, webpubsub, readme config for resource-collection-associations (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Sep 18, 2024
1 parent a8cade7 commit 262a9d1
Showing 1 changed file with 4 additions and 193 deletions.
197 changes: 4 additions & 193 deletions specification/webpubsub/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,198 +4,9 @@ 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)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.webpubsub
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-webpubsub
```
### Java multi-api
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2021-04-01-preview
- tag: package-2021-06-01-preview
- tag: package-2021-09-01-preview
- tag: package-2022-08-01-preview
- tag: package-2021-10-01
- tag: package-2023-02-01
- tag: package-2023-03-01-preview
- tag: package-2023-06-01-preview
- tag: package-2023-08-01-preview
- tag: package-2024-01-01-preview
- tag: package-2024-03-01
- tag: package-2024-04-01-preview
- tag: package-2024-08-01-preview
```
### Tag: package-2021-04-01-preview and java
These settings apply only when `--tag=package-2021-04-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-2021-04-01-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.webpubsub.v2021_04_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/webpubsub/mgmt-v2021_04_01_preview
regenerate-manager: true
generate-interface: true
```

### Tag: package-2021-06-01-preview and java

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

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

These settings apply only when `--tag=package-2021-09-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>`.
tag: package-2024-03-01

``` yaml $(tag) == 'package-2021-09-01-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.webpubsub.v2021_09_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/webpubsub/mgmt-v2021_09_01_preview
regenerate-manager: true
generate-interface: true
resource-collection-associations:
- resource: SharedPrivateLinkResource
collection: WebPubSubSharedPrivateLinkResources
```

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

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

### Tag: package-2021-10-01 and java

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

### Tag: package-2023-02-01 and java

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

### Tag: package-2023-03-01-preview and java

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

### Tag: package-2023-06-01-preview and java

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

### Tag: package-2023-08-01-preview and java

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

### Tag: package-2024-01-01-preview and java

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

### Tag: package-2024-03-01 and java

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

### Tag: package-2024-04-01-preview and java

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

### Tag: package-2024-08-01-preview and java

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

0 comments on commit 262a9d1

Please sign in to comment.