Skip to content

Commit e13f4a2

Browse files
maiqbal11pragnagopa
authored andcommitted
Update Python worker imports to use proper paths (#39)
1 parent 9da87c9 commit e13f4a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/proto/FunctionRpc.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ option go_package ="github.com/Azure/azure-functions-go-worker/internal/rpc";
1010
package AzureFunctionsRpcMessages;
1111

1212
import "google/protobuf/duration.proto";
13-
import "identity/ClaimsIdentityRpc.proto";
14-
import "shared/NullableTypes.proto";
13+
import "azure_functions_worker/protos/ClaimsIdentityRpc.proto";
14+
import "azure_functions_worker/protos/NullableTypes.proto";
1515

1616
// Interface exported by the server.
1717
service FunctionRpc {

src/proto/identity/ClaimsIdentityRpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ syntax = "proto3";
33

44
option java_package = "com.microsoft.azure.functions.rpc.messages";
55

6-
import "shared/NullableTypes.proto";
6+
import "azure_functions_worker/protos/NullableTypes.proto";
77

88
// Light-weight representation of a .NET System.Security.Claims.ClaimsIdentity object.
99
// This is the same serialization as found in EasyAuth, and needs to be kept in sync with

0 commit comments

Comments
 (0)