-
Notifications
You must be signed in to change notification settings - Fork 240
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
fix: remove PowerShell from Windows registry interactions (#2993) #3164
base: release/v1.4
Are you sure you want to change the base?
Conversation
remove powershell from windows registry txs Signed-off-by: Evan Baker <[email protected]>
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no suggestions.
Comments skipped due to low confidence (1)
platform/os_linux.go:131
- [nitpick] The function SetSdnRemoteArpMacAddress in os_linux.go now takes a context.Context parameter, but the implementation does not use this parameter. This might be intentional, but it could lead to confusion or future bugs if the parameter is expected to be used.
func SetSdnRemoteArpMacAddress(context.Context) error {
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
Pull request closed due to inactivity. |
backport of #2993
remove powershell from windows registry txs
Reason for Change:
Issue Fixed:
Requirements:
Notes: