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
DevBoxClientBuilder
,DevCenterClientBuilder
, andEnvironmentsClientBuilder
now accept an endpoint URI on construction rather than tenant ID + dev center name.
Features Added
- Added upcoming actions APIs to dev boxes.
delayUpcomingActionWithResponse
getUpcomingActionWithResponse
listUpcomingActions
skipUpcomingActionWithResponse
Bugs Fixed
- Invalid
beginDeleteEnvironmentAction
API removed fromEnvironmentsClient
. - Unimplemented artifacts APIs removed from
EnvironmentsClient
.
Other Changes
Dependency Updates
- Upgraded
azure-core
from version1.34.0
to version1.36.0
. - Upgraded
azure-core-http-netty
from version1.12.7
to version1.13.0
.