Commit 63f1c66
committed
v0.8.0: Step.7 form-defaults + Pii-Guard + Publish-Module + Step.2 UX fixes + historical-version cleanup
Patch release rolling up three follow-ups to v0.7.99 plus Step.2 UX fixes
and operator-visible historical-version mention cleanup. No public API
changes. Set-AzLocalClusterUpdateRingTag -PassThru gains two new enum
values (Action='NoChange' and Status='AlreadyInSync') to distinguish
steady-state clusters from genuinely-skipped ones; existing scripts that
switch on Created/Updated/Skipped/Failed continue to work, with
already-in-sync clusters now surfacing under the new bucket rather than
spurious Skipped.
Step.2 manage-updatering-tags - UX fixes:
- Set-AzLocalClusterUpdateRingTag skip branch no longer logs misleading
"use -Force to overwrite" Warning on clusters that are already in the
desired state. Splits skip path: (a) all managed tags match desired
state -> Info log + new Action='NoChange' / Status='AlreadyInSync';
(b) UpdateRing differs from target -> existing Warning + -Force hint
is preserved.
- -Force short-circuits when all managed tags already match desired
state - saves a redundant ARM PATCH per cluster on already-clean
fleets. Behaviour when there IS something to change is unchanged.
- Cmdlet summary section gains 'Already in sync (no change needed):'
tally line; 'Skipped (existing tag, no -Force):' line correctly
renamed 'Skipped (UpdateRing differs, no -Force):'.
- Step.2 GitHub Actions + Azure DevOps job summaries now include the
per-cluster result breakdown (counts table + collapsible per-cluster
details), at parity with Step.3 / Step.5 / Step.6 / Step.8. Apply
step captures -PassThru into a UpdateRingTag_Results.json artifact
sidecar that the Summary step reads.
Step.7 monitor-updates form-default regressions (GH + ADO):
- critical_elapsed_days input default '7' -> '3' (was undoing v0.7.99 fix)
- updateRing input default 'Wave1' -> '' (align with Step.8 + Step.9)
Repo-hygiene guard:
- Tests/Pii-Guard.Tests.ps1 (new) - block emails, .onmicrosoft.com,
identity-context GUIDs, and unallowlisted public IPv4 in Tests/
Publish-Module.ps1:
- exclude docs/RELEASE-PROCESS.md from the published package
Historical-version cleanup (operator-visible surfaces only):
- Step.4 fleet-connectivity summary table: drop the
'pre-v0.7.84 used the wrong property name' parenthetical
- Step.7 workflow_dispatch / pipeline-parameter form descriptions:
drop the v0.7.96+ / demoted from 6 in v0.7.96 / v0.7.99+ annotations
- generated apply-updates-schedule.yml starter file: drop the
'historic v0.7.88 default' parenthetical
Pin and version drift:
- GENERATED_AGAINST_MODULE_VERSION '0.7.99' -> '0.8.0' on all 20 templates
- psd1 ModuleVersion / psm1 $script:ModuleVersion / Tests assertion = '0.8.0'
Pester: 834 passed / 0 failed / 1 skipped (added 4 new source-level
assertions pinning the Step.2 AlreadyInSync logging contract, summary
bucket, and -Force no-op short-circuit, on top of the new Pii-Guard
tests added in this release).1 parent 23752f2 commit 63f1c66
31 files changed
Lines changed: 396 additions & 130 deletions
File tree
- AzLocal.UpdateManagement
- Automation-Pipeline-Examples
- azure-devops
- docs
- github-actions
- Public
- Tests
- docs
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 87 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
250 | 264 | | |
251 | 265 | | |
252 | 266 | | |
| |||
273 | 287 | | |
274 | 288 | | |
275 | 289 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
286 | 350 | | |
287 | | - | |
288 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
289 | 355 | | |
290 | | - | |
291 | | - | |
292 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
293 | 360 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments