Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
399b4f1
Delete term AADP from custom-words as its not a commonly known acronym.
TimLovellSmith Oct 11, 2022
1d091dc
Delete term 'accountid' from custom-words.txt. You should use proper …
TimLovellSmith Oct 11, 2022
18570a4
Delete a whole lot of terms that don't seem to be used anywhere in th…
TimLovellSmith Oct 11, 2022
2e1bc23
Delete many duplicates from custom-words.txt
TimLovellSmith Oct 12, 2022
adf5113
Use cSpell.json to quarantine away some misspelled words from custom-…
TimLovellSmith Oct 12, 2022
4f394ed
'Mwarev' should not be a word. Terms like 'VMwarevSphere' 'vmware', '…
TimLovellSmith Oct 12, 2022
55c8134
Using cSpell and custom-words better. 'targetv' should not be a custo…
TimLovellSmith Oct 12, 2022
6ee6f74
Actually remove UNKNOWON from custom-words now that it has a cSpell.j…
TimLovellSmith Oct 12, 2022
31a050e
Updation is not a real word.
TimLovellSmith Oct 12, 2022
6437a7d
Sort 'vcenters'
TimLovellSmith Oct 12, 2022
30fb972
Expand away the nonstandard capitalized acronym Vrops from old docume…
TimLovellSmith Oct 12, 2022
7298385
Noreuse isn't a proper word, so making it a cSpell exception.
TimLovellSmith Oct 12, 2022
ef57fc0
Sort 'cadl'
TimLovellSmith Oct 12, 2022
c654077
Retire some references to whitelists from documentation.
TimLovellSmith Oct 12, 2022
ed20d1a
Replace */* with **
TimLovellSmith Oct 17, 2022
57b4fbe
Merge branch 'main' into cleanupTerms
TimLovellSmith Oct 24, 2022
8fcfc18
Merge branch 'main' into cleanupTerms
TimLovellSmith Nov 14, 2022
7fc89ac
Merge branch 'main' into cleanupTerms
TimLovellSmith Nov 29, 2022
ab9fd83
Merge branch 'main' into cleanupTerms
TimLovellSmith Dec 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 32 additions & 4 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@
"Ochestrator"
]
},
{
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json",
"words": [
"Noreuse"
]
},
{
"filename": "**/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json",
"words": [
Expand Down Expand Up @@ -758,6 +764,7 @@
"psqldb"
]
},

{
"filename": "**/specification/maps/data-plane/Microsoft.Maps/Render/preview/1.0/render.json",
"words": [
Expand Down Expand Up @@ -820,22 +827,29 @@
]
},
{
"filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2020-12-01/CommonDefinitions.json",
"filename": "**/specification/web/resource-manager/Microsoft.Web/**/CommonDefinitions.json",
"words": [
"Guage"
]
},
{
"filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/*/*/confluent.json",
"filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/**/confluent.json",
"words": [
"orgvalidate"
]
},
{
"filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2021-02-10/service.json",
"filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/**/service.json",
"words": [
"Orignal",
"Seleted"
"Seleted",
"targetvCenterId"
]
},
{
"filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/**/bms.json",
"words": [
"xcool"
]
},
{
Expand All @@ -851,6 +865,20 @@
"spreadsheetml",
"presentationml"
]
},
{
"filename": "**/specification/machinelearningservices/data-plane/Microsoft.MachineLearningServices/preview/2019-*/modelManagement.json",
"words": [
"UNKNOWON"
]
},
{
"filename": "**/specification/machinelearningservices/data-plane/Microsoft.MachineLearningServices/preview/2022-*-preview/machineLearningServices.json",
"words": [
"Tmpfs",
"tmpfs",
"npipe"
]
}
],
"enableFiletypes": [
Expand Down
Loading