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: AzLocal.UpdateManagement/Automation-Pipeline-Examples/azure-devops/Step.3_apply-updates-schedule-audit.yml
Copy file name to clipboardExpand all lines: AzLocal.UpdateManagement/Automation-Pipeline-Examples/azure-devops/Step.7_monitor-updates.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,15 +55,15 @@ parameters:
55
55
# accepts single ring, 'Prod;Ring2' list, or '***' wildcard (three stars - deliberate).
56
56
displayName: "UpdateRing tag value (only used when scope=by-update-ring). Single, 'Prod;Ring2', or '***'."
57
57
type: string
58
-
default: 'Wave1'
58
+
default: ''
59
59
60
60
- name: longRunningStepHours
61
-
displayName: 'PRIMARY signal (v0.7.96+). Flag in-flight runs whose CURRENT STEP has been running longer than this many hours.'
61
+
displayName: 'PRIMARY stuck-step signal. Flag in-flight runs whose CURRENT STEP has been running longer than this many hours.'
62
62
type: string
63
63
default: '2'
64
64
65
65
- name: longRunningThresholdHours
66
-
displayName: 'Belt-and-braces overall-elapsed flag (default 24, demoted from 6 in v0.7.96).'
66
+
displayName: 'Belt-and-braces overall-elapsed flag (default 24h).'
67
67
type: string
68
68
default: '24'
69
69
@@ -73,17 +73,17 @@ parameters:
73
73
default: '24'
74
74
75
75
- name: criticalElapsedDays
76
-
displayName: 'CRITICAL tier for overall-elapsed (v0.7.99+, default 3 days). Runs older than this get a :rotating_light: chip; older than 2x get a :skull: chip - strongest visual signal that human intervention is needed.'
76
+
displayName: 'CRITICAL tier for overall-elapsed (default 3 days). Runs older than this get a :rotating_light: chip; older than 2x get a :skull: chip - strongest visual signal that human intervention is needed.'
77
77
type: string
78
-
default: '7'
78
+
default: '3'
79
79
80
80
- name: moduleVersion
81
81
displayName: 'Pin AzLocal.UpdateManagement version (empty = latest from PSGallery). See Automation-Pipeline-Examples/README.md section 5 "Optional configuration".'
0 commit comments