diff --git a/specification/applicationinsights/resource-manager/readme.java.md b/specification/applicationinsights/resource-manager/readme.java.md new file mode 100644 index 000000000000..ec80c3ebcf70 --- /dev/null +++ b/specification/applicationinsights/resource-manager/readme.java.md @@ -0,0 +1,27 @@ +## Java + +These settings apply only when `--java` is specified on the command line. + +### Tag: package-2022-06-15-java + +These settings apply only when `--tag=package-2022-06-15-java` is specified on the command line. + +``` yaml $(tag) == 'package-2022-06-15-java' +input-file: + - Microsoft.Insights/stable/2020-02-02/components_API.json + - Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json + - Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json + - Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json + - Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json + - Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json + - Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json + - Microsoft.Insights/stable/2015-05-01/favorites_API.json + - Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json + - Microsoft.Insights/stable/2022-06-15/webTests_API.json + - Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json + - Microsoft.Insights/stable/2021-03-08/workbookOperations_API.json + - Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json + - Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json + - Microsoft.Insights/stable/2022-04-01/workbooks_API.json + - Microsoft.Insights/stable/2021-10-14/livetoken_API.json +``` \ No newline at end of file diff --git a/specification/applicationinsights/resource-manager/readme.md b/specification/applicationinsights/resource-manager/readme.md index 1ecebf67e9d1..6b37402d7c3a 100644 --- a/specification/applicationinsights/resource-manager/readme.md +++ b/specification/applicationinsights/resource-manager/readme.md @@ -765,44 +765,4 @@ csharp: ## Java -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.applicationinsights - license-header: MICROSOFT_MIT_NO_CODEGEN - payload-flattening-threshold: 1 - output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-applicationinsights -``` - -### Java multi-api - -``` yaml $(java) && $(multiapi) -batch: - - tag: package-2015-05 -``` - -### Tag: package-2015-05 and java - -These settings apply only when `--tag=package-2015-05 --java` is specified on the command line. -Please also specify `--azure-libraries-for-java=`. - -``` yaml $(tag) == 'package-2015-05' && $(java) && $(multiapi) -java: - namespace: com.microsoft.azure.management.applicationinsights.v2015_05_01 - output-folder: $(azure-libraries-for-java-folder)/sdk/applicationinsights/mgmt-v2015_05_01 -regenerate-manager: true -generate-interface: true -``` - -### Tag: schema-2018-06-17-preview - -These settings apply only when `--tag=schema-2018-06-17-preview` is specified on the command line. - -``` yaml $(tag) == 'schema-2018-06-17-preview' -input-file: -- Microsoft.Insights/preview/2018-06-17-preview/workbooks_API.json -- Microsoft.Insights/preview/2018-06-17-preview/workbookOperations_API.json -``` +See configuration in [readme.java.md](./readme.java.md)