emerrf

Results 3 comments of emerrf

+1 same issue here. Please fix it. Creating a Secret Scope using a Service Principal with AAD Token is still not working.

Same issue here, this time parsing a job description with cron expression which must have spaces. Reproducible example tested in Azure Databricks: ``` > databricks jobs create --json '"{\"name\":\"Nightly_model_training\",\"new_cluster\":{\"spark_version\":\"7.3.x-scala2.12\",\"node_type_id\":\"Standard_DS12_v2\",\"num_workers\":1},\"libraries\":[{\"jar\":\"dbfs:/my-jar.jar\"},{\"maven\":{\"coordinates\":\"org.jsoup:jsoup:1.7.2\"}}],\"max_retries\":1,\"spark_jar_task\":{\"main_class_name\":\"com.databricks.ComputeModels\"}}"' {...

Next time, you can try to use the windows compiled binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyzmq which is build with OpenPGM support. To install it you just have to do: `pip install pyzmq‑14.5.0‑cp27‑none‑win_amd64.whl`...