projectkudu / AzureResourceExplorer

Azure Resource Explorer - a site to explore and manage your ARM resources in style
https://resources.azure.com
Apache License 2.0
199 stars 77 forks source link

Incorrect version when exploring Microsoft.ApiManagement service #371

Open TazzyMan opened 4 months ago

TazzyMan commented 4 months ago

When using Azure Resource Explorer, and expanding a Microsoft.ApiManagement provider, the following error occurs:

{
  "data": {
    "Message": "The service is configured to allow management requests only with the following api-version values: 2019-12-01, 2020-06-01-preview, 2020-12-01, 2021-01-01-preview, 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2022-09-01-preview, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview"
  },
  "status": 400
}

So it's not possible to expand the child nodes.

davidebbo commented 4 months ago

It's because the swagger uses version 2018-01-01, which is too old. It needs to be updated to something newer. @balag0 ?