Fix activity log message: change "Toggle" to "Switch" for ingress visibility action#957
Fix activity log message: change "Toggle" to "Switch" for ingress visibility action#957MicroFish91 merged 4 commits intomainfrom
Conversation
|
@nturinski 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com>
…ibility Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com>
|
@copilot do not make any changes to files that are outside of |
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
Done! I've reverted all changes to files outside of |
The Azure activity log was showing inconsistent terminology when users executed the "Switch Ingress Visibility..." action. While the command is named "Switch Ingress Visibility...", the activity log was displaying "Toggle ingress visibility to..." instead of "Switch ingress visibility to...".
This change fixes the inconsistency by updating the localization string in
toggleIngressVisibility.tsto use "Switch" instead of "Toggle", ensuring the activity log message aligns with the command name.Before:
After:
The fix is a minimal single-word change that improves the user experience by providing consistent terminology throughout the extension.
Fixes #955.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
update.code.visualstudio.comnode ./dist/test/runTest.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.