You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
When I try to use version 2024-05-01 of resources within Microsoft.ApiManagement I get an error from ARM indicating that version isn't available. Reproduced in both eastus and westus2.
If it's relevant, I was trying to create a Diagnostic.
Expected behavior
Published API versions should be available for use.
Actual behavior
ARM returns an error indicating the specified version is not available.
--------------------------------------------------------------------------------
RESPONSE 400: 400 Bad Request
ERROR CODE: MissingOrIncorrectVersionParameter
--------------------------------------------------------------------------------
{
"error": {
"code": "MissingOrIncorrectVersionParameter", "message": "API version query parameter is not specified or was specified incorrectly.
Supported versions: 2014-02-14-preview,2014-02-14,2015-09-15,2016-07-07,2016-10-10,2017-03-01,2018-01-01,
2018-06-01-preview,2019-01-01,2019-12-01-preview,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,2024-06-01-preview Example query param format: api-version=SupportedVersion",
"details": null
}
}
--------------------------------------------------------------------------------
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
API Spec link
specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2024-05-01
API Spec version
2024-05-01
Describe the bug
When I try to use version
2024-05-01
of resources within Microsoft.ApiManagement I get an error from ARM indicating that version isn't available. Reproduced in botheastus
andwestus2
.If it's relevant, I was trying to create a
Diagnostic
.Expected behavior
Published API versions should be available for use.
Actual behavior
ARM returns an error indicating the specified version is not available.
Reproduction Steps
Use the example shown on the 2024-05-01 documentation page.
Environment
I was running test builds of Azure Service Operator locally under WSL Ubuntu on Windows 11 24H2.
However, the error was in response to an HTTP PUT attempting to create the resource, so I don't think this is relevant.
The text was updated successfully, but these errors were encountered: