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
15 changes: 13 additions & 2 deletions sdk/devcenter/developer-devcenter-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Release History

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

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

### Features Added

### Breaking Changes
- `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
- 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`

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

### Other Changes

- Unimplemented artifacts APIs removed from `EnvironmentsClient`.

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

### Features Added
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading