From 52d4079184e3667a4360011415194c1b5bc275b6 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 29 Jun 2016 14:55:19 +0100 Subject: [PATCH] Quote the azure requirement to prevent > causing file redirection (#16490) Running it without quotes caused a file called '=2.0.0rc4' to be created, containing the stdout of pip installing azure 1.x --- docsite/rst/guide_azure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/guide_azure.rst b/docsite/rst/guide_azure.rst index 417a5a11473..527d706868c 100644 --- a/docsite/rst/guide_azure.rst +++ b/docsite/rst/guide_azure.rst @@ -13,7 +13,7 @@ SDK is via pip: .. code-block:: bash - $ pip install azure>=2.0.0rc4 + $ pip install "azure>=2.0.0rc4" Authenticating with Azure