Skip to content

Commit 761468d

Browse files
committed
moving sample topic
1 parent c379174 commit 761468d

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/org-service/samples/access-discovery-service.md",
5+
"redirect_url": "../../sample-discovery-service-crmserviceclient",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "powerapps-docs/developer/data-platform/webapi/samples/global-discovery-service-csharp.md",
510
"redirect_url": "../../sample-global-discovery-service-csharp",

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
- name: "Sample: Blazor WebAssembly with Global Discovery"
442442
href: sample-blazor-web-assembly-global-discovery.md
443443
- name: "Sample: Global Discovery Service with CrmServiceClient"
444-
href: org-service/samples/access-discovery-service
444+
href: sample-discovery-service-crmserviceclient.md
445445
- name: Tutorials
446446
items:
447447
- name: "Tutorial: Register an app with Azure Active Directory"

powerapps-docs/developer/data-platform/discovery-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Like the `ServiceClient.DiscoverOnlineOrganizationsAsync` method, the `CrmServic
289289
### See Also
290290

291291
[Sample: Global Discovery Service Sample (C#)](sample-global-discovery-service-csharp.md)<br />
292-
[Sample: Access the Discovery service using CrmServiceClient](org-service/samples/access-discovery-service.md)<br />
292+
[Sample: Access the Discovery service using CrmServiceClient](sample-discovery-service-crmserviceclient.md)<br />
293293
[Sample: Blazor WebAssembly with Global Discovery](sample-blazor-web-assembly-global-discovery.md)
294294

295295

powerapps-docs/developer/data-platform/org-service/samples/access-discovery-service.md renamed to powerapps-docs/developer/data-platform/sample-discovery-service-crmserviceclient.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This sample code shows how to use the discovery service with the <xref:Microsoft
2121

2222
> [!NOTE]
2323
> This sample is limited to .NET Full Framework.
24-
> There is a newer sample compatible with .NET Core using the <xref:Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.DiscoverOnlineOrganizationsAsync%2A?text=Dataverse.Client.ServiceClient.DiscoverOnlineOrganizationsAsync Method>. See [Sample: Global Discovery Service (C#)](../../sample-global-discovery-service-csharp.md).
24+
> There is a newer sample compatible with .NET Core using the <xref:Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.DiscoverOnlineOrganizationsAsync%2A?text=Dataverse.Client.ServiceClient.DiscoverOnlineOrganizationsAsync Method>. See [Sample: Global Discovery Service (C#)](sample-global-discovery-service-csharp.md).
2525
2626
## How to run this sample
2727

@@ -67,9 +67,9 @@ This sample creates no records. No cleanup is required.
6767

6868
### See Also
6969

70-
[Discover user organizations](../../discovery-service.md)<br />
71-
[Sample: Global Discovery Service (C#)](../../sample-global-discovery-service-csharp.md)<br />
72-
[Sample: Blazor WebAssembly with Global Discovery](../../sample-blazor-web-assembly-global-discovery.md)
70+
[Discover user organizations](discovery-service.md)<br />
71+
[Sample: Global Discovery Service (C#)](sample-global-discovery-service-csharp.md)<br />
72+
[Sample: Blazor WebAssembly with Global Discovery](sample-blazor-web-assembly-global-discovery.md)
7373

7474

75-
[!INCLUDE[footer-include](../../../../includes/footer-banner.md)]
75+
[!INCLUDE [footer-banner](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)