[Core] Update changelog for release#45114
Conversation
pvaneck
commented
Feb 10, 2026
- Also removed parameterization for a test that wasn't needed.
- Removed parameterization for a test. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
|
Test failures unrelated and are being addresses separately. |
|
/check-enforcer override |
There was a problem hiding this comment.
Pull request overview
This PR prepares azure-core for the 1.38.1 release by finalizing the changelog entry and simplifying an unnecessary parametrized test in the transport test suite.
Changes:
- Finalized
azure-core1.38.1 changelog entry with a release date and bug fix note. - Removed unused
pytest.mark.parametrizefromtest_url_jointo avoid redundant test runs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sdk/core/azure-core/tests/test_basic_transport.py | Simplifies test_url_join by removing unnecessary parametrization. |
| sdk/core/azure-core/CHANGELOG.md | Marks 1.38.1 as released (dated) and records the bug fix entry. |
| - Fixed PipelineClient.format_url to avoid adding trailing slashes when the URL template contains only query parameters. | ||
|
|
||
| ### Other Changes | ||
| - Fixed `PipelineClient.format_url` to avoid adding trailing slashes when the URL template contains only query parameters. #45044 |
| ## 1.38.1 (2026-02-10) | ||
|
|
||
| ### Bugs Fixed |
There was a problem hiding this comment.
After converting 1.38.1 from "(Unreleased)" to a dated release, the changelog no longer has a top "(Unreleased)" section for the next version. This makes it easy for subsequent PRs to accidentally append entries under an already-released version. Consider adding a new top section (e.g., 1.38.2 (Unreleased)) with the standard headings above 1.38.1.