Skip to content

Commit eda0725

Browse files
authored
Live publish
2 parents c30df38 + 0a80098 commit eda0725

File tree

60 files changed

+553
-624
lines changed

Some content is hidden

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

60 files changed

+553
-624
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/walkthrough-registering-configuring-simplespa-application-adal-js.md",
5+
"redirect_url": "quick-start-register-configure-simplespa-application-msal-js",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "powerapps-docs/maker/data-platform/azure-synapse-link-copy-sql.md",
10+
"redirect_url": "azure-synapse-link-pipelines",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "powerapps-docs/developer/data-platform/webapi/samples/cdswebapiservice.md",
515
"redirect_url": "webapiservice",
@@ -7206,4 +7216,4 @@
72067216
"redirect_document_id": "false"
72077217
}
72087218
]
7209-
}
7219+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@
450450
href: walkthrough-register-app-azure-active-directory.md
451451
- name: "Tutorial: Create an ASP.NET Core Blazor WebAssembly App"
452452
href: walkthrough-blazor-webassembly-single-tenant.md
453-
- name: "Tutorial: Register and configuring a SPA application with adal.js"
454-
href: walkthrough-registering-configuring-simplespa-application-adal-js.md
453+
- name: "Quick Start: Register and configure a SPA application with msal.js"
454+
href: quick-start-register-configure-simplespa-application-msal-js.md
455455
- name: Transition apps to Dataverse ServiceClient
456456
href: sdk-client-transition.md
457457
- name: Best practices

powerapps-docs/developer/data-platform/authenticate-oauth.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ For specific steps to do this, see [Walkthrough: Register an app with Azure Acti
6161

6262
If your app will use Server-to-Server (S2S) authentication, this step is not required. That configuration requires a specific system user and the operations will be performed by that user account rather than any user that must be authenticated.
6363

64-
### Enable Implicit Flow
65-
66-
If you are configuring an app for a Single Page Application (SPA) you must edit the Manifest to set the `oauth2AllowImplicitFlow` value to `true`. More information: [Walkthrough: Registering and configuring a SPA application with adal.js](walkthrough-registering-configuring-simplespa-application-adal-js.md)
67-
6864
### Use Client Secrets & Certificates
6965

7066
For server to server scenarios there will not be an interactive user account to authenticate. In these cases, you need to provide some means to confirm that the application is trusted. This is done using client secrets or certificates.

powerapps-docs/developer/data-platform/dataverse-sql-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can use the **Analyze in Power BI** option (**Data** > **Tables** > **Analyz
8181

8282
Any operation that attempts to modify data (that is, INSERT, UPDATE) will not work with this read-only SQL data connection. For a detailed list of supported SQL operations on the Dataverse endpoint, see [How Dataverse SQL differs from Transact-SQL](how-dataverse-sql-differs-from-transact-sql.md).
8383

84-
The following Dataverse datatypes are not supported with the SQL connection: `binary`, `image`, `sql_variant`, `varbinary`, `virtual`, `HierarchyId`, `managedproperty`, `file`, `xml`, `partylist`, `timestamp`, `choices`. In addition, tables types 'virtual' and 'audit' are not supported at this time.
84+
The following Dataverse datatypes are not supported with the SQL connection: `binary`, `image`, `sql_variant`, `varbinary`, `virtual`, `HierarchyId`, `managedproperty`, `file`, `xml`, `partylist`, `timestamp`, `choices`. In addition, tables types 'virtual' and 'audit' are not supported at this time.
8585

8686
> [!TIP]
8787
> `partylist` attributes can instead be queried by joining to the `activityparty` table as shown below.
@@ -181,8 +181,8 @@ This means the port has been blocked at the client.
181181
182182
### See also
183183
184+
[Get started with virtual tables (entities)](./virtual-entities/get-started-ve.md)
184185
[Use FetchXML to construct a query](dataverse-sql-query.md)
185186
[Service Protection API Limits](api-limits.md)
186187
187-
188188
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/how-dataverse-sql-differs-from-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "How Dataverse SQL Differs from Transact-SQL | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn what subset of the Transact-SQL language is supported by the Dataverse SQL endpoint." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 12/16/2020
5+
ms.date: 09/09/2022
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -92,6 +92,7 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
9292
- All WHERE conditions
9393
- All nested queries (SELECT, FROM, WHERE)
9494
- Union
95+
- PIVOT and UNPIVOT
9596
- [GROUP BY](#select-group-by)/Having
9697
- General
9798
- IF THEN ELSE
@@ -106,7 +107,6 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
106107
- DCL
107108
- Stored Procedure
108109
- DQL
109-
- Pivot
110110
- DQL XML function
111111
- DQL JSON function
112112
- CUBE and ROLLUP
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)