Skip to content
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

[DevCenter] azure-developer-devcenter 1.0.0-beta.2 #24581

Merged
merged 14 commits into from
Feb 2, 2023
19 changes: 15 additions & 4 deletions sdk/devcenter/developer-devcenter-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2023-02-07)

### Features Added
This release updates the Azure DevCenter library to use the 2022-11-11-preview API.
sebrenna marked this conversation as resolved.
Show resolved Hide resolved

### Breaking Changes

### Bugs Fixed
- `createClient` now accepts an endpoint URI on construction rather than tenant ID + dev center name.
sebrenna marked this conversation as resolved.
Show resolved Hide resolved

### Features Added

- Added upcoming actions APIs to dev boxes.
- `/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions`
- `/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}`
- `/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:skip`
- `/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:delay`

### Other Changes
### Bugs Fixed
- Invalid response types removed from `DeleteDevBox`, `StartDevBox`, and `StopDevBox` APIs.
- Invalid `DeleteEnvironmentAction` API removed from `EnvironmentsClient`.
- Unimplemented artifacts APIs removed from `EnvironmentsClient`.

## 1.0.0-beta.1 (2022-11-11)

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading