1.0.0-beta.3 (2023-10-31)
This release updates the Azure DevCenter library to use the 2023-04-01 GA API.
Breaking Changes
EnvironmentsClient
renamed toDeploymentEnvironmentsClient
DevBoxesClient
andDeploymentEnvironmentsClient
no longer accepts project as a constructor parameterDeploymentEnvironmentsClient
now works with "environment definitions" instead of "catalog items"- Creating a new environment requires passing
environmentDefinitionName
instead ofcatalogItemName
- Creating a new environment requires passing an additional parameter
catalogName
DevCenterClientOptions
renamed toAzureDeveloperDevCenterClientOptions
- No more default parameters in the clients.
userId
,filter
,maxCount
,hibernate
andcontext
parameters need to be specified in the methods. GetAction
renamed toGetDevBoxAction
GetActions
renamed toGetDevBoxActions