Don Lewis
Results
11
comments of
Don Lewis
Since this is an array, this does appear to work: ```ruby describe azure_aks_cluster(resource_group: resource_group, name: aks_name).properties.agentPoolProfiles[1] do its('name') { should eq 'pool2' } its('count') { should eq 1 } its('maxPods')...