Skip to content

Commit 06a67a2

Browse files
committed
Merge branch 'master' into Nava_mref
2 parents 69026e0 + 78689c8 commit 06a67a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2260
-2343
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/common-data-service/build-tools-tutorial-faq.md",
5+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/devops-build-tools#frequently-asked-question-faq",
6+
"redirect_document_id": "false"
7+
},
8+
{
9+
"source_path": "powerapps-docs/developer/common-data-service/build-tools-tasks.md",
10+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/devops-build-tools#build-tool-tasks",
11+
"redirect_document_id": "false"
12+
},
13+
{
14+
"source_path": "powerapps-docs/developer/common-data-service/build-tools-overview.md",
15+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/devops-build-tools",
16+
"redirect_document_id": "false"
17+
},
318
{
419
"source_path": "powerapps-docs/maker/model-driven-apps/customize-power-bi-content-packs.md",
520
"redirect_url": "../common-data-service/use-powerbi-with-cds",

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -335,14 +335,6 @@
335335
href: create-patches-simplify-solution-updates.md
336336
- name: When to edit the customizations file
337337
href: when-edit-customization-file.md
338-
- name: Build tools for Azure DevOps
339-
items:
340-
- name: Overview
341-
href: build-tools-overview.md
342-
- name: Tasks
343-
href: build-tools-tasks.md
344-
- name: Tutorial and FAQ
345-
href: build-tools-tutorial-faq.md
346338
- name: SolutionPackager tool
347339
href: compress-extract-solution-file-solutionpackager.md
348340
items:

powerapps-docs/developer/common-data-service/authenticate-dot-net-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ More information: [Build Windows client applications using the XRM tools](xrm-to
4848
Use .NET Framework version 4.6.2 or higher when you create client applications. Only applications using Transport Level Security (TLS) 1.2 or better security can connect. TLS 1.2 is not the default protocol used by .NET Framework 4.5.2, but it is in .NET Framework 4.6.2.
4949

5050
> [!NOTE]
51-
> The SDK APIs available in [Microsoft.CrmSdk.XrmTooling.CoreAssembly](https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly/) and other "CrmSdk" NuGet packages do not support .NET Core code development. Revised packages (containing refactored APIs) that do support .NET Core development can be found here: [Microsoft.Powerplatform.Cds.Client](https://www.nuget.org/packages/Microsoft.Powerplatform.Cds.Client/) and [Microsoft.Dynamics.Sdk.Messages](https://www.nuget.org/packages/Microsoft.Dynamics.Sdk.Messages/).<p/>
51+
> The SDK APIs available in [Microsoft.CrmSdk.XrmTooling.CoreAssembly](https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly/) and other "CrmSdk" NuGet packages do not support .NET Core code development.<p/>
5252
> **Known Issue with Visual Studio 2015**
5353
>
5454
> When you are running your project/solution in VS 2015 in debug mode, you may not be able to connect. This happens regardless of whether you are using a Target Framework of 4.6.2 or higher. This can occur because the Visual Studio hosting process is compiled against .NET 4.5 which means by default it does not support TLS 1.2. You can disable the Visual Studio hosting process as a work around.

powerapps-docs/developer/common-data-service/build-tools-overview.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)