Skip to content

Commit 83fde98

Browse files
committed
Update monitoring-dashboard-manager.sh
1 parent 814b9ed commit 83fde98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metrics-collector/setup/ibm-cloud-monitoring/monitoring-dashboard-manager.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ export_dashboard() {
407407
dashboard=$(echo "$dashboard" | jq 'del(.lastAccessedOnByCurrentUser)')
408408
dashboard=$(echo "$dashboard" | jq 'del(.username)')
409409
dashboard=$(echo "$dashboard" | jq 'del(.publicToken)')
410+
dashboard=$(echo "$dashboard" | jq 'del(.version)')
410411

411412
# Generate output filename if not provided
412413
if [[ -z "$output_file" ]]; then

0 commit comments

Comments
 (0)