Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@
"timeout": {
"type": "string",
"format": "duration",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H"
"default": "P1D",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D"
}
}
},
Expand All @@ -633,6 +634,7 @@
"OnSuccess",
"OnExpiration"
],
"default": "Always",
"x-ms-enum": {
"name": "cleanupOptions",
"modelAsString": true
Expand Down Expand Up @@ -771,10 +773,12 @@
"description": "User-assigned managed identity.",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "Azure Active Directory principal ID associated with this identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "Client App Id associated with this identity."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@
"timeout": {
"type": "string",
"format": "duration",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H"
"default": "P1D",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D"
}
}
},
Expand All @@ -635,6 +636,7 @@
"OnSuccess",
"OnExpiration"
],
"default": "Always",
"x-ms-enum": {
"name": "cleanupOptions",
"modelAsString": true
Expand Down Expand Up @@ -769,10 +771,12 @@
"description": "User-assigned managed identity.",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "Azure Active Directory principal ID associated with this identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "Client App Id associated with this identity."
}
Expand Down