Skip to content

Add api-version helper#145

Merged
jongio merged 1 commit into
mainfrom
idea/api-version-helper
Jun 27, 2026
Merged

Add api-version helper#145
jongio merged 1 commit into
mainfrom
idea/api-version-helper

Conversation

@jongio

@jongio jongio commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Closes #140

Adds --api-version so Azure REST URLs can set or replace the api-version query parameter without hand-editing the URL.

Verification:

  • go build ./...
  • go test ./...

Closes #140

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jun 26, 2026
github-actions Bot added a commit that referenced this pull request Jun 26, 2026
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Test This PR

A preview build (0.4.9-pr145) is ready for testing!

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.ps1) } -PrNumber 145 -Version 0.4.9-pr145"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.sh | bash -s 145 0.4.9-pr145

Uninstall

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.ps1) } -PrNumber 145"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.sh | bash -s 145

Build Info:

@jongio jongio merged commit c44bd7a into main Jun 27, 2026
13 checks passed
@jongio jongio deleted the idea/api-version-helper branch June 27, 2026 00:54
github-actions Bot added a commit that referenced this pull request Jun 27, 2026
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.

Add --api-version helper for Azure REST URLs

1 participant