Skip to content

Commit

Permalink
Add in CHANGELOG the new breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drielenr committed Oct 24, 2023
1 parent 1f5cca8 commit d8ac280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/devcenter/Azure.Developer.DevCenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8ac280

Please sign in to comment.