Skip to content

Commit

Permalink
Merge pull request #166 from microsoft/user/gsiciliano/feat-multiIp2
Browse files Browse the repository at this point in the history
Add Tags to the IpConfiguration Datastructure
  • Loading branch information
nijosmsft committed Aug 24, 2023
2 parents d330afc + 00690e6 commit 908c6e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rpc/cloudagent/network/moc_cloudagent_networkinterface.pb.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ message IpConfiguration {
IPAllocationMethod allocation = 6;
string gateway = 7 [(sensitive) = true];
repeated InboundNatRule inboundNatRules = 8;
Tags tags = 9;
}

message NetworkInterface {
Expand Down

0 comments on commit 908c6e5

Please sign in to comment.