Skip to content

Commit 02c0c66

Browse files
rpasztorMaddie Clayton
authored andcommitted
Fix Issue 5545 - Set Auth Values on UpdateAzureSchedulerServiceBusQueueJobCommand (#6196)
* 5545 - Set Auth to value from PSServiceBusAuthenticationParams * Change log updates
1 parent 490dbac commit 02c0c66

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ResourceManager/Scheduler/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Fix issue with update ServiceBusQueueJob not setting new Auth values
2122

2223
## Version 0.16.4
2324
* Set minimum dependency of module to PowerShell 5.0

src/ResourceManager/Scheduler/Commands.Scheduler/Cmdlets/UpdateAzureSchedulerServiceBusQueueJobCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public override void ExecuteCmdlet()
113113

114114
var servicBusQueue = new PSServiceBusParams()
115115
{
116+
Authentication = serviceBusAuthentication,
116117
Message = this.ServiceBusMessage,
117118
NamespaceProperty = this.ServiceBusNamespace,
118119
QueueName = this.ServiceBusQueueName,

0 commit comments

Comments
 (0)