Skip to content

Commit a69a307

Browse files
TimLovellSmithkayousef
authored andcommitted
Scrub custom-words.txt for non-words and descriptions for more inclusive 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 **
1 parent 5ad74ef commit a69a307

File tree

27 files changed

+73
-45
lines changed

27 files changed

+73
-45
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": [

specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3377,7 +3377,7 @@
33773377
"tags": [
33783378
"Services"
33793379
],
3380-
"description": "Checks if the tenant, to which a service is registered, is whitelisted to use a feature.",
3380+
"description": "Checks if the tenant, to which a service is registered, is listed as allowed to use a feature.",
33813381
"x-ms-examples": {
33823382
"services_getTenantWhitelisting": {
33833383
"$ref": "./examples/TenantWhitelisting.json"
@@ -3405,7 +3405,7 @@
34053405
],
34063406
"responses": {
34073407
"200": {
3408-
"description": "Indicates if a tenant is whitelisted for a feature or not.",
3408+
"description": "Indicates if a tenant is listed as allowed for a feature or not.",
34093409
"schema": {
34103410
"$ref": "#/definitions/Result"
34113411
}
@@ -5503,7 +5503,7 @@
55035503
"type": "string"
55045504
},
55055505
"isWhitelistedIpAddress": {
5506-
"description": "A value indicating whether the IP address has been whitelisted.",
5506+
"description": "A value indicating whether the IP address has been listed as allowed.",
55075507
"type": "boolean"
55085508
},
55095509
"networkLocation": {

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2021-11-01-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3785,7 +3785,7 @@
37853785
"enableNamespaceResources": {
37863786
"type": "boolean",
37873787
"title": "Enable namespace as Azure resource.",
3788-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
3788+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
37893789
},
37903790
"networkProfile": {
37913791
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3829,7 +3829,7 @@
38293829
"enableNamespaceResources": {
38303830
"type": "boolean",
38313831
"title": "Enable namespace as Azure resource.",
3832-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
3832+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
38333833
},
38343834
"networkProfile": {
38353835
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4033,7 +4033,7 @@
40334033
"enableNamespaceResources": {
40344034
"type": "boolean",
40354035
"title": "Enable namespace as Azure resource.",
4036-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
4036+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
40374037
},
40384038
"networkProfile": {
40394039
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-03-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4000,7 +4000,7 @@
40004000
"enableNamespaceResources": {
40014001
"type": "boolean",
40024002
"title": "Enable namespace as Azure resource.",
4003-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
4003+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
40044004
},
40054005
"networkProfile": {
40064006
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4245,7 +4245,7 @@
42454245
"enableNamespaceResources": {
42464246
"type": "boolean",
42474247
"title": "Enable namespace as Azure resource.",
4248-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
4248+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
42494249
},
42504250
"networkProfile": {
42514251
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-05-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4246,7 +4246,7 @@
42464246
"enableNamespaceResources": {
42474247
"type": "boolean",
42484248
"title": "Enable namespace as Azure resource.",
4249-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
4249+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
42504250
},
42514251
"networkProfile": {
42524252
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,7 +4251,7 @@
42514251
"enableNamespaceResources": {
42524252
"type": "boolean",
42534253
"title": "Enable namespace as Azure resource.",
4254-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
4254+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
42554255
},
42564256
"networkProfile": {
42574257
"$ref": "#/definitions/ContainerServiceNetworkProfile",

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-07-02-preview/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4397,7 +4397,7 @@
43974397
"enableNamespaceResources": {
43984398
"type": "boolean",
43994399
"title": "Enable namespace as Azure resource.",
4400-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
4400+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
44014401
},
44024402
"networkProfile": {
44034403
"$ref": "#/definitions/ContainerServiceNetworkProfile",

0 commit comments

Comments
 (0)