Description of the new feature
The REST api allows you to specify properties.runOn in the body of a request to update the hybrid worker group for a webhook. The cmdlet should have the same functionality.
Proposed implementation details (optional)
Add a parameter as below which accepts a string
Set-AzAutomationWebhook -Name <<webhook name>> -RunOn <<hybrid worker group name>> <<all other existing parameters>>