File tree Expand file tree Collapse file tree 2 files changed +10
-24
lines changed
Expand file tree Collapse file tree 2 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 199199 },
200200 "timeout" : {
201201 "type" : " string" ,
202+ "default" : " P1D" ,
202203 "format" : " duration" ,
203- "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H "
204+ "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D "
204205 }
205206 },
206207 "required" : [
333334 },
334335 "timeout" : {
335336 "type" : " string" ,
337+ "default" : " P1D" ,
336338 "format" : " duration" ,
337- "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H "
339+ "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D "
338340 }
339341 },
340342 "required" : [
431433 },
432434 "UserAssignedIdentity" : {
433435 "type" : " object" ,
434- "properties" : {
435- "clientId" : {
436- "type" : " string" ,
437- "description" : " Client App Id associated with this identity."
438- },
439- "principalId" : {
440- "type" : " string" ,
441- "description" : " Azure Active Directory principal ID associated with this identity."
442- }
443- },
436+ "properties" : {},
444437 "description" : " User-assigned managed identity."
445438 }
446439 },
Original file line number Diff line number Diff line change 198198 },
199199 "timeout" : {
200200 "type" : " string" ,
201+ "default" : " P1D" ,
201202 "format" : " duration" ,
202- "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H "
203+ "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D "
203204 }
204205 },
205206 "required" : [
332333 },
333334 "timeout" : {
334335 "type" : " string" ,
336+ "default" : " P1D" ,
335337 "format" : " duration" ,
336- "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H "
338+ "description" : " Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D "
337339 }
338340 },
339341 "required" : [
426428 },
427429 "UserAssignedIdentity" : {
428430 "type" : " object" ,
429- "properties" : {
430- "clientId" : {
431- "type" : " string" ,
432- "description" : " Client App Id associated with this identity."
433- },
434- "principalId" : {
435- "type" : " string" ,
436- "description" : " Azure Active Directory principal ID associated with this identity."
437- }
438- },
431+ "properties" : {},
439432 "description" : " User-assigned managed identity."
440433 }
441434 },
You can’t perform that action at this time.
0 commit comments