Fix duplicate labels_include_any key on claude/windows (#41955)
## Changes
Removes the duplicate `labels_include_any` mapping key from the
`claude/windows` fleet-maintained app entry in
`fleets/workstations.yml`.
This duplicate key causes a YAML validation error ("duplicated mapping
key") because the same key appears twice on the same mapping. The fix
keeps the first occurrence (before `categories`) and removes the second.
This commit is contained in:
@@ -343,8 +343,6 @@ software:
|
||||
- "x86-based Windows hosts"
|
||||
categories:
|
||||
- Productivity
|
||||
labels_include_any:
|
||||
- "x86-based Windows hosts"
|
||||
- slug: firefox/windows # Mozilla Firefox for Windows
|
||||
self_service: true
|
||||
categories:
|
||||
|
||||
Reference in New Issue
Block a user