File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
specification/operationalinsights/resource-manager Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,35 @@ license-header: MICROSOFT_MIT_NO_CODEGEN
1111payload-flattening-threshold : 1
1212output-folder : $(azure-libraries-for-java-folder)/azure-mgmt-loganalytics
1313service-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)
2026batch :
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
Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments