Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect version when exploring Microsoft.ApiManagement service #371

Open
TazzyMan opened this issue May 7, 2024 · 1 comment
Open

Comments

@TazzyMan
Copy link

TazzyMan commented May 7, 2024

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
Copy link
Member

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

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

No branches or pull requests

2 participants