|
1 | 1 | ## Java
|
2 | 2 |
|
3 | 3 | These settings apply only when `--java` is specified on the command line.
|
4 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`. |
5 | 4 |
|
6 | 5 | ``` yaml $(java)
|
7 |
| -azure-arm: true |
8 |
| -fluent: true |
9 |
| -namespace: com.microsoft.azure.management.authorization |
10 |
| -license-header: MICROSOFT_MIT_NO_CODEGEN |
11 |
| -payload-flattening-threshold: 1 |
12 |
| -output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-authorization |
13 |
| -``` |
14 |
| -
|
15 |
| -### Java multi-api |
16 |
| -
|
17 |
| -``` yaml $(java) && $(multiapi) |
18 |
| -batch: |
19 |
| - - tag: package-2018-09-01-preview |
20 |
| - - tag: package-2018-07-01-preview-only |
21 |
| - - tag: package-2015-06-01-preview |
22 |
| - - tag: package-2018-05-01-preview |
23 |
| - - tag: package-2020-10-01-preview |
24 |
| - - tag: package-2021-01-01-preview-only |
25 |
| - - tag: package-2021-03-01-preview-only |
26 |
| - - tag: package-2021-07-01-preview-only |
27 |
| - - tag: package-2021-12-01-preview-only |
28 |
| -``` |
29 |
| -### Tag: package-2021-12-01-preview-only and java |
30 |
| -
|
31 |
| -These settings apply only when `--tag=package-2021-12-01-preview-only --java` is specified on he command line. |
32 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
33 |
| - |
34 |
| -``` yaml $(tag) == 'package-2021-12-01-preview-only' && $(java) && $(multiapi) |
35 |
| -java: |
36 |
| - namespace: com.microsoft.azure.management.authorization.v2021_12_01_preview |
37 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2021_12_01_preview |
38 |
| -regenerate-manager: true |
39 |
| -generate-interface: true |
40 |
| -``` |
41 |
| - |
42 |
| - |
43 |
| -### Tag: package-2021-07-01-preview-only and java |
44 |
| - |
45 |
| -These settings apply only when `--tag=package-2021-07-01-preview-only --java` is specified on he command line. |
46 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
47 |
| - |
48 |
| -``` yaml $(tag) == 'package-2021-07-01-preview-only' && $(java) && $(multiapi) |
49 |
| -java: |
50 |
| - namespace: com.microsoft.azure.management.authorization.v2021_07_01_preview |
51 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2021_07_01_preview |
52 |
| -regenerate-manager: true |
53 |
| -generate-interface: true |
54 |
| -``` |
55 |
| - |
56 |
| -### Tag: package-2021-03-01-preview-only and java |
57 |
| - |
58 |
| -These settings apply only when `--tag=package-2021-03-01-preview-only --java` is specified on he command line. |
59 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
60 |
| - |
61 |
| -``` yaml $(tag) == 'package-2021-03-01-preview-only' && $(java) && $(multiapi) |
62 |
| -java: |
63 |
| - namespace: com.microsoft.azure.management.authorization.v2021_03_01_preview |
64 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2021_03_01_preview |
65 |
| -regenerate-manager: true |
66 |
| -generate-interface: true |
67 |
| -``` |
68 |
| - |
69 |
| -### Tag: package-2018-09-01-preview and java |
70 |
| - |
71 |
| -These settings apply only when `--tag=package-2018-09-01-preview --java` is specified on he command line. |
72 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
73 |
| - |
74 |
| -``` yaml $(tag) == 'package-2018-09-01-preview' && $(java) && $(multiapi) |
75 |
| -java: |
76 |
| - namespace: com.microsoft.azure.management.authorization.v2018_09_01_preview |
77 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2018_09_01_preview |
78 |
| -regenerate-manager: true |
79 |
| -generate-interface: true |
80 |
| -``` |
81 |
| - |
82 |
| -### Tag: package-2018-07-01-preview-only and java |
83 |
| - |
84 |
| -These settings apply only when `--tag=package-2018-07-01-preview-only --java` is specified on he command line. |
85 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
86 |
| - |
87 |
| -``` yaml $(tag) == 'package-2018-07-01-preview-only' && $(java) && $(multiapi) |
88 |
| -java: |
89 |
| - namespace: com.microsoft.azure.management.authorization.v2018_07_01_preview |
90 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2018_07_01_preview |
91 |
| -regenerate-manager: true |
92 |
| -generate-interface: true |
93 |
| -``` |
94 |
| - |
95 |
| -### Tag: package-2018-05-01-preview and java |
96 |
| - |
97 |
| -These settings apply only when `--tag=package-2018-05-01-preview --java` is specified on he command line. |
98 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
99 |
| - |
100 |
| -``` yaml $(tag) == 'package-2018-05-01-preview' && $(java) && $(multiapi) |
101 |
| -java: |
102 |
| - namespace: com.microsoft.azure.management.authorization.v2018_05_01_preview |
103 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2018_05_01_preview |
104 |
| -regenerate-manager: true |
105 |
| -generate-interface: true |
106 |
| -``` |
107 |
| - |
108 |
| -### Tag: package-2015-07-01 and java |
109 |
| - |
110 |
| -These settings apply only when `--tag=package-2015-07-01 --java` is specified on he command line. |
111 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
112 |
| - |
113 |
| -``` yaml $(tag) == 'package-2015-07-01' && $(java) && $(multiapi) |
114 |
| -java: |
115 |
| - namespace: com.microsoft.azure.management.authorization.v2015_07_01 |
116 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2015_07_01 |
117 |
| -regenerate-manager: true |
118 |
| -generate-interface: true |
119 |
| -``` |
120 |
| - |
121 |
| -### Tag: package-2015-06-01-preview and java |
122 |
| - |
123 |
| -These settings apply only when `--tag=package-2015-06-01-preview --java` is specified on he command line. |
124 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
125 |
| - |
126 |
| -``` yaml $(tag) == 'package-2015-06-01-preview' && $(java) && $(multiapi) |
127 |
| -java: |
128 |
| - namespace: com.microsoft.azure.management.authorization.v2015_06_01 |
129 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2015_06_01 |
130 |
| -regenerate-manager: true |
131 |
| -generate-interface: true |
132 |
| -``` |
133 |
| - |
134 |
| -### Tag: package-2021-01-01-preview-only and java |
135 |
| - |
136 |
| -These settings apply only when `--tag=package-2021-01-01-preview-only --java` is specified on he command line. |
137 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
138 |
| - |
139 |
| -``` yaml $(tag) == 'package-2021-01-01-preview-only' && $(java) && $(multiapi) |
140 |
| -java: |
141 |
| - namespace: com.microsoft.azure.management.authorization.v2021_01_01_preview |
142 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2021_01_01_preview |
143 |
| -regenerate-manager: true |
144 |
| -generate-interface: true |
145 |
| -``` |
146 |
| - |
147 |
| -### Tag: package-2020-10-01-preview and java |
148 |
| - |
149 |
| -These settings apply only when `--tag=package-2020-10-01-preview --java` is specified on he command line. |
150 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
151 |
| - |
152 |
| -``` yaml $(tag) == 'package-2020-10-01-preview' && $(java) && $(multiapi) |
153 |
| -java: |
154 |
| - namespace: com.microsoft.azure.management.authorization.v2020_10_01_preview |
155 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/authorization/mgmt-v2020_10_01_preview |
156 |
| -regenerate-manager: true |
157 |
| -generate-interface: true |
158 |
| -``` |
159 |
| - |
160 |
| -### Tag: profile-hybrid-2020-09-01 and java |
161 |
| - |
162 |
| -These settings apply only when `--tag=profile-hybrid-2020-09-01 --java` is specified on the command line. |
163 |
| -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
164 |
| - |
165 |
| -``` yaml $(tag) == 'profile-hybrid-2020-09-01' && $(java) |
166 |
| -input-file: |
167 |
| - - Microsoft.Authorization/stable/2015-07-01/authorization-RoleDefinitionsCalls.json |
168 |
| - - Microsoft.Authorization/stable/2015-07-01/authorization-ProviderOperationsCalls.json |
169 |
| - - Microsoft.Authorization/stable/2015-07-01/authorization-ElevateAccessCalls.json |
170 |
| - - Microsoft.Authorization/stable/2015-07-01/authorization-RoleAssignmentsCalls.json |
171 |
| - - Microsoft.Authorization/stable/2015-07-01/authorization-ClassicAdminCalls.json |
172 |
| -directive: |
173 |
| - - from: authorization-RoleAssignmentsCalls.json |
174 |
| - where: $.definitions.RoleAssignment.properties.properties |
175 |
| - transform: > |
176 |
| - $['x-ms-client-flatten'] = true; |
177 |
| - - from: authorization-RoleAssignmentsCalls.json |
178 |
| - where: $.definitions.RoleAssignmentCreateParameters.properties.properties |
179 |
| - transform: > |
180 |
| - $['x-ms-client-flatten'] = true; |
| 6 | +enable-sync-stack: false |
181 | 7 | ```
|
0 commit comments