Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dargilco/ai-model-inf…
Browse files Browse the repository at this point in the history
…erence
  • Loading branch information
dargilco committed Jun 7, 2024
2 parents 0aeb368 + e90dc8b commit 54ca985
Show file tree
Hide file tree
Showing 1,875 changed files with 242,272 additions and 9,880 deletions.
27 changes: 0 additions & 27 deletions .markdownlint.json

This file was deleted.

40 changes: 40 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"default": true,

// MD013 - Line length
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md
//
// "line_length" : 120:
// Allow lines of length 120 instead of the default 80. Keep in sync with guide lines .vscode/settings.json.
//
// "tables": false
// Do not include tables. Breaking a line in a table to meet the line length would add a line break in the table
// itself. We do not want that.
//
// "headings": false
// Do not include headings. One cannot break lines in headings, and we sometimes need long ones, e.g. for FAQs.
"MD013": { "line_length" : 120, "tables": false, "headings": false },

// MD025 - Multiple top-level headings in the same document
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md025.md
//
// We sometimes prefer to have multiple top-level headings in the same document.
"MD025": false,

// MD033 - No inline HTML
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md033.md
//
// We allow inline HTML as sometimes we need <br/> within table cells.
"MD033": false,

// MD034 - Bare URL used
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md
//
// We allow bare URLs e.g. to link to GitHub issues.
"MD034": false,

// MD041 - First line in a file should be a top-level heading
//
// We sometimes use "short link" table as first line.
"MD041": false
}
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
"[typespec]": {
"editor.defaultFormatter": "typespec.typespec-vscode",
"editor.formatOnSave": true
}
},
"[markdown]": {
"editor.rulers": [
{ "column": 120, "color": "#ff0000c0" }
]
},
}
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
/specification/monitor/ @gucalder

# PRLabel: %Network
/specification/network/ @Joanna-Yang-Art
/specification/network/ @GuptaVertika

# PRLabel: %Notification Hub
/specification/notificationhubs/ @amolr @smithab
Expand Down
36 changes: 30 additions & 6 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"language": "en",
"words": [
"authnotrequired",
"azsdk",
"confidentialledger",
"Creds",
"fixdate",
"frontends",
Expand Down Expand Up @@ -378,6 +380,12 @@
"clientsession"
]
},
{
"filename": "**/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2024-01-01/SystemEvents.json",
"words": [
"whatsapp"
]
},
{
"filename": "**/specification/eventgrid/data-plane/Microsoft.EventGrid/**/EventGrid.json",
"words": [
Expand Down Expand Up @@ -872,7 +880,6 @@
"unittype"
]
},

{
"filename": "**/specification/maps/data-plane/Microsoft.Maps/Render/preview/1.0/render.json",
"words": [
Expand Down Expand Up @@ -1191,7 +1198,6 @@
"containerd"
]
},

{
"filename": "**/specification/batch/data-plane/Microsoft.Batch/**/*.json",
"words": [
Expand Down Expand Up @@ -1266,10 +1272,16 @@
{
"filename": "**/specification/riskiq/data-plane/Microsoft.Easm/preview/2024-03-01-preview/easm.json",
"words": [
"Cisa",
"cisa",
"affected",
"AUTOCONFIRMED"
"Cisa",
"cisa",
"affected",
"AUTOCONFIRMED"
]
},
{
"filename": "**/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/preview/**/*.json",
"words": [
"hotpatch"
]
},
{
Expand All @@ -1291,6 +1303,18 @@
"spoofface"
]
},
{
"filename": "**/specification/developerhub/resource-manager/Microsoft.DevHub/**/*.json",
"words": [
"iacProfiles",
"iacProfile",
"IacProfiles",
"IacProfile",
"HCI",
"HCIAKS",
"HCIARCVM"
]
},
{
"filename": "**/specification/securityinsights/data-plane/Microsoft.SecurityInsights/**/*.json",
"words": [
Expand Down
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ autoregressive
autorenew
autorenewable
autorest
autorun
autosave
autoscale
autoscaler
Expand Down
Loading

0 comments on commit 54ca985

Please sign in to comment.