diff --git a/sdk/devcenter/Azure.Developer.DevCenter/CHANGELOG.md b/sdk/devcenter/Azure.Developer.DevCenter/CHANGELOG.md index 3c4b52320e347..cb8cb9c494180 100644 --- a/sdk/devcenter/Azure.Developer.DevCenter/CHANGELOG.md +++ b/sdk/devcenter/Azure.Developer.DevCenter/CHANGELOG.md @@ -10,6 +10,11 @@ This release updates the Azure DevCenter library to use the 2023-04-01 GA API. - `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` + ## 1.0.0-beta.2 (2023-02-07) This release updates the Azure DevCenter library to use the 2022-11-11-preview API.