Skip to content

Commit

Permalink
directive (#16869)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Nov 24, 2021
1 parent 4724a35 commit 0b1507f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,10 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
namespace: azure.mgmt.containerservice.v2019_09_30_preview
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_09_30_preview
```

``` yaml $(track2)
directive:
- from: swagger-document
where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]
transform: $["x-ms-client-name"] = "count_ipv6"
```

0 comments on commit 0b1507f

Please sign in to comment.