William Squires
William Squires
Reading though the docs a bit closer it looks like the `agentPoolProfiles` part of what we get from the cluster JSON should have what we need, so we don't need...
I'm going to look into how the `az` command gets it's information on Monday and try to work out what we need to change in Preflight. Going to start looking...
/assign @wwwil
I'm now finding `curl` gets the info I want, but it is still not shown in the Preflight intermediate data. ``` $ curl -i -H "Authorization: Bearer $(jq -r .accessToken...
Confirmed the problem! I'm not sure why I was not getting full info previously with `curl`, but when that started to work I looked into our code again and noticed...
We do have a local files data gatherer which is very generic. While hacky this can be combined with `curl` other commands to get data to Preflight. I feel this...