Skip to content

Commit

Permalink
Scrub custom-words.txt for non-words and descriptions for more inclus…
Browse files Browse the repository at this point in the history
…ive terminology (Azure#21069)

* Delete term AADP from custom-words as its not a commonly known acronym.

* Delete term 'accountid' from custom-words.txt. You should use proper casing and spacing according to context, such as 'AccountId', 'accountId', 'accountID', 'account ID', or so on, instead.

* Delete a whole lot of terms that don't seem to be used anywhere in the specification folder according to a cursory search.

* Delete many duplicates from custom-words.txt

* Use cSpell.json to quarantine away some misspelled words from custom-words.txt. And remove duplicates of PPSX and PPTM.

* 'Mwarev' should not be a word. Terms like 'VMwarevSphere' 'vmware', 'vSphere' should be words instead.

* Using cSpell and custom-words better. 'targetv' should not be a custom word in order to allow 'targetvCenterId'.

* Actually remove UNKNOWON from custom-words now that it has a cSpell.json exception.

* Updation is not a real word.

* Sort 'vcenters'

* Expand away the nonstandard capitalized acronym Vrops from old documentation,

* Noreuse isn't a proper word, so making it a cSpell exception.

* Sort 'cadl'

* Retire some references to whitelists from documentation.

* Replace */* with **
  • Loading branch information
TimLovellSmith authored and anandanthony committed Dec 16, 2022
1 parent f0ed839 commit 46a87be
Show file tree
Hide file tree
Showing 28 changed files with 79 additions and 245 deletions.
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

0 comments on commit 46a87be

Please sign in to comment.