AMG: KeyError: 'meta' #8298
Labels
Auto-Assign
Auto assign by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
extension/grafana
az grafana
Service Attention
This issue is responsible by Azure service team.
Describe the bug
When I run
az grafana dashboard import --resource-group "$(tf_grafana_resource_group_name)" --name "$(tf_grafana_instance_name)" --definition $file --overwrite
an error occursRelated command
az grafana dashboard import
Errors
Issue script & Debug output
I can't provide a debug log right now, as it is run in a pipeline. Will try to reproduce locally and update later.
Expected behavior
The dashboard should be imported, as it is a vlid file and not a folder.
Environment Summary
azure-cli 2.66.0 *
core 2.66.0 *
telemetry 1.1.0
Extensions:
azure-devops 1.0.1
Dependencies:
msal 1.31.0
azure-mgmt-resource 23.1.1
Python location '/opt/az/bin/python3'
Extensions directory '/opt/az/azcliextensions'
Python (Linux) 3.12.7 (main, Oct 30 2024, 03:56:40) [GCC 11.4.0]
Additional context
I had a look into the files and the line in question was added in #8207. I will try to use the version 2.5.0 instead of newest version to verify. I can't easily reproduce that locally as it runs in a pipeline.
The text was updated successfully, but these errors were encountered: