1.0.0-beta.2 (2023-02-07)
This release updates the Azure DevCenter library to use the 2022-11-11-preview API.
Breaking Changes
DevBoxClient
,DevCenterClient
, andEnvironmentsClient
now accept an endpoint URI on construction rather than tenant ID + dev center name.
Features Added
- Added upcoming actions APIs to dev boxes.
DelayUpcomingAction
GetUpcomingAction
GetUpcomingActions
SkipUpcomingAction
Bugs Fixed
- Invalid response types removed from
DeleteDevBox
,StartDevBox
, andStopDevBox
APIs. - Invalid
DeleteEnvironmentAction
API removed fromEnvironmentsClient
. - Unimplemented artifacts APIs removed from
EnvironmentsClient
.