File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
specification/batch/resource-manager Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,19 @@ module-name: sdk/resourcemanager/batch/armbatch
1616module : github.com/Azure/azure-sdk-for-go/$(module-name)
1717output-folder : $(go-sdk-folder)/$(module-name)
1818azure-arm : true
19+ directive :
20+ - from : BatchManagement.json
21+ where : $.definitions.CIFSMountConfiguration.properties.userName
22+ transform :
23+ $["x-ms-client-name"] = "username"
24+ - from : BatchManagement.json
25+ where : $.definitions.NetworkConfiguration.properties.dynamicVnetAssignmentScope
26+ transform :
27+ $["x-ms-client-name"] = "dynamicVNetAssignmentScope"
28+ - from : BatchManagement.json
29+ where : $.definitions.PrivateLinkServiceConnectionState.properties.actionsRequired
30+ transform :
31+ $["x-ms-client-name"] = "actionRequired"
1932` ` `
2033
2134## Go multi-api
You can’t perform that action at this time.
0 commit comments