File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
specification/batch/resource-manager/Microsoft.Batch/stable/2022-10-01 Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 30063006 },
30073007 "allowedAuthenticationModes" : {
30083008 "readOnly" : true ,
3009- "x-nullable" : false ,
3009+ "x-nullable" : true ,
30103010 "type" : " array" ,
30113011 "items" : {
30123012 "$ref" : " #/definitions/AuthenticationMode"
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" ,
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
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."
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" : [
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 },
61306138 }
61316139 },
61326140 "required" : [
6133- " username" ,
61346141 " source" ,
61356142 " password" ,
61366143 " relativeMountPath"
61676174 "required" : [
61686175 " accountName" ,
61696176 " azureFileUrl" ,
6170- " accountKey" ,
61716177 " relativeMountPath"
61726178 ],
61736179 "title" : " Information used to connect to an Azure Fileshare."
You can’t perform that action at this time.
0 commit comments