Skip to content

Commit 4b7672d

Browse files
ChenTanyi00Kai0
authored andcommitted
update java md (Azure#9923)
1 parent 24edb5a commit 4b7672d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

specification/operationalinsights/resource-manager/readme.java.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,35 @@ license-header: MICROSOFT_MIT_NO_CODEGEN
1111
payload-flattening-threshold: 1
1212
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-loganalytics
1313
service-name: LogAnalytics
14+
directive:
15+
- rename-operation:
16+
from: SharedKeys_Regenerate
17+
to: SharedKeysOperation_Regenerate
18+
- rename-operation:
19+
from: SharedKeys_GetSharedKeys
20+
to: SharedKeysOperation_GetSharedKeys
1421
```
1522
16-
1723
### Java multi-api
1824
1925
``` yaml $(java) && $(multiapi)
2026
batch:
2127
- tag: package-2015-03
2228
- tag: package-2015-11-preview
29+
- tag: package-2020-03-preview
30+
```
31+
32+
### Tag: package-2020-03-preview and java
33+
34+
These settings apply only when `--tag=package-2020-03-preview --java` is specified on the command line.
35+
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
36+
37+
``` yaml $(tag) == 'package-2020-03-preview' && $(java) && $(multiapi)
38+
java:
39+
namespace: com.microsoft.azure.management.loganalytics.v2020_03_01_preview
40+
output-folder: $(azure-libraries-for-java-folder)/sdk/loganalytics/mgmt-v2020_03_01_preview
41+
regenerate-manager: true
42+
generate-interface: true
2343
```
2444

2545
### Tag: package-2015-03 and java

specification/operationalinsights/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ swagger-to-sdk:
107107
- repo: azure-sdk-for-js
108108
- repo: azure-sdk-for-node
109109
- repo: azure-sdk-for-ruby
110+
- repo: azure-sdk-for-java
110111
after_scripts:
111112
- bundle install && rake arm:regen_all_profiles['azure_mgmt_operational_insights']
112113
```

0 commit comments

Comments
 (0)