Skip to content

Commit 65106a1

Browse files
Scrub custom-words.txt for non-words and descriptions for more inclusive terminology (#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 **
1 parent d994b4b commit 65106a1

File tree

28 files changed

+79
-245
lines changed

28 files changed

+79
-245
lines changed

cSpell.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@
164164
"Ochestrator"
165165
]
166166
},
167+
{
168+
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json",
169+
"words": [
170+
"Noreuse"
171+
]
172+
},
167173
{
168174
"filename": "**/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json",
169175
"words": [
@@ -758,6 +764,7 @@
758764
"psqldb"
759765
]
760766
},
767+
761768
{
762769
"filename": "**/specification/maps/data-plane/Microsoft.Maps/Render/preview/1.0/render.json",
763770
"words": [
@@ -820,22 +827,29 @@
820827
]
821828
},
822829
{
823-
"filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2020-12-01/CommonDefinitions.json",
830+
"filename": "**/specification/web/resource-manager/Microsoft.Web/**/CommonDefinitions.json",
824831
"words": [
825832
"Guage"
826833
]
827834
},
828835
{
829-
"filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/*/*/confluent.json",
836+
"filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/**/confluent.json",
830837
"words": [
831838
"orgvalidate"
832839
]
833840
},
834841
{
835-
"filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2021-02-10/service.json",
842+
"filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/**/service.json",
836843
"words": [
837844
"Orignal",
838-
"Seleted"
845+
"Seleted",
846+
"targetvCenterId"
847+
]
848+
},
849+
{
850+
"filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/**/bms.json",
851+
"words": [
852+
"xcool"
839853
]
840854
},
841855
{
@@ -851,6 +865,20 @@
851865
"spreadsheetml",
852866
"presentationml"
853867
]
868+
},
869+
{
870+
"filename": "**/specification/machinelearningservices/data-plane/Microsoft.MachineLearningServices/preview/2019-*/modelManagement.json",
871+
"words": [
872+
"UNKNOWON"
873+
]
874+
},
875+
{
876+
"filename": "**/specification/machinelearningservices/data-plane/Microsoft.MachineLearningServices/preview/2022-*-preview/machineLearningServices.json",
877+
"words": [
878+
"Tmpfs",
879+
"tmpfs",
880+
"npipe"
881+
]
854882
}
855883
],
856884
"enableFiletypes": [

0 commit comments

Comments
 (0)