We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5c127 commit 34687d3Copy full SHA for 34687d3
src/WebJobs.Extensions.DurableTask/EventGridLifeCycleNotificationHelper.cs
@@ -68,11 +68,11 @@ public EventGridLifeCycleNotificationHelper(
68
}
69
70
if (!string.IsNullOrEmpty(this.eventGridTopicEndpoint))
71
- {
72
- this.useTrace = true;
73
-
+ {
74
if (!string.IsNullOrEmpty(eventGridNotificationsConfig.KeySettingName) || this.useManagedIdentity == true)
75
+ this.useTrace = true;
+
76
var retryStatusCode = eventGridNotificationsConfig.PublishRetryHttpStatus?
77
.Where(x => Enum.IsDefined(typeof(HttpStatusCode), x))
78
.Select(x => (HttpStatusCode)x)
0 commit comments