Skip to content

Commit c642504

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 348a69d commit c642504

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

schemas/2019-10-01-preview/Microsoft.Resources.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,9 @@
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": [
@@ -333,8 +334,9 @@
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": [
@@ -431,16 +433,7 @@
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
},

schemas/2020-10-01/Microsoft.Resources.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@
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": [
@@ -332,8 +333,9 @@
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": [
@@ -426,16 +428,7 @@
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
},

0 commit comments

Comments
 (0)