Skip to content

Commit

Permalink
java mgmt applicationinsights, input file for releasing stable version (
Browse files Browse the repository at this point in the history
#26391)

* input file

* readme.md
  • Loading branch information
XiaofeiCao committed Oct 27, 2023
1 parent 3e776cd commit ca87bfd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 41 deletions.
27 changes: 27 additions & 0 deletions specification/applicationinsights/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
@@ -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
```
42 changes: 1 addition & 41 deletions specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path to the root directory of your azure-libraries-for-java clone>`.

``` 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=<path to the root directory of your azure-sdk-for-java clone>`.

``` 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)

0 comments on commit ca87bfd

Please sign in to comment.