-
Notifications
You must be signed in to change notification settings - Fork 349
fix: switch to foundry backend urls #9334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
45adb5f
fix: switch to foundry auth and backend urls
0567517
fix(rle): address pull request feedback
7c17421
fix: remove dormant docker param
9178534
[azure.ai.rle] Dev registry update for 0.2.0-preview (#9351)
azure-sdk 34a8893
fix: rename deploy to publish, new environment list command
d3981ed
Merge branch 'farhannawaz/rle-control-plane' of https://github.com/Az…
c9c140d
fix: restore registry.dev.json from main branch
11c2b3c
fix: address automated review comments
f44cb3d
fix: lint error
9925401
fix: command updates
53c7a20
fix: address review comments
b5ace78
fix. simplify show command output
3f1dea7
fix: copyright headers
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,18 @@ | ||
| # Release History | ||
|
|
||
| ## 0.3.0-preview (Unreleased) | ||
|
|
||
| - Add `azd ai rle list` to list environments in the configured Foundry project. | ||
| - Add `azd ai rle show <environment-name>` to inspect an environment's full details and version history. | ||
| - Allow `azd ai rle invoke <environment-name>` to invoke an existing project environment without local source or state, with optional `--version` selection. | ||
| - Rename `azd ai rle deploy` to `azd ai rle publish` to avoid confusion with the core `azd deploy` command. | ||
| - Add `--version-bump` to `azd ai rle publish` so users can choose major, minor, or patch environment versioning. | ||
| - Use the Foundry project endpoint for project-relative RLE environment and sandbox APIs. | ||
| - Authenticate Foundry API requests with Azure credentials from `az login`, `azd auth login`, or another supported development credential. | ||
| - Send the required `2025-11-15-preview` Foundry data-plane API version. | ||
| - Support versioned environment deployments and sandbox `baseUrl` invocation. | ||
| - Wait for asynchronous disk-image conversion before leasing a sandbox and surface conversion failures directly. | ||
|
|
||
| ## 0.1.0-preview | ||
|
|
||
| - Initial preview scaffold for the RLE extension with `init`, `run`, `invoke`, `deploy`, and `version` commands. | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.