docs(connector-namespace-cli): bump install references to v1.0.0b33#137
Merged
Conversation
….0b33 Point the pinned install URLs and version examples to the new v1.0.0b33 preview release. The install scripts' DEFAULT path resolves the latest wheel via the https://aka.ms/connector-namespace.whl redirect (unchanged) -- repointing that redirect to the b33 asset is the functional "latest" step and is done outside this repo. Only the pinned / example version references are bumped here. Note: complete-reference.md's command body was authored against 1.0.0b9; a follow-up content pass is recommended to cover b33's new commands (connection authenticate, connector list-operations, list-locations) and the breaking trigger --trigger-config-name -> -n rename. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the public-preview documentation/scripts for the connector-namespace Azure CLI extension to reference the newer v1.0.0b33 release in installation URLs, pinned-version examples, and “verified against” text.
Changes:
- Updates direct-install GitHub Release asset URLs from v1.0.0b9 → v1.0.0b33 in docs.
- Updates pinned-version usage examples in
install.sh/install.ps1to 1.0.0b33. - Updates
complete-reference.md“Verified against” header and sampleaz extension showoutput to 1.0.0b33.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| public-preview/connector-namespace-cli/README.md | Updates the direct-install release asset URL and version-swap guidance to b33. |
| public-preview/connector-namespace-cli/install.sh | Updates the pinned-version example and wheel-name comment to b33. |
| public-preview/connector-namespace-cli/install.ps1 | Updates the pinned-version example and wheel-name comment to b33. |
| public-preview/connector-namespace-cli/complete-reference.md | Updates verification header, direct-install URL, and sample output to b33. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rarayudu
approved these changes
Jun 20, 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
Bumps the connector-namespace CLI install references from 1.0.0b9 → 1.0.0b33 for the new preview release, across
public-preview/connector-namespace-cli/:README.mdcomplete-reference.mdaz extension showsample output, and the "Verified against" header → b33install.ps1-Version 1.0.0b33usage example + wheel-name commentinstall.shCONNECTOR_NAMESPACE_VERSION=1.0.0b33usage example + wheel-name commentWhy / how the "latest" install actually resolves
install.ps1/install.sh(served viaaka.ms/connector-namespace-cli-install/-install-ps) default to thehttps://aka.ms/connector-namespace.whlredirect for the latest wheel; they only build a pinned GitHub-release URL when a version is passed explicitly. So:aka.ms/connector-namespace.whl→ the v1.0.0b33 release asset (done outside this repo, in the aka.ms portal). No script logic changes here.Companion: GitHub Release
v1.0.0b33(currently a draft prerelease) carries the matchingconnector_namespace-1.0.0b33-py3-none-any.whl.Follow-up (out of scope here)
complete-reference.md's command body was authored against b9. A separate content pass is recommended to add b33's new commands (connection authenticate,connector list-operations,list-locations,connection create --authenticate) and to fix the breakingtrigger --trigger-config-name→-nrename.