Skip to content

[azure.ai.rle] Dev registry update for 0.3.0-preview - #9426

Merged
farhann1 merged 1 commit into
Azure:mainfrom
azure-sdk:ext-dev-registry-update/azure-ai-rle/0.3.0-preview-6655398
Aug 4, 2026
Merged

[azure.ai.rle] Dev registry update for 0.3.0-preview#9426
farhann1 merged 1 commit into
Azure:mainfrom
azure-sdk:ext-dev-registry-update/azure-ai-rle/0.3.0-preview-6655398

Conversation

@azure-sdk

Copy link
Copy Markdown
Collaborator

Dev registry update for the azd-ext-azure-ai-rle_0.3.0-preview release.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
22 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

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

Updates the development extension registry for the RLE 0.3.0-preview release.

Changes:

  • Adds updated RLE command metadata and examples.
  • Registers six platform artifacts with verified release checksums.
Suppressed comments (1)

cli/azd/extensions/registry.dev.json:286

  • azd-code-reviewer: show also accepts zero arguments and falls back to the environment saved in .azd-rle.json (Use: "show [environment-name]"), while this usage presents the name as mandatory. Use [environment-name] here and in azure.ai.rle/extension.yaml.
              "usage": "$env:AZD_AI_RLE_ENABLE = \"true\"; $env:FOUNDRY_PROJECT_ENDPOINT = \"https://<account>.services.ai.azure.com/api/projects/<project>\"; azd ai rle show <environment-name>"

Comment thread cli/azd/extensions/registry.dev.json
@github-actions github-actions Bot added the ext-rle azure.ai.rle extension label Aug 4, 2026

@jongio Jon Gallant (jongio) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Verified all six sha256 checksums in this entry against the published 0.3.0-preview release assets. All six match, and each entryPoint matches the binary inside its archive. The metadata block is a verbatim copy of the extension.yaml packaged in those artifacts, so this file reflects what actually ships.

Two non-blocking notes.

The suggestion above to change <environment-name> to [environment-name] for invoke and show is right about the commands. invoke.go:42 declares Use: "invoke [environment-name]" and show.go:27 declares Use: "show [environment-name]", so both args are optional. But this isn't the file to fix it in. This entry is generated from cli/azd/extensions/azure.ai.rle/extension.yaml, and the same strings are baked into the extension.yaml shipped inside the 0.3.0-preview artifacts. Editing the registry here would desync it from the released artifact and get overwritten by the next generated registry PR. The fix belongs in the extension's extension.yaml so it flows into the next release.

Separately, main's dev registry jumps from 0.1.0-preview straight to 0.3.0-preview. The 0.2.0-preview registry update (#9351) was merged into farhannawaz/rle-control-plane rather than main, so that version never landed here. Likely fine since 0.3.0 supersedes it, but worth knowing if anyone expects to install 0.2.0-preview from the dev registry.

@JeffreyCA

Copy link
Copy Markdown
Contributor

/check-enforcer override

@farhann1
farhann1 merged commit d927b1a into Azure:main Aug 4, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ext-rle azure.ai.rle extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants