Use aka.ms install links and Bash/PowerShell doc sections#125
Merged
Conversation
Replace raw.githubusercontent.com installer URLs with the aka.ms short links (https://aka.ms/connector-namespace-cli-install for Bash, https://aka.ms/connector-namespace-cli-install-ps for PowerShell) and rename the OS-based 'Linux / macOS' and 'Windows (PowerShell)' install sections to shell-based 'Bash' and 'PowerShell' sections. Also updates the usage-comment headers in install.sh and install.ps1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation-only PR updating CLI install instructions to use aka.ms short links and renaming install section headings from OS-based (Linux/macOS, Windows) to shell-based (Bash, PowerShell).
Changes:
- Replace
raw.githubusercontent.com/.../install.sh|install.ps1URLs withhttps://aka.ms/connector-namespace-cli-install[-ps]short links. - Rename install section headings:
Linux / macOS→Bash,Windows (PowerShell)→PowerShell. - Update usage comments in the installer scripts themselves to reflect the new short links.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| public-preview/connector-namespace-cli/README.md | Install/pin/uninstall snippets switched to aka.ms links; sections renamed by shell. |
| public-preview/connector-namespace-cli/complete-reference.md | Same docs updates applied to the reference doc. |
| public-preview/connector-namespace-cli/install.sh | Usage-comment header URLs updated to aka.ms link. |
| public-preview/connector-namespace-cli/install.ps1 | Usage-comment header URLs updated to aka.ms link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rarayudu
previously approved these changes
Jun 1, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rarayudu
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the CLI install documentation to use the official aka.ms short links, reorganizes the install instructions by shell instead of OS, and removes the version-pinning install commands.
Install links
https://aka.ms/connector-namespace-cli-installhttps://aka.ms/connector-namespace-cli-install-psSection headings
Linux / macOS→ BashWindows (PowerShell)→ PowerShellRemoved
Files changed
public-preview/connector-namespace-cli/README.md— install and uninstall commands now use the aka.ms links; sections renamed to Bash / PowerShell; version-pinning block removed.public-preview/connector-namespace-cli/complete-reference.md— same updates; "Version pinning" section removed.public-preview/connector-namespace-cli/install.sh/install.ps1— usage-comment headers updated to the aka.ms links.No behavioral change to the installer logic itself (scripts still support version pinning via env var /
-Version; it's just no longer documented in the install snippets).