Commit f578eca
committed
v0.8.2: rewrite custom-role Description to drop module-internal 'Step.4' jargon
The 'Azure Stack HCI Update Operator' custom role ships into the Azure
RBAC plane: its Description shows up in the Azure portal 'Custom roles'
blade, in 'az role definition list' / Get-AzRoleDefinition output, and
in any RBAC audit / governance tooling. Referencing 'Step.4' there is
confusing for anyone outside the AzLocal.UpdateManagement module - the
step number is a module-private concept, not a user-facing one.
Was:
Can view and apply updates on Azure Local clusters, manage UpdateRing
tags, and read the fleet-connectivity scopes (Arc machines, edge-device
NICs, Azure Resource Bridges) required by Step.4.
Now:
Can read and apply Azure Local cluster updates, manage UpdateRing tags,
and read the fleet-connectivity inventory (Arc-enabled machines,
edge-device NICs, Azure Resource Bridges) needed to assess pre-update
connectivity.
Same RBAC grant; portable, audit-friendly wording.
Updated in all 6 sites that ship/document the role definition:
- Automation-Pipeline-Examples/azlocal-update-management-custom-role.json
(the file 'az role definition create' consumes)
- Automation-Pipeline-Examples/README.md (inline JSON block in section 4.1
+ the Option 2 expanding here-string)
- docs/rbac.md (first JSON block + Option 2 here-string + MG-scope variant)
CHANGELOG v0.7.82 entry intentionally NOT touched - it describes what
shipped at that time and is historical.
No Pester pin on the Description string; manifest unaffected. JSON still
parses, file still BOM-free (first byte 0x7B).1 parent 1abc63d commit f578eca
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- AzLocal.UpdateManagement
- Automation-Pipeline-Examples
- docs
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments