Skip to content

Commit 0cfe097

Browse files
XiaofeiCaojnlycklama
authored andcommitted
java mgmt applicationinsights, input file for releasing stable version (#26391)
* input file * readme.md
1 parent 2ced839 commit 0cfe097

File tree

2 files changed

+28
-41
lines changed

2 files changed

+28
-41
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Java
2+
3+
These settings apply only when `--java` is specified on the command line.
4+
5+
### Tag: package-2022-06-15-java
6+
7+
These settings apply only when `--tag=package-2022-06-15-java` is specified on the command line.
8+
9+
``` yaml $(tag) == 'package-2022-06-15-java'
10+
input-file:
11+
- Microsoft.Insights/stable/2020-02-02/components_API.json
12+
- Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json
13+
- Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json
14+
- Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json
15+
- Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json
16+
- Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json
17+
- Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json
18+
- Microsoft.Insights/stable/2015-05-01/favorites_API.json
19+
- Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json
20+
- Microsoft.Insights/stable/2022-06-15/webTests_API.json
21+
- Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json
22+
- Microsoft.Insights/stable/2021-03-08/workbookOperations_API.json
23+
- Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json
24+
- Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json
25+
- Microsoft.Insights/stable/2022-04-01/workbooks_API.json
26+
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
27+
```

specification/applicationinsights/resource-manager/readme.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -765,44 +765,4 @@ csharp:
765765

766766
## Java
767767

768-
These settings apply only when `--java` is specified on the command line.
769-
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
770-
771-
``` yaml $(java)
772-
azure-arm: true
773-
fluent: true
774-
namespace: com.microsoft.azure.management.applicationinsights
775-
license-header: MICROSOFT_MIT_NO_CODEGEN
776-
payload-flattening-threshold: 1
777-
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-applicationinsights
778-
```
779-
780-
### Java multi-api
781-
782-
``` yaml $(java) && $(multiapi)
783-
batch:
784-
- tag: package-2015-05
785-
```
786-
787-
### Tag: package-2015-05 and java
788-
789-
These settings apply only when `--tag=package-2015-05 --java` is specified on the command line.
790-
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
791-
792-
``` yaml $(tag) == 'package-2015-05' && $(java) && $(multiapi)
793-
java:
794-
namespace: com.microsoft.azure.management.applicationinsights.v2015_05_01
795-
output-folder: $(azure-libraries-for-java-folder)/sdk/applicationinsights/mgmt-v2015_05_01
796-
regenerate-manager: true
797-
generate-interface: true
798-
```
799-
800-
### Tag: schema-2018-06-17-preview
801-
802-
These settings apply only when `--tag=schema-2018-06-17-preview` is specified on the command line.
803-
804-
``` yaml $(tag) == 'schema-2018-06-17-preview'
805-
input-file:
806-
- Microsoft.Insights/preview/2018-06-17-preview/workbooks_API.json
807-
- Microsoft.Insights/preview/2018-06-17-preview/workbookOperations_API.json
808-
```
768+
See configuration in [readme.java.md](./readme.java.md)

0 commit comments

Comments
 (0)