Skip to content

Commit 160f4a7

Browse files
committed
Update control plane links
1 parent 5867909 commit 160f4a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/digital-twins/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
- name: Control plane
165165
items:
166166
- name: .NET (C#) SDK
167-
href: /dotnet/api/overview/azure/digitaltwins/management?view=azure-dotnet&preserve-view=true
167+
href: /dotnet/api/overview/azure/digitaltwins
168168
- name: Java SDK
169169
href: /java/api/com.azure.resourcemanager.digitaltwins
170170
- name: Data plane
@@ -224,9 +224,9 @@
224224
- name: Control plane Swagger
225225
href: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable
226226
- name: .NET (C#) SDK - NuGet
227-
href: https://www.nuget.org/packages/Microsoft.Azure.Management.DigitalTwins/
227+
href: https://www.nuget.org/packages/Azure.ResourceManager.DigitalTwins
228228
- name: .NET (C#) SDK - Source code
229-
href: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/digitaltwins/Microsoft.Azure.Management.DigitalTwins
229+
href: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/digitaltwins/Azure.ResourceManager.DigitalTwins
230230
- name: Java SDK - Maven
231231
href: https://search.maven.org/search?q=a:azure-mgmt-digitaltwins
232232
- name: Java SDK - Source code

articles/digital-twins/concepts-apis-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The control plane APIs are [ARM](../azure-resource-manager/management/overview.m
3131
To use the control plane APIs:
3232
* You can call the APIs directly by referencing the latest Swagger folder in the [control plane Swagger repo](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable). This folder also includes a folder of examples that show the usage.
3333
* You can currently access SDKs for control APIs in...
34-
- [.NET (C#)](https://www.nuget.org/packages/Microsoft.Azure.Management.DigitalTwins/) ([reference [auto-generated]](/dotnet/api/overview/azure/digitaltwins/management?view=azure-dotnet&preserve-view=true)) ([source](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/digitaltwins/Microsoft.Azure.Management.DigitalTwins))
34+
- [.NET (C#)](https://www.nuget.org/packages/Azure.ResourceManager.DigitalTwins) ([reference [auto-generated]](/dotnet/api/overview/azure/digitaltwins)) ([source](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/digitaltwins/Azure.ResourceManager.DigitalTwins))
3535
- [Java](https://search.maven.org/search?q=a:azure-mgmt-digitaltwins) ([reference [auto-generated]](/java/api/overview/azure/digital-twins)) ([source](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/digitaltwins))
3636
- [JavaScript](https://www.npmjs.com/package/@azure/arm-digitaltwins) ([source](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/arm-digitaltwins))
3737
- [Python](https://pypi.org/project/azure-mgmt-digitaltwins/) ([source](https://github.com/Azure/azure-sdk-for-python/tree/release/v3/sdk/digitaltwins/azure-mgmt-digitaltwins))

articles/digital-twins/how-to-manage-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Following this method, you can go on to define models for the hospital's wards,
5757

5858
Once models are created, you can upload them to the Azure Digital Twins instance.
5959

60-
When you're ready to upload a model, you can use the following code snippet for the [.NET SDK](/dotnet/api/overview/azure/digitaltwins/management?view=azure-dotnet&preserve-view=true):
60+
When you're ready to upload a model, you can use the following code snippet for the [.NET SDK](/dotnet/api/overview/azure/digitaltwins.core-readme):
6161

6262
:::code language="csharp" source="~/digital-twins-docs-samples/sdks/csharp/model_operations.cs" id="CreateModel":::
6363

articles/digital-twins/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ landingContent:
7070
- text: REST APIs
7171
url: /rest/api/azure-digitaltwins/
7272
- text: Control plane .NET (C#) SDK
73-
url: /dotnet/api/overview/azure/digitaltwins/management?view=azure-dotnet&preserve-view=true
73+
url: /dotnet/api/overview/azure/digitaltwins
7474
- text: Data plane .NET (C#) SDK
7575
url: /dotnet/api/overview/azure/digitaltwins.core-readme
7676
- linkListType: how-to-guide

0 commit comments

Comments
 (0)