Documentation for Microsoft.Advisor shows only latest preview api version 2026-03-01-preview and not the ol ones

Garima Saxena 0 Reputation points Microsoft Employee
2026-06-03T10:19:15.18+00:00

We have multiple api versions for microsoft advisor in preview but on portal i am only seeing one that is latest 2026-03-01-preview. Why older versions are not showing up on portal

Link : [https://learn.microsoft.com/en-us/rest/api/advisor/operation-groups?view=rest-advisor-2026-03-01-preview]

In earlier version we have certain resource types for which we have removed support in 2026-03-01-preview version. So wiki pages for those RTs are removed from 2026-03-01-preview version, hence there is no way to get definition for those apis which are still supported in older versions. Why only latest preview version is showing up on portal ?

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-03T10:19:34.45+00:00

    The REST API documentation for Microsoft.Advisor is organized so that only the selected API version is shown at a time. The list of deployment API versions and their resource types is maintained separately under the Azure Resource Manager (ARM) template documentation.

    For Microsoft.Advisor, the available deployment API versions per resource type are listed in the ARM templates reference. For example:

    • Microsoft.Advisor/advisorScore has versions including 2022-10-01, 2023-01-01, 2023-09-01-preview, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview, and 2026-02-01-preview.
    • Microsoft.Advisor/assessments has preview versions 2023-09-01-preview, 2024-11-18-preview, 2025-05-01-preview, and 2026-02-01-preview.
    • Microsoft.Advisor/configurations has versions from 2020-01-01 up through 2026-02-01-preview.
    • Microsoft.Advisor/metadata has preview versions 2025-05-01-preview and 2026-02-01-preview.

    The change log for Microsoft.Advisor shows when new resource types or versions were introduced or updated, but it does not expose every REST documentation view selector in the same way as the ARM template reference. Older API versions remain listed and usable for deployment via ARM/Bicep, but the REST documentation UI may only expose the latest preview view for a given REST collection.

    To obtain definitions for resource types that are no longer present in the latest preview documentation, use the ARM template reference pages for the specific resource type and API version, or the corresponding change-log entries, which enumerate the supported versions and link to their schemas.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.