Skip to content

Commit 98a9a48

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into 20250108-fabric-dw-openrowset
2 parents 33ef5a5 + 1135684 commit 98a9a48

4,713 files changed

Lines changed: 219263 additions & 279211 deletions

File tree

Some content is hidden

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

.gitattributes

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@
55
# to native line endings on checkout.
66
*.c text
77
*.h text
8+
*.md text
9+
*.yml text
10+
*.sql text
11+
*.cs text
12+
*.vb text
13+
*.xml text
14+
*.ps1 text
15+
*.svg text
816

917
# Declare files that will always have CRLF line endings on checkout.
1018
*.sln text eol=crlf
1119

1220
# Denote all files that are truly binary and should not be modified.
1321
*.png binary
14-
*.jpg binary
22+
*.jpg binary
23+
*.gif binary
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"allowPullRequests": false,
3+
"allowComments": false,
4+
"comment": "https://github.com/githubnext/copilot-workspace-user-manual/blob/main/repo-maintainers.md"
5+
}

.github/workflows/signoff-review.yml

Lines changed: 478 additions & 0 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ Tools/NuGet/
1313
packages.config
1414

1515

16-
**/.vscode/settings.json
16+
**/.vscode/settings.json
17+
18+
*.sln

.localization-config

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
{
2-
"Filters": [
3-
{
4-
"Files": [
5-
"**/*.md"
6-
],
7-
"Priorities": [
8-
{
9-
"Priority": "ht",
10-
"Locales": [],
11-
"Type": "ht"
12-
}
13-
]
14-
}
15-
],
16-
"IncludeDependencies": true,
17-
"AutoPush": true,
18-
"XliffVersion": "1.2",
19-
"UseJavascriptMarkdownTransformer": true
1+
{
2+
"Filters": [
3+
{
4+
"Files": [
5+
"**/*.md"
6+
],
7+
"Priorities": [
8+
{
9+
"Priority": "ht",
10+
"Locales": [],
11+
"Type": "ht"
12+
}
13+
]
14+
}
15+
],
16+
"IncludeDependencies": true,
17+
"AutoPush": true,
18+
"XliffVersion": "1.2",
19+
"UseJavascriptMarkdownTransformer": true
2020
}

.openpublishing.redirection.azure-sql.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,21 @@
215215
"redirect_url": "/azure/azure-sql/managed-instance/failover-group-standby-replica-how-to-configure",
216216
"redirect_document_id": true
217217
},
218+
{
219+
"source_path_from_root": "/azure-sql/database/sql-insights-alerts.md",
220+
"redirect_url": "/azure/azure-sql/database/sql-insights-overview",
221+
"redirect_document_id": false
222+
},
223+
{
224+
"source_path_from_root": "/azure-sql/database/sql-insights-enable.md",
225+
"redirect_url": "/azure/azure-sql/database/sql-insights-overview",
226+
"redirect_document_id": false
227+
},
228+
{
229+
"source_path_from_root": "/azure-sql/database/sql-insights-troubleshoot.md",
230+
"redirect_url": "/azure/azure-sql/database/sql-insights-overview",
231+
"redirect_document_id": false
232+
},
218233
{
219234
"source_path_from_root": "/azure-sql/virtual-machines/linux/sql/sql-server-linux-faq.md",
220235
"redirect_url": "/azure/azure-sql/virtual-machines/linux/frequently-asked-questions-faq",

0 commit comments

Comments
 (0)