Skip to content

Commit f0db459

Browse files
authored
Upgrading proto files to v1.7.1-protofile release. (#9023)
1 parent 901d8b6 commit f0db459

File tree

1 file changed

+7
-0
lines changed
  • src/WebJobs.Script.Grpc/azure-functions-language-worker-protobuf/src/proto

1 file changed

+7
-0
lines changed

src/WebJobs.Script.Grpc/azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@ message FunctionEnvironmentReloadRequest {
238238
}
239239

240240
message FunctionEnvironmentReloadResponse {
241+
// After specialization, worker sends capabilities & metadata.
242+
// Worker metadata captured for telemetry purposes
243+
WorkerMetadata worker_metadata = 1;
244+
245+
// A map of worker supported features/capabilities
246+
map<string, string> capabilities = 2;
247+
241248
// Status of the response
242249
StatusResult result = 3;
243250
}

0 commit comments

Comments
 (0)