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
haskey(templates_scaleset, template) ||error("scale-set template file does not contain a template with name: $template. See `AzManagers.save_template_scaleset`")
vCPU_details = [(cap["value"], any(cap -> cap["name"] =="HyperThreadingEnabled"&& cap["value"] =="true", sku["capabilities"])) for sku in filtered_skus for cap in sku["capabilities"] if cap["name"] =="vCPUs"]
0 commit comments