From a22cad6d65cdbef55e727b55de56b5f77659f05c Mon Sep 17 00:00:00 2001 From: Steve Pucelik Date: Thu, 21 Nov 2024 16:48:57 -0500 Subject: [PATCH] Update aad-advanced-queries.md Added clarification when using dynamic and native field types. --- concepts/aad-advanced-queries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/concepts/aad-advanced-queries.md b/concepts/aad-advanced-queries.md index c690cb96e02..e2751746467 100644 --- a/concepts/aad-advanced-queries.md +++ b/concepts/aad-advanced-queries.md @@ -152,6 +152,7 @@ The following table lists query scenarios on directory objects that are supporte > + `$expand` is not currently supported with advanced queries. > + The advanced query capabilities are currently not available for Azure AD B2C tenants. > + To use advanced query capabilities in [batch requests](json-batching.md), specify the **ConsistencyLevel** header in the JSON body of the `POST` request. +> + Using a mix of native and dynamic files is not supported. For example: /drives/{{ContainerID}}/items?$filter=listitem/fields/{{columnName}} eq '{{ColumnValue}}' AND name eq '{{DocumentName}}' should be formatted as: /drives/{{ContainerID}}/items?$filter=listitem/fields/{{columnName}} eq '{{ColumnValue}}' AND listitem/fields/FileLeafRef eq '{{DocumentName}}' ## Support for filter by properties of Microsoft Entra ID (directory) objects