Skip to content

Commit 89260be

Browse files
authored
java containerservice mgmt, add directive to rename nonResourceURLs to nonResourceUrls (#26351)
1 parent 567409e commit 89260be

File tree

1 file changed

+5
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/aks

1 file changed

+5
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ payload-flattening-threshold: 1
1212
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-containerservice
1313
title: ContainerServiceManagementClient
1414
description: "Container Service Client"
15+
directive:
16+
from: managedClusters.json
17+
where: "$.definitions.TrustedAccessRoleRule.properties.nonResourceURLs"
18+
transform: >
19+
$["x-ms-client-name"] = "nonResourceUrls";
1520
```
1621
1722
These settings also apply when `--tag=profile-hybrid-2020-09-01` is not specified.

0 commit comments

Comments
 (0)