diff --git a/specification/azurestack/resource-manager/readme.md b/specification/azurestack/resource-manager/readme.md index f06d9ffce1c4..60d2ed7bcc4a 100644 --- a/specification/azurestack/resource-manager/readme.md +++ b/specification/azurestack/resource-manager/readme.md @@ -9,7 +9,7 @@ The Azure Stack RP comprises of small services where each service has its own ta Hence, each sub-service has its own swagger spec. All of them are tied together using this configuration and are packaged together into one Azure Stack client library. -This makes it easier for customers to download one (nuget/npm/pip/maven/gem) Azure Stack client library package rather than installing individual packages for each sub service. +This makes it easier for customers to download one (NuGet/npm/pip/maven/gem) Azure Stack client library package rather than installing individual packages for each sub service. --- diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/readme.md b/specification/cognitiveservices/data-plane/TextAnalytics/readme.md index 3a4d6c8d4cac..f12e86aef86f 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/readme.md +++ b/specification/cognitiveservices/data-plane/TextAnalytics/readme.md @@ -1,7 +1,7 @@ # Cognitive Services Language SDK The Cognitive Service Language SDK has support for the Text Analytics Cognitive Service. -While this repository contains the [Autorest](https://aka.ms/autorest) generated SDK, the easiest way to consume the SDK is by installing the Nuget package for it. +While this repository contains the [Autorest](https://aka.ms/autorest) generated SDK, the easiest way to consume the SDK is by installing the NuGet package for it. Note that the Cognitive Services Language SDK is simply a wrapper on top of the Text Analytics Cognitive service. As such, it will generate calls to the Azure service. @@ -11,12 +11,12 @@ You must have a [Cognitive Services API account](https://docs.microsoft.com/azur You must also have the [endpoint and access key](../How-tos/text-analytics-how-to-access-key.md) that was generated for you during sign up. -## Installing the Nuget SDK Package +## Installing the NuGet SDK Package 1. Create a new Console solution in Visual Studio. 1. Right click on the solution and click **Manage NuGet Packages for Solution** 1. Mark the **Include Prerelease** checkbox. 1. Select the **Browse** tab, and Search for **Microsoft.Azure.CognitiveServices.Language** -1. Select the Nuget package and install it. +1. Select the NuGet package and install it. ## Calling the Text Analytics API using the SDK The following code snippets show to consume the SDK. Note that you will need to replace `client.SubscriptionKey` with the key you received when you signed up and `client.AzureRegion` with the region you signed up for. diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index b8a23076a955..5616fae4f3ff 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -9,7 +9,7 @@ The compute RP comprises of small services where each service has its own tag. Hence, each sub-service has its own swagger spec. All of them are tied together using this configuration and are packaged together into one compute client library. -This makes it easier for customers to download one (nuget/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service. +This makes it easier for customers to download one (NuGet/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service. --- diff --git a/specification/visualstudio/resource-manager/readme.md b/specification/visualstudio/resource-manager/readme.md index 273fce78f603..7024b0319542 100644 --- a/specification/visualstudio/resource-manager/readme.md +++ b/specification/visualstudio/resource-manager/readme.md @@ -9,7 +9,7 @@ The App service RP comprises of services where each service has its own tag. Hence, each sub-service has its own swagger spec. All of them are tied together using this configuration and are packaged together into one compute client library. -This makes it easier for customers to download one (nuget/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service. +This makes it easier for customers to download one (NuGet/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service. ---