-
Notifications
You must be signed in to change notification settings - Fork 7
fix: add default event uri to client expired background job #139
fix: add default event uri to client expired background job #139
Conversation
✅ Deploy Preview for arcus-background-jobs canceled.
|
@pim-simons , I added a default event URI |
src/Arcus.BackgroundJobs.AzureActiveDirectory/Extensions/IServiceCollectionExtensions.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a lot of improvements to me, great work @stijnmoreels 🥇
Ok, awesome! 😄 Glad you like it, and thx for the medal 😉 . |
@stijnmoreels after all his PR's 😉 |
|
src/Arcus.BackgroundJobs.AzureActiveDirectory/ClientSecretExpirationJob.cs
Show resolved
Hide resolved
src/Arcus.BackgroundJobs.AzureActiveDirectory/ClientSecretExpirationJob.cs
Outdated
Show resolved
Hide resolved
…ob' of https://github.com/stijnmoreels/arcus.backgroundjobs into fix/add-default-event-uri-to-client-expired-backgroundjob
Adds a default value to the event URI added to the created CloudEvent so that a default-initialized background job without any options is still valid.
This PR also rewrites the logged telemetry event with a more clear structure.
Closes #137