Share via

API version 2026-03-01-preview for Microsoft.insights/actionGroups does not work

Marcus Holmberg 0 Reputation points
2026-05-06T14:28:43.91+00:00

I am seeing Azure Policy evaluation failures with Compliance reason 'UnsupportedApiVersion' on all resources for a policy that is evaluation alert Action Groups. This is likely due to "The latest API version is always used during compliance evaluation on existing resources." - see below.

Reviewing an Action Group resource in the portal by clicking JSON View, the latest API version is listed as 2026-03-01-preview. Choosing this version gets stuck in an endless loop but gives this error in the background (HTTP 400):

{ "Error": { "Code": "UnsupportedApiVersion", "Message": "The HTTP resource that matches the request URI '<readacted>/providers/microsoft.insights/actionGroups/my-action-group' does not support the API version '2026-03-01-preview'." } }

Any other available API version, like 2025-09-01-preview or 2024-10-01-preview, swiftly returns an answer.

The Change Log for this API does not show any information for versions higher than 2024-10-01-preview.

Edit: We have tried to re-register the Microsoft.Insights provider.

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.


1 answer

Sort by: Most helpful
  1. Vinodh247 42,451 Reputation points MVP Volunteer Moderator
    2026-05-06T15:33:24.9533333+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    This is not a bug in your policy. It is a preview API version incorrectly marked as latest but not actually usable, causing Azure Policy to fail compliance checks.

    Azure Policy always evaluates resources using the latest API version advertised by the resource provider. In your case, Microsoft.Insights is exposing 2026-03-01-preview as the latest version for Action Groups. However, that version is not actually deployed or supported in your region/tenant, so any evaluation using it fails with UnsupportedApiVersion.

    Why you see the mismatch:

    • Portal JSON view is picking up the latest advertised version
    • Backend API for your subscription/region does not support it yet
    • Policy engine blindly uses the latest version → evaluation fails
    • Change log not listing it confirms it is likely an incomplete or internal rollout

    Important point: Re-registering the provider will not fix this because the issue is on Microsoft’s side (metadata vs actual API availability mismatch).

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.