From df929e417fa9afadb02ed6b8cd231722da95b38b Mon Sep 17 00:00:00 2001 From: antisch Date: Thu, 8 Aug 2019 10:51:28 +1200 Subject: [PATCH 1/2] Updated install instructions --- sdk/storage/azure-storage-blob/README.md | 2 +- sdk/storage/azure-storage-file/README.md | 2 +- sdk/storage/azure-storage-queue/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 9cc1f7ff1af1..af18b9b4645f 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -18,7 +18,7 @@ Blob storage is ideal for: Install the Azure Storage Blobs client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-storage-blob +pip install azure-storage-blob --preview ``` **Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), and a diff --git a/sdk/storage/azure-storage-file/README.md b/sdk/storage/azure-storage-file/README.md index ac9afb148da0..dbe8951967fd 100644 --- a/sdk/storage/azure-storage-file/README.md +++ b/sdk/storage/azure-storage-file/README.md @@ -15,7 +15,7 @@ Azure file shares can be used to: Install the Azure Storage File client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-storage-file +pip install azure-storage-file --preview ``` **Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), and a diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index e602e2aa7563..087cd00ebd5b 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -15,7 +15,7 @@ Common uses of Queue storage include: Install the Azure Storage Queue client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-storage-queue +pip install azure-storage-queue --preview ``` **Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), and a From 1100a0728bde57acf9e9e3659e245933b2a85b0a Mon Sep 17 00:00:00 2001 From: antisch Date: Thu, 8 Aug 2019 11:01:10 +1200 Subject: [PATCH 2/2] wrong flag --- sdk/storage/azure-storage-blob/README.md | 2 +- sdk/storage/azure-storage-file/README.md | 2 +- sdk/storage/azure-storage-queue/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index af18b9b4645f..84ce9494691e 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -18,7 +18,7 @@ Blob storage is ideal for: Install the Azure Storage Blobs client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-storage-blob --preview +pip install azure-storage-blob --pre ``` **Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), and a diff --git a/sdk/storage/azure-storage-file/README.md b/sdk/storage/azure-storage-file/README.md index dbe8951967fd..05ab4d03aebf 100644 --- a/sdk/storage/azure-storage-file/README.md +++ b/sdk/storage/azure-storage-file/README.md @@ -15,7 +15,7 @@ Azure file shares can be used to: Install the Azure Storage File client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-storage-file --preview +pip install azure-storage-file --pre ``` **Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), and a diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index 087cd00ebd5b..9411c72f900d 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -15,7 +15,7 @@ Common uses of Queue storage include: Install the Azure Storage Queue client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-storage-queue --preview +pip install azure-storage-queue --pre ``` **Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), and a