We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa7602 commit b099a59Copy full SHA for b099a59
specification/containerservice/resource-manager/readme.python.md
@@ -343,3 +343,10 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
343
namespace: azure.mgmt.containerservice.v2019_09_30_preview
344
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_09_30_preview
345
```
346
+
347
+``` yaml $(track2)
348
+directive:
349
+ - from: swagger-document
350
+ where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]
351
+ transform: $["x-ms-client-name"] = "count_ipv6"
352
+```
0 commit comments