File tree 1 file changed +13
-0
lines changed
specification/batch/resource-manager
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
16
16
module : github.com/Azure/azure-sdk-for-go/$(module-name)
17
17
output-folder : $(go-sdk-folder)/$(module-name)
18
18
azure-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"
19
32
` ` `
20
33
21
34
## Go multi-api
You can’t perform that action at this time.
0 commit comments