Skip to content

Commit

Permalink
[DevCenter] azure-developer-devcenter 1.0.0-beta.2 (#24581)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

@azure-rest/developer-devcenter

### Issues associated with this PR

N/A

### Describe the problem that is addressed by this PR

N/A

### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

N/A

### Are there test cases added in this PR? _(If not, why?)_

N/A

### Provide a list of related PRs _(if any)_

N/A

### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_

N/A

### Checklists
- [x] Added impacted package name to the issue description
- [x] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_
- [x] Added a changelog (if necessary)
  • Loading branch information
sebrenna authored Feb 2, 2023
1 parent 7a29215 commit c6db878
Show file tree
Hide file tree
Showing 29 changed files with 2,170 additions and 1,164 deletions.
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.

### Breaking Changes

### Bugs Fixed
- `createClient` now accepts an endpoint URI on construction rather than tenant ID + dev center name.

### 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

0 comments on commit c6db878

Please sign in to comment.