Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SDN optionality parameter in Network Interface #326

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mjethwa-msft
Copy link
Contributor

@mjethwa-msft mjethwa-msft commented Dec 19, 2024

Following changes are done to add SDN optionality parameter in Network Interface resource.

  • Add AdvancedNetworkPolicy to cloudagent network interface protobuf file

@mjethwa-msft mjethwa-msft requested a review from Copilot December 19, 2024 20:16

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

rpc/cloudagent/network/networkinterface/moc_cloudagent_networkinterface.proto:18

  • [nitpick] The field name 'type' is too generic and could lead to confusion. Consider renaming it to 'policyType' for clarity.
PolicyType type = 1;

rpc/cloudagent/network/networkinterface/moc_cloudagent_networkinterface.proto:19

  • [nitpick] The field name 'enabled' is too generic and could lead to confusion. Consider renaming it to 'isEnabled' for clarity.
bool enabled = 2;
@mjethwa-msft mjethwa-msft force-pushed the user/mjethwa-msft/sdn-optionality branch from 0d72037 to 29459f0 Compare December 19, 2024 20:20
@mjethwa-msft mjethwa-msft force-pushed the user/mjethwa-msft/sdn-optionality branch from 29459f0 to 7513fd1 Compare January 7, 2025 17:33
@mjethwa-msft mjethwa-msft marked this pull request as ready for review January 7, 2025 17:34
@mjethwa-msft mjethwa-msft force-pushed the user/mjethwa-msft/sdn-optionality branch from 7513fd1 to 3fb086b Compare January 10, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant