Add Communication Identity service version 2026-09-23 - #50416
Open
John Fraser (JohnRFraser) wants to merge 1 commit into
Open
John Fraser (JohnRFraser) wants to merge 1 commit into
John Fraser (JohnRFraser) wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
John Fraser (JohnRFraser)
requested review from
a team,
Aigerim (AikoBB) and
Maqsood Jafferi (mjafferi-msft)
as code owners
September 11, 2026 07:03
Copilot started reviewing on behalf of
John Fraser (JohnRFraser)
September 11, 2026 07:04
View session
|
Azure Pipelines: Successfully started running 1 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The review indicates changes are required before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds Communication Identity service version 2026-09-23 as the default while retaining prior versions.
Changes:
- Adds the new service version and updates
getLatest(). - Adds sync and async default-version tests.
- Updates the changelog.
File summaries
| File | Description |
|---|---|
sdk/communication/azure-communication-identity/src/test/java/com/azure/communication/identity/CommunicationIdentityBuilderUnitTests.java |
Verifies default API-version requests. |
sdk/communication/azure-communication-identity/src/main/java/com/azure/communication/identity/CommunicationIdentityServiceVersion.java |
Adds and selects the new service version. |
sdk/communication/azure-communication-identity/CHANGELOG.md |
Documents the new default version. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds Communication Identity service version
2026-09-23so clients use the new API version by default while retaining explicit access to prior supported versions.The change extends
CommunicationIdentityServiceVersion, updatesgetLatest(), and adds sync and async transport-level tests that verify the defaultapi-version=2026-09-23query parameter.The targeted builder test suite passes with 19 tests. The full playback suite is currently blocked by the local test proxy using an invalid recording path and refusing connections on port 5000.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines