From 262a9d16d94c3448fc7f37c840757f6e74acf7de Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Wed, 18 Sep 2024 15:22:24 +0800 Subject: [PATCH] java, webpubsub, readme config for resource-collection-associations (#30620) --- .../webpubsub/resource-manager/readme.java.md | 197 +----------------- 1 file changed, 4 insertions(+), 193 deletions(-) diff --git a/specification/webpubsub/resource-manager/readme.java.md b/specification/webpubsub/resource-manager/readme.java.md index bf3c9157d8c8..576a968eadbf 100644 --- a/specification/webpubsub/resource-manager/readme.java.md +++ b/specification/webpubsub/resource-manager/readme.java.md @@ -4,198 +4,9 @@ These settings apply only when `--java` is specified on the command line. Please also specify `--azure-libraries-for-java-folder=`. ``` 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=`. - -``` 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=`. - -``` 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=`. +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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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=`. - -``` 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 -``` \ No newline at end of file