@@ -101,7 +101,7 @@ directive:
101101
102102` ` `
103103
104- ` ` ` yaml !$(python)
104+ ` ` ` yaml !$(python) && !$(java)
105105directive:
106106 - from: policyEvents.json
107107 where: $
@@ -347,163 +347,3 @@ See configuration in [readme.python.md](./readme.python.md)
347347# # Go
348348
349349See configuration in [readme.go.md](./readme.go.md)
350-
351- # # Java
352-
353- These settings apply only when `--java` is specified on the command line.
354- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
355-
356- ` ` ` yaml $(java)
357- azure-arm: true
358- fluent: true
359- namespace: com.microsoft.azure.management.policyinsights
360- license-header: MICROSOFT_MIT_NO_CODEGEN
361- payload-flattening-threshold: 1
362- output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-policyinsights
363- ` ` `
364-
365- # ## Java multi-api
366-
367- ` ` ` yaml $(java) && $(multiapi)
368- batch:
369- - tag: package-2023-03
370- - tag: package-2022-09
371- - tag: package-2022-04
372- - tag: package-2022-03
373- - tag: package-2021-10
374- - tag: package-2021-01
375- - tag: package-2020-07
376- - tag: package-2019-10
377- - tag: package-2018-07
378- - tag: package-2018-04
379- ` ` `
380-
381- # ## Tag: package-2023-03 and java
382-
383- These settings apply only when `--tag=package-2023-03 --java` is specified on the command line.
384- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
385-
386- ` ` ` yaml $(tag) == 'package-2023-03' && $(java)
387- java:
388- namespace: com.microsoft.azure.management.policyinsights.v2023_03_01
389- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2023_03_01
390- regenerate-manager: true
391- generate-interface: true
392- ` ` `
393-
394- # ## Tag: package-2022-09 and java
395-
396- These settings apply only when `--tag=package-2022-09 --java` is specified on the command line.
397- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
398-
399- ` ` ` yaml $(tag) == 'package-2022-09' && $(java)
400- java:
401- namespace: com.microsoft.azure.management.policyinsights.v2022_09_01
402- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2022_09_01
403- regenerate-manager: true
404- generate-interface: true
405- ` ` `
406-
407- # ## Tag: package-2022-04 and java
408-
409- These settings apply only when `--tag=package-2022-04 --java` is specified on the command line.
410- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
411-
412- ` ` ` yaml $(tag) == 'package-2022-04' && $(java)
413- java:
414- namespace: com.microsoft.azure.management.policyinsights.v2022_04_01
415- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2022_04_01
416- regenerate-manager: true
417- generate-interface: true
418- ` ` `
419-
420- # ## Tag: package-2022-03 and java
421-
422- These settings apply only when `--tag=package-2022-03 --java` is specified on the command line.
423- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
424-
425- ` ` ` yaml $(tag) == 'package-2022-03' && $(java)
426- java:
427- namespace: com.microsoft.azure.management.policyinsights.v2022_03_01
428- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2022_03_01
429- regenerate-manager: true
430- generate-interface: true
431- ` ` `
432-
433- # ## Tag: package-2021-10 and java
434-
435- These settings apply only when `--tag=package-2021-10 --java` is specified on the command line.
436- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
437-
438- ` ` ` yaml $(tag) == 'package-2021-10' && $(java)
439- java:
440- namespace: com.microsoft.azure.management.policyinsights.v2021_10_01
441- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2021_10_01
442- regenerate-manager: true
443- generate-interface: true
444- ` ` `
445-
446- # ## Tag: package-2021-01 and java
447-
448- These settings apply only when `--tag=package-2021-01 --java` is specified on the command line.
449- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
450-
451- ` ` ` yaml $(tag) == 'package-2021-01' && $(java)
452- java:
453- namespace: com.microsoft.azure.management.policyinsights.v2021_01_01
454- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2021_01_01
455- regenerate-manager: true
456- generate-interface: true
457- ` ` `
458-
459- # ## Tag: package-2020-07 and java
460-
461- These settings apply only when `--tag=package-2020-07 --java` is specified on the command line.
462- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
463-
464- ` ` ` yaml $(tag) == 'package-2020-07' && $(java)
465- java:
466- namespace: com.microsoft.azure.management.policyinsights.v2020_07_01
467- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2020_07_01
468- regenerate-manager: true
469- generate-interface: true
470- ` ` `
471-
472- # ## Tag: package-2019-10 and java
473-
474- These settings apply only when `--tag=package-2019-10 --java` is specified on the command line.
475- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
476-
477- ` ` ` yaml $(tag) == 'package-2019-10' && $(java)
478- java:
479- namespace: com.microsoft.azure.management.policyinsights.v2019_10_01
480- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2019_10_01
481- regenerate-manager: true
482- generate-interface: true
483- ` ` `
484-
485- # ## Tag: package-2018-07 and java
486-
487- These settings apply only when `--tag=package-2018-07 --java` is specified on the command line.
488- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
489-
490- ` ` ` yaml $(tag) == 'package-2018-07' && $(java)
491- java:
492- namespace: com.microsoft.azure.management.policyinsights.v2018_07_01_preview
493- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2018_07_01_preview
494- regenerate-manager: true
495- generate-interface: true
496- ` ` `
497-
498- # ## Tag: package-2018-04 and java
499-
500- These settings apply only when `--tag=package-2018-04 --java` is specified on the command line.
501- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
502-
503- ` ` ` yaml $(tag) == 'package-2018-04' && $(java)
504- java:
505- namespace: com.microsoft.azure.management.policyinsights.v2018_04_04
506- output-folder: $(azure-libraries-for-java-folder)/sdk/policyinsights/mgmt-v2018_04_04
507- regenerate-manager: true
508- generate-interface: true
509- ` ` `
0 commit comments