You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/resources/resource-manager/Microsoft.Resources/preview/2019-10-01-preview/deploymentScripts.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -606,7 +606,8 @@
606
606
"timeout": {
607
607
"type": "string",
608
608
"format": "duration",
609
-
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H"
609
+
"default": "P1D",
610
+
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D"
610
611
}
611
612
}
612
613
},
@@ -633,6 +634,7 @@
633
634
"OnSuccess",
634
635
"OnExpiration"
635
636
],
637
+
"default": "Always",
636
638
"x-ms-enum": {
637
639
"name": "cleanupOptions",
638
640
"modelAsString": true
@@ -771,10 +773,12 @@
771
773
"description": "User-assigned managed identity.",
772
774
"properties": {
773
775
"principalId": {
776
+
"readOnly": true,
774
777
"type": "string",
775
778
"description": "Azure Active Directory principal ID associated with this identity."
776
779
},
777
780
"clientId": {
781
+
"readOnly": true,
778
782
"type": "string",
779
783
"description": "Client App Id associated with this identity."
0 commit comments