Skip to content

Commit 1841757

Browse files
austinvalleDanielMSchmidt
authored andcommitted
fix protocol field numbers
1 parent 14767bc commit 1841757

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/plugin-protocol/tfplugin5.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ message InvokeAction {
987987

988988
// linked resources, matching the order they are specified in the schema
989989
repeated LinkedResource linked_resources = 1;
990-
repeated Diagnostic diagnostics = 3;
990+
repeated Diagnostic diagnostics = 2;
991991
}
992992

993993
oneof type {

docs/plugin-protocol/tfplugin6.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ message InvokeAction {
10251025
}
10261026
// linked resources, matching the order they are specified in the schema
10271027
repeated LinkedResource linked_resources = 1;
1028-
repeated Diagnostic diagnostics = 3;
1028+
repeated Diagnostic diagnostics = 2;
10291029
}
10301030

10311031
oneof type {

internal/tfplugin5/tfplugin5.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/tfplugin6/tfplugin6.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)