From ab0251e9894388b91f11efa08b2233b28122514d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 24 Feb 2026 16:13:24 -0500 Subject: [PATCH] README: Remove AzManagers.jl for now --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5ce1b91..0b0a5c8 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ The following managers are implemented in this package (the `ClusterManagers.jl` | Load Sharing Facility (LSF) | [LSFClusterManager.jl](https://github.com/JuliaParallel/LSFClusterManager.jl) | `addprocs_lsf(np::Integer; bsub_flags=``, ssh_cmd=``)` or `addprocs(LSFManager(np, bsub_flags, ssh_cmd, retry_delays, throttle))` | | ElasticManager | [ElasticClusterManager.jl](https://github.com/JuliaParallel/ElasticClusterManager.jl) | `addprocs(ElasticManager(...); kwargs...)` | | Kubernetes (K8s) | [K8sClusterManagers.jl](https://github.com/beacon-biosignals/K8sClusterManagers.jl) | `addprocs(K8sClusterManager(np; kwargs...))` | -| Azure scale-sets | [AzManagers.jl](https://github.com/ChevronETC/AzManagers.jl) | `addprocs(vmtemplate, n; kwargs...)` | ### Not currently being actively maintained