Regression #785
I'm using the nix version of Task version: 3.39.2
declare -A database_lookup
database_lookup["management"]=management
database_lookup["devicetwin"]=devicetwin
database_lookup["identity"]=identity
for d in "${!database_lookup[@]}"
do
echo $d
done
Regression #785 I'm using the nix version of Task version: 3.39.2
The above code just prints "0".