Cmdlet(s)
UpdateAzureSchedulerServiceBusQueueJobCommand
PowerShell Version
5.1.14393.1358
Module Version
Discovered in 0.11.3
OS Version
10.0.14393.1358
Description
The cmdlet ignores the ServiceBusSasKeyName and ServiceBusSasKeyValue params passed
Debug Output
There is no output. The cmdlet executes with no issues.
Script/Steps for Reproduction
- Create a service bus queue job with NewAzureSchedulerServiceBusQueue.
- Roll the service bus shared access key that was used to create the job.
- Use SetAzureSchedulerServiceBusQueue to update the service bus queue job with the new shared access key.
- Fire the job.
Expected Result: The job executes and publishes to the queue
Actual Result: The job fails with an authentication failure