Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update directory-structure.md: clarify service, service group, uniform versioning. #28929

Merged
merged 14 commits into from
Jun 6, 2024
7 changes: 6 additions & 1 deletion .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md
//
// We allow bare URLs e.g. to link to GitHub issues.
"MD034": false
"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
}
12 changes: 6 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 @@ -878,7 +880,6 @@
"unittype"
]
},

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

{
"filename": "**/specification/batch/data-plane/Microsoft.Batch/**/*.json",
"words": [
Expand Down Expand Up @@ -1266,10 +1266,10 @@
{
"filename": "**/specification/riskiq/data-plane/Microsoft.Easm/preview/2024-03-01-preview/easm.json",
"words": [
"Cisa",
"cisa",
"affected",
"AUTOCONFIRMED"
"Cisa",
"cisa",
"affected",
"AUTOCONFIRMED"
]
},
{
Expand Down
Loading