Skip to content

UpdateAzureSchedulerServiceBusQueueJobCommand ignores authentication params #5545

@CDargis

Description

@CDargis

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

  1. Create a service bus queue job with NewAzureSchedulerServiceBusQueue.
  2. Roll the service bus shared access key that was used to create the job.
  3. Use SetAzureSchedulerServiceBusQueue to update the service bus queue job with the new shared access key.
  4. Fire the job.
    Expected Result: The job executes and publishes to the queue
    Actual Result: The job fails with an authentication failure

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions