Skip to content

Commit f784f7c

Browse files
10 files with fixes to VS2017 occurrences.
1 parent e7d45a3 commit f784f7c

File tree

10 files changed

+16
-18
lines changed

10 files changed

+16
-18
lines changed

articles/cognitive-services/text-analytics/vs-text-connected-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ ms.author: aahi
1616

1717
By using the Text Analytics Service, you can extract rich information to categorize and process visual data, and perform machine-assisted moderation of images to help curate your services.
1818

19-
This article and its companion articles provide details for using the Visual Studio Connected Service feature for the Text Analytics Service. The capability is available in both Visual Studio 2017 15.7 or later, with the Cognitive Services extension installed.
19+
This article and its companion articles provide details for using the Visual Studio Connected Service feature for the Text Analytics Service. The capability is available in both Visual Studio 2019 or later, with the Cognitive Services extension installed.
2020

2121
## Prerequisites
2222

2323
- An Azure subscription. If you do not have one, you can sign up for a [free account](https://azure.microsoft.com/pricing/free-trial/).
24-
- Visual Studio 2017 version 15.7, with the Web Development workload installed. [Download it now](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs).
24+
- Visual Studio 2019, with the Web Development workload installed. [Download it now](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs).
2525

2626
[!INCLUDE [vs-install-cognitive-services-vsix](../../../includes/vs-install-cognitive-services-vsix.md)]
2727

articles/cognitive-services/translator-speech/tutorial-translator-speech-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A Visual Studio solution file for this application is [available on GitHub](http
2828

2929
## Prerequisites
3030

31-
For this tutorial, you need any edition of Visual Studio 2017, including the Community Edition.
31+
For this tutorial, you need any edition of Visual Studio 2019, including the Community Edition.
3232

3333
The Visual Studio solution also builds an installer for the application. You need the [WiX Toolset](http://wixtoolset.org/) and the [WiX Toolset Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension) to support this functionality.
3434

articles/cosmos-db/create-cassandra-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Azure Cosmos DB is Microsoft's globally distributed multi-model database service
2929
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)] Alternatively, you can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription, free of charge and commitments.
3030

3131
In addition, you need:
32-
* If you don't already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
32+
* If you don't already have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
3333
* Install [Git](https://www.git-scm.com/) to clone the example.
3434

3535
<a id="create-account"></a>
@@ -118,7 +118,7 @@ Now go back to the Azure portal to get your connection string information and co
118118
119119
![View and copy an access key in the Azure portal, Connection String page](./media/create-cassandra-dotnet/keys.png)
120120
121-
2. In Visual Studio 2017, open the Program.cs file.
121+
2. In Visual Studio, open the Program.cs file.
122122
123123
3. Paste the USERNAME value from the portal over `<FILLME>` on line 13.
124124

articles/cosmos-db/create-graph-dotnet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ This quick start demonstrates how to create an Azure Cosmos DB [Gremlin API](gra
2727

2828
## Prerequisites
2929

30-
If you don't already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
31-
32-
If you already have Visual Studio 2017 installed, make sure to be installed up to [Visual Studio 2017 Update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes).
30+
If you don't already have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
3331

3432
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3533

articles/cosmos-db/create-mongodb-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This quickstart demonstrates how to create a Cosmos account with [Azure Cosmos D
3030

3131
To run the sample, you'll need [Visual Studio](https://www.visualstudio.com/downloads/) and a valid Azure Cosmos DB account.
3232

33-
If you don't already have Visual Studio, download [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/) with the **ASP.NET and web development** workload installed with setup.
33+
If you don't already have Visual Studio, download [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/) with the **ASP.NET and web development** workload installed with setup.
3434

3535
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3636

articles/cosmos-db/create-mongodb-xamarin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This quickstart demonstrates how to create a [Cosmos account configured with Azu
3030

3131
To run the sample, you'll need [Visual Studio](https://www.visualstudio.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/) and a valid Azure CosmosDB account.
3232

33-
If you don't already have Visual Studio, download [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/) with the **Mobile development with .NET** workload installed with setup.
33+
If you don't already have Visual Studio, download [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/) with the **Mobile development with .NET** workload installed with setup.
3434

3535
If you prefer to work on a Mac, download [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/) and run the setup.
3636

@@ -160,7 +160,7 @@ You've now updated your app with all the info it needs to communicate with Azure
160160
161161
## Run the app
162162
163-
### Visual Studio 2017
163+
### Visual Studio 2019
164164
165165
1. In Visual Studio, right-click on each project in **Solution Explorer** and then click **Manage NuGet Packages**.
166166
2. Click **Restore all NuGet packages**.

articles/cosmos-db/create-sql-api-dotnet-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This quick start uses Version 3.0+ of the Azure Cosmos DB .NET SDK.
3232

3333
## Prerequisites
3434

35-
If you don’t already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable the **Azure development** workload during the Visual Studio setup.
35+
If you don’t already have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable the **Azure development** workload during the Visual Studio setup.
3636

3737
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3838
[!INCLUDE [cosmos-db-emulator-docdb-api](../../includes/cosmos-db-emulator-docdb-api.md)]
@@ -115,7 +115,7 @@ Now go back to the Azure portal to get your connection string information and co
115115

116116
![View and copy an access key in the Azure portal, Keys blade](./media/create-sql-api-dotnet/keys.png)
117117

118-
2. In Visual Studio 2017, open the **web.config** file.
118+
2. In Visual Studio, open the **web.config** file.
119119

120120
3. Copy your URI value from the portal (using the copy button) and make it the value of the ``endpoint`` key in web.config.
121121

articles/cosmos-db/create-sql-api-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ In this quickstart, you use Data Explorer in the Azure portal to create the data
2929

3030
## Prerequisites
3131

32-
Visual Studio 2017 with the Azure development workflow installed
33-
- You can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
32+
Visual Studio 2019 with the Azure development workflow installed
33+
- You can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
3434

3535
An Azure subscription or free Azure Cosmos DB trial account
3636
- [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]

articles/cosmos-db/create-sql-api-xamarin-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This quickstart demonstrates how to create an Azure Cosmos DB SQL API account, d
3232

3333
## Prerequisites
3434

35-
If you are developing on Windows and don’t already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** and **Mobile Development with .NET** workloads during the Visual Studio setup.
35+
If you are developing on Windows and don’t already have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** and **Mobile Development with .NET** workloads during the Visual Studio setup.
3636

3737
If you are using a Mac, you can download the **free** [Visual Studio for Mac](https://www.visualstudio.com/vs/mac/).
3838

@@ -87,7 +87,7 @@ Go back to the Azure portal to get your API key information and copy it into the
8787
8888
![View and copy an access key in the Azure portal, Keys blade](./media/create-sql-api-xamarin-dotnet/keys.png)
8989
90-
2. In either Visual Studio 2017 or Visual Studio for Mac, open the APIKeys.cs file in the azure-documentdb-dotnet/samples/xamarin/ToDoItems/ToDoItems.Core/Helpers folder.
90+
2. In either Visual Studio 2019 or Visual Studio for Mac, open the APIKeys.cs file in the azure-documentdb-dotnet/samples/xamarin/ToDoItems/ToDoItems.Core/Helpers folder.
9191
9292
3. Copy your URI value from the portal (using the copy button) and make it the value of the `CosmosEndpointUrl` variable in APIKeys.cs.
9393

articles/cosmos-db/create-table-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This quickstart shows how to use .NET and the Azure Cosmos DB [Table API](table-
2323

2424
## Prerequisites
2525

26-
If you don’t already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
26+
If you don’t already have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
2727

2828
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2929

0 commit comments

Comments
 (0)