Skip to content

docs(connector-namespace-cli): bump install references to v1.0.0b33#137

Merged
DevArjun23 merged 1 commit into
mainfrom
devarjun23/cli-install-refs-v1.0.0b33
Jun 20, 2026
Merged

docs(connector-namespace-cli): bump install references to v1.0.0b33#137
DevArjun23 merged 1 commit into
mainfrom
devarjun23/cli-install-refs-v1.0.0b33

Conversation

@DevArjun23

Copy link
Copy Markdown
Member

What

Bumps the connector-namespace CLI install references from 1.0.0b91.0.0b33 for the new preview release, across public-preview/connector-namespace-cli/:

File Change
README.md direct-install URL + "swap version" example → b33
complete-reference.md install URL, az extension show sample output, and the "Verified against" header → b33
install.ps1 -Version 1.0.0b33 usage example + wheel-name comment
install.sh CONNECTOR_NAMESPACE_VERSION=1.0.0b33 usage example + wheel-name comment

Why / how the "latest" install actually resolves

install.ps1 / install.sh (served via aka.ms/connector-namespace-cli-install / -install-ps) default to the https://aka.ms/connector-namespace.whl redirect for the latest wheel; they only build a pinned GitHub-release URL when a version is passed explicitly. So:

  • ✅ The functional "default install = b33" step is repointing 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.
  • This PR only refreshes the pinned URLs and version examples so copy-paste installs and docs reference the current release.

Companion: GitHub Release v1.0.0b33 (currently a draft prerelease) carries the matching connector_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 breaking trigger --trigger-config-name-n rename.

….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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.ps1 to 1.0.0b33.
  • Updates complete-reference.md “Verified against” header and sample az extension show output 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.

Comment thread public-preview/connector-namespace-cli/complete-reference.md
@DevArjun23
DevArjun23 merged commit 83204b7 into main Jun 20, 2026
4 checks passed
@DevArjun23
DevArjun23 deleted the devarjun23/cli-install-refs-v1.0.0b33 branch June 20, 2026 01:03
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.

connector-namespace CLI: connection invoke crashes on array response body (OneDrive folder listing)

3 participants