Skip to content

Commit

Permalink
Add file wide deprecated option to ncproxygrpc v0 api
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
(cherry picked from commit 37cd9df)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
  • Loading branch information
katiewasnothere authored and kiashok committed Oct 3, 2023
1 parent aec1481 commit 7d19cf6
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 79 deletions.
158 changes: 79 additions & 79 deletions pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";

package ncproxygrpc;
option go_package = "github.com/Microsoft/hcsshim/pkg/ncproxy/ncproxygrpc/v0";
option deprecated = true;

service NetworkConfigProxy {
rpc AddNIC(AddNICRequest) returns (AddNICResponse) {}
Expand Down

0 comments on commit 7d19cf6

Please sign in to comment.