File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ namespace Function1
171
171
log .LogInformation ($" Got SubscriptionValidation event data, validation code: {subscriptionValidationEventData .ValidationCode }, topic: {eventGridEvent .Topic }" );
172
172
// Do any additional validation (as required) and then return back the below response
173
173
174
- var responseData = new SubscriptionValidationResponse ()
174
+ var responseData = new
175
175
{
176
176
ValidationResponse = subscriptionValidationEventData .ValidationCode
177
177
};
@@ -305,7 +305,7 @@ namespace Function1
305
305
log .LogInformation ($" Got SubscriptionValidation event data, validation code: {subscriptionValidationEventData .ValidationCode }, topic: {eventGridEvent .Topic }" );
306
306
// Do any additional validation (as required) and then return back the below response
307
307
308
- var responseData = new SubscriptionValidationResponse ()
308
+ var responseData = new
309
309
{
310
310
ValidationResponse = subscriptionValidationEventData .ValidationCode
311
311
};
You can’t perform that action at this time.
0 commit comments