Skip to content

Commit

Permalink
java containerservice mgmt, add directive to rename nonResourceURLs t…
Browse files Browse the repository at this point in the history
…o nonResourceUrls (#26351)
  • Loading branch information
v-hongli1 authored and jnlycklama committed Nov 8, 2023
1 parent 60d4a37 commit a53b426
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-containerservice
title: ContainerServiceManagementClient
description: "Container Service Client"
directive:
from: managedClusters.json
where: "$.definitions.TrustedAccessRoleRule.properties.nonResourceURLs"
transform: >
$["x-ms-client-name"] = "nonResourceUrls";
```
These settings also apply when `--tag=profile-hybrid-2020-09-01` is not specified.
Expand Down

0 comments on commit a53b426

Please sign in to comment.