Skip to content

Commit

Permalink
[DevCenter] small fix for 1.0.0-beta.2 changelog
Browse files Browse the repository at this point in the history
# Description

Fixing CHANGELOG.md header structure per comments from Java SDK reviewers.

# All SDK Contribution checklist:
- [x] **The pull request does not introduce [breaking changes]**
- [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.**
- [x] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).**

## [General Guidelines and Best Practices](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md#developer-guide)
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md#building-and-unit-testing)
- [x] Pull request includes test coverage for the included changes.
  • Loading branch information
sebrenna authored Feb 6, 2023
1 parent 5acf4aa commit ebea4bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/devcenter/azure-developer-devcenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ This release updates the Azure DevCenter library to use the 2022-11-11-preview A
- Invalid `beginDeleteEnvironmentAction` API removed from `EnvironmentsClient`.
- Unimplemented artifacts APIs removed from `EnvironmentsClient`.

### Dependency Updates
### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from version `1.34.0` to version `1.36.0`.
- Upgraded `azure-core-http-netty` from version `1.12.7` to version `1.13.0`.
Expand Down

0 comments on commit ebea4bf

Please sign in to comment.