fix create_vmss log message (#293)

This commit is contained in:
bmc-msft
2020-11-11 12:17:42 -05:00
committed by GitHub
parent 3cade0800d
commit ba59230187

View File

@ -205,7 +205,7 @@ def create_vmss(
return None return None
logging.info( logging.info(
"creating VM count" "creating VM "
"name: %s vm_sku: %s vm_count: %d " "name: %s vm_sku: %s vm_count: %d "
"image: %s subnet: %s spot_instances: %s", "image: %s subnet: %s spot_instances: %s",
name, name,