File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
specification/kubernetesconfiguration/resource-manager Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,15 @@ These settings apply only when `--java` is specified on the command line.
4
4
Please also specify ` --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone> ` .
5
5
6
6
``` 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"
13
16
` ` `
14
17
15
18
### Java multi-api
You can’t perform that action at this time.
0 commit comments