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
Describe the bug
Getting ResourceNotFound error in table azure_subnet
> select * from azure_subnet
Error: network.InterfaceIPConfigurationsClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The Resource 'Microsoft.Network/networkInterfaces/aks-agentpool-21727176-vmss' under resource group 'MC_demo_delete-rk-k8s_eastus' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" (SQLSTATE HV000)
Steampipe version (steampipe -v)
Example: v0.18.0-alpha.31
Plugin version (steampipe plugin list)
Example: v0.5.0
To reproduce
select * from azure_subnet
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting
ResourceNotFound
error in table azure_subnetSteampipe version (
steampipe -v
)Example: v0.18.0-alpha.31
Plugin version (
steampipe plugin list
)Example: v0.5.0
To reproduce
select * from azure_subnet
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: