Skip to content

Commit be047b5

Browse files
Update readme.java.md (#25921)
* Update readme.java.md * update directive * remove track 1 settings
1 parent 89b513c commit be047b5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ These settings apply only when `--java` is specified on the command line.
44
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
55

66
``` yaml $(java)
7-
azure-arm: true
8-
fluent: true
9-
namespace: com.microsoft.azure.management.kubernetesconfiguration
10-
license-header: MICROSOFT_MIT_NO_CODEGEN
11-
payload-flattening-threshold: 1
12-
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-kubernetesconfiguration
7+
directive:
8+
- from: fluxconfiguration.json
9+
where: $.definitions.KustomizationDefinition.properties.wait
10+
transform: >
11+
$["x-ms-client-name"] = "enableWait"
12+
- from: fluxconfiguration.json
13+
where: $.definitions.KustomizationPatchDefinition.properties.wait
14+
transform: >
15+
$["x-ms-client-name"] = "enableWait"
1316
```
1417
1518
### Java multi-api

0 commit comments

Comments
 (0)