Skip to content

March 2026 Patches Merge-back#48665

Open
Copilot wants to merge 6 commits intomainfrom
copilot/merge-back-release-patch-20260330
Open

March 2026 Patches Merge-back#48665
Copilot wants to merge 6 commits intomainfrom
copilot/merge-back-release-patch-20260330

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

Summary

Merge-back PR that brings patch release updates from release/patch/20260330 back into main. This updates dependency versions, adds CHANGELOG entries, and propagates version changes to downstream pom.xml and README.md files.

Libraries Patched (25)

Library Old dep version New dep version
com.azure:azure-messaging-eventhubs-checkpointstore-blob 1.21.4 1.21.5
com.azure:azure-storage-blob 12.33.2 12.33.3
com.azure:azure-storage-blob-batch 12.29.2 12.29.3
com.azure:azure-storage-blob-cryptography 12.32.2 12.32.3
com.azure:azure-storage-file-datalake 12.26.2 12.26.3
com.azure.resourcemanager:azure-resourcemanager-appservice 2.55.0 2.55.1
com.azure.resourcemanager:azure-resourcemanager-authorization 2.53.7 2.53.8
com.azure.resourcemanager:azure-resourcemanager-cdn 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-compute 2.56.2 2.56.3
com.azure.resourcemanager:azure-resourcemanager-containerinstance 2.53.8 2.53.9
com.azure.resourcemanager:azure-resourcemanager-containerregistry 2.55.0 2.55.1
com.azure.resourcemanager:azure-resourcemanager-cosmos 2.54.1 2.54.2
com.azure.resourcemanager:azure-resourcemanager-dns 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-eventhubs 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-keyvault 2.55.0 2.55.1
com.azure.resourcemanager:azure-resourcemanager-monitor 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-msi 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-network 2.58.0 2.58.1
com.azure.resourcemanager:azure-resourcemanager-privatedns 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-redis 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-search 2.54.5 2.54.6
com.azure.resourcemanager:azure-resourcemanager-servicebus 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-sql 2.53.6 2.53.7
com.azure.resourcemanager:azure-resourcemanager-storage 2.55.3 2.55.4
com.azure.resourcemanager:azure-resourcemanager-trafficmanager 2.53.6 2.53.7

Changes Made

eng/versioning/version_client.txt

  • Updated dependency-version for 25 patched libraries
  • current-version values preserved from main (unchanged)

CHANGELOG.md (25 files)

  • Added patch release entries dated 2026-03-30 for each patched library
  • Each CHANGELOG preserves main's (Unreleased) section header and content
  • Patch entries inserted between the unreleased section and existing dated entries
  • All existing entries from main preserved in original order

pom.xml and README.md (238 files)

  • Updated automatically via python eng/versioning/update_versions.py
  • Changes are limited to version number updates reflecting new dependency versions

Verification

  • Only dependency-version columns changed in version_client.txt (not current-version)
  • 25 changed lines match the 25 patched libraries
  • CHANGELOG structure verified: unreleased section from main → patch entry → remaining main entries
  • pom.xml/README.md changes are auto-generated version updates only

…, pom.xml and README.md files

Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-java/sessions/87bdcc7a-92a5-466f-96b5-98cc5e322403

Co-authored-by: jairmyree <67484440+jairmyree@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@XiaofeiCao XiaofeiCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good for resourcemanager libraries

@jairmyree jairmyree requested a review from XiaofeiCao April 2, 2026 22:42
@jairmyree jairmyree marked this pull request as ready for review April 2, 2026 22:42
Copilot AI review requested due to automatic review settings April 2, 2026 22:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This merge-back PR brings the March 2026 patch-release updates from release/patch/20260330 into main, propagating patched dependency versions and corresponding release notes across the Java SDK repo.

Changes:

  • Updated eng/versioning/version_client.txt to reflect new dependency-version values for the patched libraries.
  • Inserted 2026-03-30 patch entries into affected library CHANGELOG.md files.
  • Auto-updated many pom.xml and README.md files to align referenced versions with the updated version metadata.

Reviewed changes

Copilot reviewed 260 out of 260 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
eng/versioning/version_client.txt Patch merge-back updates to dependency/current version metadata used by version automation.
sdk/keyvault-v2/azure-security-keyvault-certificates/README.md Updated dependency snippet version for Key Vault v2 certificates.
sdk/storage/azure-resourcemanager-storage/pom.xml Updated patched dependency versions for management-storage’s test/runtime deps.
sdk/storage/azure-resourcemanager-storage/CHANGELOG.md Added 2.55.4 patch entry for dependency upgrades.
sdk/msi/azure-resourcemanager-msi/pom.xml Updated dependency versions used by management-msi.
sdk/msi/azure-resourcemanager-msi/CHANGELOG.md Added 2.53.7 patch entry for dependency upgrades.
sdk/storage/azure-storage-blob/CHANGELOG.md Added 12.33.3 patch entry describing dependency upgrade.
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md Added 1.21.5 patch entry for dependency upgrade.

Comment on lines 65 to 69
<dependency>
<groupId>com.azure.v2</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>5.0.0-beta.1</version>
<version>4.9.0-beta.1</version>
</dependency>
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency snippet lists com.azure.v2:azure-security-keyvault-certificates but the version has been updated to 4.9.0-beta.1, which contradicts eng/versioning/version_client.txt where this artifact is 5.0.0-beta.1. This looks like the x-version-update metadata for this block is pointing at the wrong coordinate (so the updater pulled a different artifact/version). Align the x-version-update coordinate and the version value with com.azure.v2:azure-security-keyvault-certificates (5.0.0-beta.1).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@XiaofeiCao XiaofeiCao Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not an expert, but I don't think we should touch v2 libraries here?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

com.azure:azure-openrewrite

XiaofeiCao and others added 2 commits April 3, 2026 10:22
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Member

@weidongxu-microsoft weidongxu-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we don't do patch release for v2 libs?

XiaofeiCao and others added 2 commits April 3, 2026 16:18
* Update azure-resourcemanager current version to 2.61.0

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Run update_versions.py --sr to update pom versions

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update resourcemanager README versions for 2.61.0

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update CHANGELOG.md for azure-resourcemanager 2.61.0 release

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jairmyree
Copy link
Copy Markdown
Member

I assume we don't do patch release for v2 libs?

Correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Untriaged
Status: Untriaged
Status: Untriaged

Development

Successfully merging this pull request may close these issues.

6 participants