Skip to content

Commit 0be0f1d

Browse files
Merge pull request #2528 from MicrosoftDocs/main638736843197386084sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b9225c0 + 148b6aa commit 0be0f1d

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Please add a brief comment outlining the purpose of this PR. Add links to any re
66

77
1. **Acrolinx:** Make sure your Acrolinx score is **at least 80** (higher is better) and with **0** spelling issues.
88
1. **Successful build**: Review the build status to make sure **all files are green** (Succeeded) and there are no errors, warnings, or suggestions.
9-
1. **Preview the pages:**: Click each **Preview URL** link, scan the entire page looking for formatting issues, in particular the parts you edited.
10-
1. **Check the Table of Contents:** If you are adding a new markdown file, make sure it is linked from the table of contents.
9+
1. **Preview the pages**: Click each **Preview URL** link, scan the entire page looking for formatting issues, in particular the parts you edited.
10+
1. **Check the Table of Contents:** If you're adding a new markdown file, make sure it is linked from the table of contents.
1111
1. **Sign off**: Once the PR is finalized, add a comment with `#sign-off` . If you need to cancel the sign-off, add a comment with `#hold-off`.
1212

1313
**NOTE**: *Signing off means the document can be published at any time.*
@@ -17,4 +17,4 @@ Please add a brief comment outlining the purpose of this PR. Add links to any re
1717
- All PRs to this repository are reviewed and merged by a human. Automatic merge is disabled on this repository for PRs, even with the qualifies-for-auto-merge label.
1818
- Once all feedback on the PR is addressed, the PR will be merged into the main branch.
1919

20-
[Learn more about how to contribute](https://review.learn.microsoft.com/en-us/help/platform/?branch=main).
20+
[Learn more about how to contribute](https://review.learn.microsoft.com/en-us/help/platform/?branch=main)

data-explorer/kusto/query/count-aggregation-function.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ monikerRange: "microsoft-fabric || azure-data-explorer || azure-monitor || micro
1010

1111
> [!INCLUDE [applies](../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../includes/applies-to-version/azure-data-explorer.md)] [!INCLUDE [monitor](../includes/applies-to-version/monitor.md)] [!INCLUDE [sentinel](../includes/applies-to-version/sentinel.md)]
1212
13-
1413
Counts the number of records per summarization group, or total if summarization is done without grouping.
1514

16-
[!INCLUDE [ignore-nulls](../includes/ignore-nulls.md)]
1715
::: moniker range="microsoft-fabric || azure-data-explorer || azure-monitor || microsoft-sentinel"
1816
To only count records for which a predicate returns `true`, use [countif()](countif-aggregation-function.md).
1917
::: moniker-end

data-explorer/kusto/query/count-distinct-aggregation-function.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.date: 08/11/2024
1111
1212
Counts unique values specified by the scalar expression per summary group, or the total number of unique values if the summary group is omitted.
1313

14-
[!INCLUDE [ignore-nulls](../includes/ignore-nulls.md)]
15-
1614
[!INCLUDE [data-explorer-agg-function-summarize-note](../includes/agg-function-summarize-note.md)]
1715

1816
If you only need an estimation of unique values count, we recommend using the less resource-consuming [`dcount`](dcount-aggregation-function.md) aggregation function.

data-explorer/kusto/query/countif-aggregation-function.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.date: 08/11/2024
1111
1212
Counts the rows in which *predicate* evaluates to `true`.
1313

14-
[!INCLUDE [ignore-nulls](../includes/ignore-nulls.md)]
15-
1614
[!INCLUDE [data-explorer-agg-function-summarize-note](../includes/agg-function-summarize-note.md)]
1715

1816
## Syntax

data-explorer/kusto/query/scalar-data-types/null-values.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ datatable(val:int)[5, int(null)]
7575

7676
When applying the following operators to entities that include null values, the null values are ignored and don't factor into the calculation:
7777

78-
* [count()](../count-aggregation-function.md)
79-
* [count_distinct()](../count-distinct-aggregation-function.md)
80-
* [countif()](../countif-aggregation-function.md)
8178
* [dcount()](../dcount-aggregation-function.md)
8279
* [dcountif()](../dcountif-aggregation-function.md)
8380
* [make_bag()](../make-bag-aggregation-function.md)

0 commit comments

Comments
 (0)