You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow max_data_disk_count to work with maximize_capability
Currently maximize_capability breaks any test cases that rely on max_data_disk_count. Trying to manually set the value in the runbook creates a 'no quota available' error.
These changes make the default value (0,) instead of None, allowing a passed in value to merge with max_capability value.
0 commit comments