We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858ebe9 commit 0859f9cCopy full SHA for 0859f9c
modules/machinery/az.py
@@ -1215,7 +1215,7 @@ def _get_relevant_machines(self, tag):
1215
"""
1216
# The number of relevant machines are those from the list of locked and unlocked machines
1217
# that have the correct tag in their name
1218
- return [machine for machine in self.db.list_machines([tag])]
+ return [machine for machine in self.db.list_machines(tags=[tag])]
1219
1220
@staticmethod
1221
def _wait_for_concurrent_operations_to_complete(timeout=AZURE_TIMEOUT):
0 commit comments