Skip to content

Azure.Developer.DevCenter_1.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 31 Oct 22:41
96b537f

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 to DeploymentEnvironmentsClient
  • DevBoxesClient and DeploymentEnvironmentsClient no longer accepts project as a constructor parameter
  • DeploymentEnvironmentsClient now works with "environment definitions" instead of "catalog items"
  • Creating a new environment requires passing environmentDefinitionName instead of catalogItemName
  • Creating a new environment requires passing an additional parameter catalogName
  • DevCenterClientOptions renamed to AzureDeveloperDevCenterClientOptions
  • No more default parameters in the clients. userId, filter, maxCount, hibernate and context parameters need to be specified in the methods.
  • GetAction renamed to GetDevBoxAction
  • GetActions renamed to GetDevBoxActions