-
Notifications
You must be signed in to change notification settings - Fork 3.4k
API Version not valid #29913
Copy link
Copy link
Open
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Description
Metadata
Metadata
Assignees
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
No fields configured for issues without a type.
Describe the bug
When reading an aks resource with "az resource show --ids" the following error is thrown:
(InvalidAPIVersion) API version '2024-08-01' is not valid
Code: InvalidAPIVersion
Message: API version '2024-08-01' is not valid
Related command
az resource show --ids /subscriptions/..../providers/Microsoft.ContainerService/managedClusters/xxxx
Errors
(InvalidAPIVersion) API version '2024-08-01' is not valid
Code: InvalidAPIVersion
Message: API version '2024-08-01' is not valid
Issue script & Debug output
az resource show --ids
Expected behavior
Return the correct AKS object.
Environment Summary
azure-cli 2.64.0
core 2.64.0
telemetry 1.1.0
Dependencies:
msal 1.30.0
azure-mgmt-resource 23.1.1
Additional context
The same happends with Az powershell cmdllets.