What is a one sentence summary of your feature request?
Allow wildcards or regex in autoupdate update.config definition
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
In update.config, the configuration file for the automatic update mechanism for on prem installs, you can define rings. In each ring, a tag allows you to define computers by computer name.
I’d like to set my file up to automatically define the groups by allowing wildcards. Then I can have one ring:
MyName-*0
Which would match any computer with the final character a zero, then the next ring:
MyName-*1
…
MyName-*4
for the next ring, and a final ring to do the rest.
Or even regular expressions! But that’s not really needed, this way it would automatically assign 10% of computers (at more-or-less random) to the first group, then 40% to the next, and the remaining 50% to the next. Assuming you have a property or serial number encoded in your computer names.
Oh, bonus second request: Could you document all the tags in your documentation? The tag isn’t defined in the documentation at all, just used in examples.
How do you currently solve the challenges you have by not having this feature?
Manually using our patching solution to do the first two rings. Bleh.