Skip to content

Commit 4747318

Browse files
committed
Merge branch 'cogserv' of https://github.com/PatrickFarley/azure-docs-pr into cogserv
2 parents bb2f424 + b60fc3e commit 4747318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/includes/quickstarts/management-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 06/04/2021
1010
ms.author: pafarley
1111
---
1212

13-
[Reference documentation](/dotnet/api/overview/azure/cognitiveservices/management/management-cognitiveservices(deprecated)) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.Management.CognitiveServices/8.0.0-preview/) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/tests)
13+
[Reference documentation](/dotnet/api/overview/azure/resourcemanager.cognitiveservices-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Azure.ResourceManager.CognitiveServices) | [Package (NuGet)](https://www.nuget.org/packages/Azure.ResourceManager.CognitiveServices) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Azure.ResourceManager.CognitiveServices/tests)
1414

1515
## C# prerequisites
1616

@@ -52,7 +52,7 @@ Build succeeded.
5252
Within the application directory, install the Azure Management client library for .NET with the following command:
5353

5454
```console
55-
dotnet add package Microsoft.Azure.Management.CognitiveServices
55+
dotnet add package Azure.ResourceManager.CognitiveServices
5656
dotnet add package Microsoft.Azure.Management.Fluent
5757
dotnet add package Microsoft.Azure.Management.ResourceManager.Fluent
5858
```
@@ -63,7 +63,7 @@ If you're using the Visual Studio IDE, the client library is available as a down
6363

6464
Open *program.cs* and add the following `using` statements to the top of the file:
6565

66-
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/azure_management_service/create_delete_resource.cs?name=snippet_using)]
66+
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/azure_management_service/create_delete_resource_preview.cs?name=snippet_using)]
6767

6868
## Authenticate the client
6969

0 commit comments

Comments
 (0)