From 4687ea1a3f508b3d8907302254921afba3b31102 Mon Sep 17 00:00:00 2001 From: Agnivesh Adhikari Date: Wed, 9 Jun 2021 15:20:10 +0530 Subject: [PATCH 1/3] Updating readme. Consistent nomenclature. --- sdk/agrifood/azure-agrifood-farming/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sdk/agrifood/azure-agrifood-farming/README.md b/sdk/agrifood/azure-agrifood-farming/README.md index 884017fc4bd5..c3837ceb771b 100644 --- a/sdk/agrifood/azure-agrifood-farming/README.md +++ b/sdk/agrifood/azure-agrifood-farming/README.md @@ -1,4 +1,4 @@ -# Azure AgriFood Farming client library for Python +# Azure FarmBeats client library for Python FarmBeats is a B2B PaaS offering from Microsoft that makes it easy for AgriFood companies to build intelligent digital agriculture solutions on Azure. FarmBeats allows users to acquire, aggregate, and process agricultural data from various sources (farm equipment, weather, satellite) without the need to invest in deep data engineering resources.  Customers can build SaaS solutions on top of FarmBeats and leverage first class support for model building to generate insights at scale. Use FarmBeats client library for Python to do the following. @@ -15,12 +15,12 @@ Use FarmBeats client library for Python to do the following. To use this package, you must have: - Azure subscription - [Create a free account][azure_subscription] -- AgriFood (FarmBeats) resource - [Install FarmBeats][install_farmbeats] +- Azure FarmBeats resource - [Install FarmBeats][install_farmbeats] - Python 2.7, 3.6 or later - [Install Python][python] ### Install the package -Install the Azure AgriFood Farming client library for Python with [pip][pip]: +Install the Azure Farmbeats client library for Python with [pip][pip]: ```bash pip install azure-agrifood-farming @@ -33,7 +33,8 @@ provide an instance of the desired credential type obtained from the [azure-identity][azure_identity_credentials] library. To authenticate with AAD, you must first [pip][pip] install [`azure-identity`][azure_identity_pip] and -enable AAD authentication on your AgriFood resource (ADD LINK). +enable AAD authentication on your FarmBeats resource. If you followed our installation docs when creating the FarmBeats +resource, this is already covered. After setup, you can choose which type of [credential][azure_identity_credentials] from azure.identity to use. As an example, [DefaultAzureCredential][default_azure_credential] @@ -289,7 +290,7 @@ for scene in scenes: ### General -The AgriFood Farming client will raise exceptions defined in [Azure Core][azure_core] if you call `.raise_for_status()` on your responses. +The FarmBeats client will raise exceptions defined in [Azure Core][azure_core] if you call `.raise_for_status()` on your responses. ### Logging From deac8eb4f3f4c504bcd2a609e745011faeaf50d5 Mon Sep 17 00:00:00 2001 From: Agnivesh Adhikari Date: Wed, 9 Jun 2021 15:23:03 +0530 Subject: [PATCH 2/3] Added link --- sdk/agrifood/azure-agrifood-farming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/agrifood/azure-agrifood-farming/README.md b/sdk/agrifood/azure-agrifood-farming/README.md index c3837ceb771b..e8acfd5639cf 100644 --- a/sdk/agrifood/azure-agrifood-farming/README.md +++ b/sdk/agrifood/azure-agrifood-farming/README.md @@ -33,7 +33,7 @@ provide an instance of the desired credential type obtained from the [azure-identity][azure_identity_credentials] library. To authenticate with AAD, you must first [pip][pip] install [`azure-identity`][azure_identity_pip] and -enable AAD authentication on your FarmBeats resource. If you followed our installation docs when creating the FarmBeats +enable AAD authentication on your FarmBeats resource. If you followed the [installation docs][install_farmbeats] when creating the FarmBeats resource, this is already covered. After setup, you can choose which type of [credential][azure_identity_credentials] from azure.identity to use. From 6a43a442005045ed6a40f5afcedc5f37cc3d73a3 Mon Sep 17 00:00:00 2001 From: Agnivesh Adhikari Date: Thu, 10 Jun 2021 14:19:18 +0530 Subject: [PATCH 3/3] fix typo --- sdk/agrifood/azure-agrifood-farming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/agrifood/azure-agrifood-farming/README.md b/sdk/agrifood/azure-agrifood-farming/README.md index e8acfd5639cf..ae2b158e97a4 100644 --- a/sdk/agrifood/azure-agrifood-farming/README.md +++ b/sdk/agrifood/azure-agrifood-farming/README.md @@ -20,7 +20,7 @@ To use this package, you must have: ### Install the package -Install the Azure Farmbeats client library for Python with [pip][pip]: +Install the Azure FarmBeats client library for Python with [pip][pip]: ```bash pip install azure-agrifood-farming