Skip to content

Commit a9c8607

Browse files
committed
s360 fixes
1 parent d44202c commit a9c8607

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

specification/batch/resource-manager/Microsoft.Batch/stable/2022-10-01/BatchManagement.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@
30063006
},
30073007
"allowedAuthenticationModes": {
30083008
"readOnly": true,
3009-
"x-nullable": false,
3009+
"x-nullable": true,
30103010
"type": "array",
30113011
"items": {
30123012
"$ref": "#/definitions/AuthenticationMode"
@@ -3669,7 +3669,11 @@
36693669
"data": {
36703670
"type": "string",
36713671
"title": "The base64-encoded contents of the certificate.",
3672-
"description": "The maximum size is 10KB."
3672+
"description": "The maximum size is 10KB.",
3673+
"x-ms-mutability": [
3674+
"read",
3675+
"update"
3676+
]
36733677
},
36743678
"password": {
36753679
"type": "string",
@@ -3956,7 +3960,7 @@
39563960
"type": "string",
39573961
"title": "Description of the private Connection state"
39583962
},
3959-
"actionRequired": {
3963+
"actionsRequired": {
39603964
"type": "string",
39613965
"title": "Action required on the private connection state",
39623966
"readOnly": true
@@ -4370,7 +4374,11 @@
43704374
"nodeDeallocationOption": {
43714375
"title": "Determines what to do with a node and its running task(s) if the pool size is decreasing.",
43724376
"description": "If omitted, the default value is Requeue.",
4373-
"$ref": "#/definitions/ComputeNodeDeallocationOption"
4377+
"$ref": "#/definitions/ComputeNodeDeallocationOption",
4378+
"x-ms-mutability": [
4379+
"create",
4380+
"update"
4381+
]
43744382
}
43754383
},
43764384
"title": "Fixed scale settings for the pool."
@@ -5457,7 +5465,7 @@
54575465
"description": "Setting up RBAC for Azure Batch VNets"
54585466
}
54595467
},
5460-
"dynamicVNetAssignmentScope": {
5468+
"dynamicVnetAssignmentScope": {
54615469
"type": "string",
54625470
"title": "The scope of dynamic vnet assignment.",
54635471
"enum": [
@@ -6106,7 +6114,7 @@
61066114
"CIFSMountConfiguration": {
61076115
"type": "object",
61086116
"properties": {
6109-
"username": {
6117+
"userName": {
61106118
"type": "string",
61116119
"title": "The user to use for authentication against the CIFS file system."
61126120
},
@@ -6130,7 +6138,6 @@
61306138
}
61316139
},
61326140
"required": [
6133-
"username",
61346141
"source",
61356142
"password",
61366143
"relativeMountPath"
@@ -6167,7 +6174,6 @@
61676174
"required": [
61686175
"accountName",
61696176
"azureFileUrl",
6170-
"accountKey",
61716177
"relativeMountPath"
61726178
],
61736179
"title": "Information used to connect to an Azure Fileshare."

0 commit comments

Comments
 (0)