Skip to content

Update Service Fabric managed identity API version to 2020-05-01#5781

Merged
gladjohn merged 2 commits intomainfrom
copilot/update-managed-identity-api-version
Feb 24, 2026
Merged

Update Service Fabric managed identity API version to 2020-05-01#5781
gladjohn merged 2 commits intomainfrom
copilot/update-managed-identity-api-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 24, 2026

Stable MSAL releases were requesting the 2019-07-01-preview Service Fabric managed identity API. A compatible GA version (2020-05-01) is available and safe to use unconditionally — Service Fabric 7.1 (last version without this support) reached end-of-life in 2021.

Changes proposed in this request

  • ServiceFabricManagedIdentitySource.cs: Update ServiceFabricMsiApiVersion constant from "2019-07-01-preview""2020-05-01"
  • MockHttpManagerExtensions.cs: Update test mock to expect the new API version

Testing
Existing Service Fabric managed identity unit tests cover this change with no modifications needed beyond the mock update.

Performance impact
None.

Documentation

  • All relevant documentation is updated.
Original prompt

This section details on the original issue you should resolve

<issue_title>Update Service Fabric managed identity API version to 2020-05-01</issue_title>
<issue_description>Clients currently specify version 2019-07-01-preview. This is awkward because it means stable versions of MSAL request a preview service version. There's a compatible stable version MSAL can specify instead: 2020-05-01. Service Fabric 7.1 is the last version that didn't support this managed identity API, and support for it ended in 2021. So, it's reasonable for clients to unconditionally request the 2020-05-01 managed identity API.

We agreed to change the API version from 2019-07-01-preview to 2020-05-01</issue_description>

Comments on the Issue (you are @copilot in this section)

@bgavrilMS Shouldn't we just bump to the latest GA version @gladjohn @neha-bhargava @trwalke @bgavrilMS We discussed with Service Fabric team. Updated the spec

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…eview to 2020-05-01

Co-authored-by: bgavrilMS <12273384+bgavrilMS@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Service Fabric managed identity API version to 2020-05-01 Update Service Fabric managed identity API version to 2020-05-01 Feb 24, 2026
Copilot AI requested a review from bgavrilMS February 24, 2026 16:34
@bgavrilMS bgavrilMS marked this pull request as ready for review February 24, 2026 16:35
@bgavrilMS bgavrilMS requested a review from a team as a code owner February 24, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Service Fabric managed identity API version to 2020-05-01

5 participants