Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit b22c642

Browse files
author
Konrad Jamrozik
authored
Update directory-structure.md: clarify service, service group, uniform versioning. (Azure#28929)
1 parent bf820ef commit b22c642

File tree

6 files changed

+314
-161
lines changed

6 files changed

+314
-161
lines changed

.markdownlint.jsonc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md
3232
//
3333
// We allow bare URLs e.g. to link to GitHub issues.
34-
"MD034": false
34+
"MD034": false,
35+
36+
// MD041 - First line in a file should be a top-level heading
37+
//
38+
// We sometimes use "short link" table as first line.
39+
"MD041": false
3540
}

cSpell.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"language": "en",
44
"words": [
55
"authnotrequired",
6+
"azsdk",
7+
"confidentialledger",
68
"Creds",
79
"fixdate",
810
"frontends",
@@ -878,7 +880,6 @@
878880
"unittype"
879881
]
880882
},
881-
882883
{
883884
"filename": "**/specification/maps/data-plane/Microsoft.Maps/Render/preview/1.0/render.json",
884885
"words": [
@@ -1191,7 +1192,6 @@
11911192
"containerd"
11921193
]
11931194
},
1194-
11951195
{
11961196
"filename": "**/specification/batch/data-plane/Microsoft.Batch/**/*.json",
11971197
"words": [
@@ -1266,10 +1266,10 @@
12661266
{
12671267
"filename": "**/specification/riskiq/data-plane/Microsoft.Easm/preview/2024-03-01-preview/easm.json",
12681268
"words": [
1269-
"Cisa",
1270-
"cisa",
1271-
"affected",
1272-
"AUTOCONFIRMED"
1269+
"Cisa",
1270+
"cisa",
1271+
"affected",
1272+
"AUTOCONFIRMED"
12731273
]
12741274
},
12751275
{

0 commit comments

Comments
 (0)