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
andDevCenterClient.environment
operation groups were removed. Operations are accessed directly through theDevCenterClient
.- Environments now works with with "environment definitions" instead of "catalog items". E.g.
DevCenterClient.get_environment
operation returnsenvironmentDefinitionName
property instead ofcatalogItemName
. - The environment used in
DevCenterClient.begin_create_or_update_environment
requires passingenvironmentDefinitionName
andcatalogName
parameters instead ofcatalogItemName
. user_id
is no longer a parameter with default value.- All
actions
operations havedev_box
added to their names. E.g.get_action
operation is updated toget_dev_box_action
Other Changes
- Updated samples
- Improved integration test coverage with session records