Skip to content

Commit 881ff3f

Browse files
committed
Update dependencies to new releases
Signed-off-by: halspang <[email protected]>
1 parent eb3029f commit 881ff3f

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

src/WebJobs.Extensions.DurableTask/Grpc/orchestrator_service.proto

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -658,30 +658,6 @@ message AbandonEntityTaskResponse {
658658
// Empty.
659659
}
660660

661-
message AbandonActivityTaskRequest {
662-
string completionToken = 1;
663-
}
664-
665-
message AbandonActivityTaskResponse {
666-
// Empty.
667-
}
668-
669-
message AbandonOrchestrationTaskRequest {
670-
string completionToken = 1;
671-
}
672-
673-
message AbandonOrchestrationTaskResponse {
674-
// Empty.
675-
}
676-
677-
message AbandonEntityTaskRequest {
678-
string completionToken = 1;
679-
}
680-
681-
message AbandonEntityTaskResponse {
682-
// Empty.
683-
}
684-
685661
service TaskHubSidecarService {
686662
// Sends a hello request to the sidecar service.
687663
rpc Hello(google.protobuf.Empty) returns (google.protobuf.Empty);

test/e2e/Apps/BasicDotNetIsolated/VersionedOrchestration.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License. See License.txt in the project root for license information.
33

4-
using Microsoft.AspNetCore.Authentication;
54
using Microsoft.Azure.Functions.Worker;
65
using Microsoft.Azure.Functions.Worker.Http;
76
using Microsoft.DurableTask;

0 commit comments

Comments
 (0)