github Azure/azure-sdk-for-python azure-developer-devcenter_1.0.0b3

latest releases: azure-maps-route_1.0.0b2, azure-mgmt-containerservice_33.0.0, azure-monitor-opentelemetry_1.6.4...
pre-release12 months ago

1.0.0b3 (2023-11-02)

This release updates the Azure DevCenter library to use the 2023-04-01 GA API.

Breaking Changes

  • DevCenterClient.dev_center, DevCenterClient.dev_box and DevCenterClient.environment operation groups were removed. Operations are accessed directly through the DevCenterClient.
  • Environments now works with with "environment definitions" instead of "catalog items". E.g. DevCenterClient.get_environment operation returns environmentDefinitionName property instead of catalogItemName.
  • The environment used in DevCenterClient.begin_create_or_update_environment requires passing environmentDefinitionName and catalogName parameters instead of catalogItemName.
  • user_id is no longer a parameter with default value.
  • All actions operations have dev_box added to their names. E.g. get_action operation is updated to get_dev_box_action

Other Changes

  • Updated samples
  • Improved integration test coverage with session records

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.