diff --git a/.github/workflows/spelling-all.yml b/.github/workflows/spelling-all.yml new file mode 100644 index 000000000000..f6d314fc2ad9 --- /dev/null +++ b/.github/workflows/spelling-all.yml @@ -0,0 +1,30 @@ +name: Check Spelling - All + +on: + push: + branches: + - main + - RPSaaSMaster + - typespec-next + + schedule: + # Run every day at 12:06 UTC + - cron: '6 12 * * *' + workflow_dispatch: + +jobs: + check-spelling: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + with: + fetch-depth: 1 + + - name: Run spelling check + run: | + ./eng/common/spelling/Invoke-Cspell.ps1 ` + -ScanGlobs 'specifications/**' ` + -CSpellConfigPath './cspell.json' + shell: pwsh diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml new file mode 100644 index 000000000000..bd6902106d41 --- /dev/null +++ b/.github/workflows/spelling.yml @@ -0,0 +1,34 @@ +name: Check Spelling + +on: + pull_request: + branches: + - main + - RPSaaSMaster + - typespec-next + +jobs: + check-spelling: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + with: + # Fetch the entire history of the repository. Attempting to check out + # the merge commit and the base branch does not save any time. + fetch-depth: 0 + + - name: Run spelling check + run: | + $targetCommittish = git rev-parse origin/${{ github.base_ref }} + ./eng/common/scripts/check-spelling-in-changed-files.ps1 ` + -CSpellConfigPath 'cspell.json' ` + -SourceCommittish '${{ github.sha }}' ` + -TargetCommittish $targetCommittish ` + -ExitWithError + if ($LASTEXITCODE) { + Write-Host "Spelling errors found in changed files. See https://aka.ms/ci-fix#spell-check" + exit $LASTEXITCODE + } + shell: pwsh diff --git a/cSpell.json b/cSpell.json deleted file mode 100644 index 6e419c95df13..000000000000 --- a/cSpell.json +++ /dev/null @@ -1,1740 +0,0 @@ -{ - "version": "0.1", - "language": "en", - "words": [ - "authnotrequired", - "azsdk", - "confidentialledger", - "Creds", - "fixdate", - "frontends", - "partiallycompleted", - "servicenetworking", - "subchannel", - "umls" - ], - "dictionaryDefinitions": [ - { - "name": "custom-words", - "file": "./custom-words.txt", - "description": "Project Words" - } - ], - "flagWords": [ - "teh" - ], - "ignorePaths": [ - "node_modules/**", - "**/examples/**", - "**/package-lock.json" - ], - "ignoreRegExpList": [ - "v\\d", - "email", - "Base64" - ], - "minWordLength": 4, - "dictionaries": [ - "companies", - "csharp", - "custom-words", - "go", - "html", - "java", - "node", - "python", - "softwareTerms", - "typescript" - ], - "overrides": [ - { - "filename": "**/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/**/*.json", - "words": [ - "azurearcdata" - ] - }, - { - "filename": "**/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/**/*.json", - "words": [ - "SSRS", - "SSAS", - "SSIS", - "PBIRS" - ] - }, - { - "filename": "**/specification/batch/**/*.json", - "words": [ - "TVMs" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json", - "words": [ - "Tera" - ] - }, - { - "filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/Rules.json", - "words": [ - "Ruleproperties" - ] - }, - { - "filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/Rules.json", - "words": [ - "Ruleproperties" - ] - }, - { - "filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-01-01-preview/Rules.json", - "words": [ - "Ruleproperties" - ] - }, - { - "filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2014-09-01/servicebus.json", - "words": [ - "Planproperties" - ] - }, - { - "filename": "**/specification/logic/resource-manager/Microsoft.Logic/preview/2015-02-01-preview/logic.json", - "words": [ - "Accesskey" - ] - }, - { - "filename": "**/specification/billing/**/*.json", - "words": [ - "mosp", - "resellee", - "cnpj" - ] - }, - { - "filename": "**/specification/compute/resource-manager/Microsoft.ContainerService/preview/2015-11-01-preview/containerService.json", - "words": [ - "Ochestrator" - ] - }, - { - "filename": "**/specification/compute/resource-manager/Microsoft.ContainerService/stable/2016-03-30/containerService.json", - "words": [ - "Ochestrator" - ] - }, - { - "filename": "**/specification/compute/resource-manager/Microsoft.ContainerService/stable/2016-09-30/containerService.json", - "words": [ - "Ochestrator" - ] - }, - { - "filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2016-03-30/containerService.json", - "words": [ - "Ochestrator" - ] - }, - { - "filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2016-09-30/containerService.json", - "words": [ - "Ochestrator" - ] - }, - { - "filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json", - "words": [ - "Noreuse" - ] - }, - { - "filename": "**/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/**/containerInstance.json", - "words": [ - "ngroups", - "TransactionOptimized" - ] - }, - { - "filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/**/*json", - "words": [ - "vtpm", - "trustedlaunch", - "aksadvancednetworking", - "PDBs", - "undrainable", - "Undrainable", - "acnstls", - "kubeletIdentity", - "kubeletidentity" - ] - }, - { - "filename": "**/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json", - "words": [ - "WGXM", - "EYWQ", - "EYWQ", - "LQUP", - "BCWG", - "VMQS", - "WWKZ", - "EWDG", - "Ywhk", - "Vfyc", - "Lfot", - "Sllb", - "EYWQ", - "LQUP", - "BCWG", - "VMQS", - "WWKZ", - "EWDG", - "Ywhk", - "Vfyc", - "Lfot", - "Sllb" - ] - }, - { - "filename": "**/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/softwareUpdateConfigurationRun.json", - "words": [ - "softare" - ] - }, - { - "filename": "**/specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30/datacatalog.json", - "words": [ - "Listt" - ] - }, - { - "filename": "**/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json", - "words": [ - "Resouce" - ] - }, - { - "filename": "**/specification/app/resource-manager/Microsoft.App/preview/2023-11-02-preview/ManagedEnvironments.json", - "words": [ - "otlp" - ] - }, - { - "filename": "**/specification/app/resource-manager/Microsoft.App/**/*.json", - "words": [ - "workflowapp" - ] - }, - { - "filename": "**/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/servicefabric.json", - "words": [ - "Qurum", - "Milli", - "Fautls" - ] - }, - { - "filename": "**/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/servicefabric.json", - "words": [ - "Qurum", - "Milli", - "Fautls" - ] - }, - { - "filename": "**/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/servicefabric.json", - "words": [ - "Qurum", - "Milli", - "Fautls" - ] - }, - { - "filename": "**/specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json", - "words": [ - "Availablity", - "Remotemanagement" - ] - }, - { - "filename": "**/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2017-10-01/eaSubscriptionMigration_API.json", - "words": [ - "Migrationdate" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/backups.json", - "words": [ - "Droppeded" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/**/DistributedAvailabilityGroups.json", - "words": [ - "freemium" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/**/ManagedInstances.json", - "words": [ - "freemium" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/**/ServerTrustCertificates.json", - "words": [ - "freemium" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/**/ManagedInstanceDtcs.json", - "words": [ - "msdtcdns", - "msdtc's" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/**/TimeZones.json", - "words": [ - "freemium" - ] - }, - { - "filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/**/ElasticPools.json", - "words": [ - "PRMS" - ] - }, - { - "filename": "**/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json", - "words": [ - "Exprired" - ] - }, - { - "filename": "**/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/integrationRuntime.json", - "words": [ - "Exprired" - ] - }, - { - "filename": "**/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-04-01-preview/integrationRuntime.json", - "words": [ - "Exprired" - ] - }, - { - "filename": "**/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/TasksCommon.json", - "words": [ - "Miliseconds", - "INITIALIAZING" - ] - }, - { - "filename": "**/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2015-01-01/resourcehealth.json", - "words": [ - "occured" - ] - }, - { - "filename": "**/specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json", - "words": [ - "Availablity", - "Requestrequest" - ] - }, - { - "filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/**/keyvault.json", - "words": [ - "Regenerte" - ] - }, - { - "filename": "**/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json", - "words": [ - "whatsapp" - ] - }, - { - "filename": "**/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/SystemEvents.json", - "words": [ - "clientsession" - ] - }, - { - "filename": "**/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2024-01-01/GeneratedSystemEvents.json", - "words": [ - "whatsapp" - ] - }, - { - "filename": "**/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/GeneratedSystemEvents.json", - "words": [ - "whatsapp" - ] - }, - { - "filename": "**/specification/eventgrid/data-plane/Microsoft.EventGrid/**/EventGrid.json", - "words": [ - "renewlock" - ] - }, - { - "filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/**/storage.json", - "words": [ - "Regenerte" - ] - }, - { - "filename": "**/specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json", - "words": [ - "Availibility", - "Mpping", - "Occured", - "modififed", - "Addomain" - ] - }, - { - "filename": "**/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2017-03-01/apimapis.json", - "words": [ - "Commentss", - "Issu", - "Attachmentss" - ] - }, - { - "filename": "**/specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2018-07-01/storagesync.json", - "words": [ - "Managementt" - ] - }, - { - "filename": "**/specification/netapp/**/*.json", - "words": [ - "SVMs", - "SVM's", - "kibibytes", - "transitiontocmk" - ] - }, - { - "filename": "**/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json", - "words": [ - "Firewal" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json", - "words": [ - "priviledged" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json", - "words": [ - "priviledged" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2018-11-01/WebApps.json", - "words": [ - "priviledged" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/**/WebApps.json", - "words": [ - "sitecontainers", - "updatemachinekey" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2015-08-01/service.json", - "words": [ - "Defintions", - "Availablility", - "Availabilily", - "diagnosics" - ] - }, - { - "filename": "**/specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json", - "words": [ - "thres" - ] - }, - { - "filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/stable/2016-10-01/keyvault.json", - "words": [ - "Regenerte" - ] - }, - { - "filename": "**/specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-01-01/customer-insights.json", - "words": [ - "thres" - ] - }, - { - "filename": "**/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-09-01/baseline_API.json", - "words": [ - "metdata" - ] - }, - { - "filename": "**/specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2018-04-02/storagesync.json", - "words": [ - "Managementt" - ] - }, - { - "filename": "**/specification/migrate/resource-manager/**/*.json", - "words": [ - "Occured", - "Assessible", - "sqlcollectors", - "Reasonings", - "Overcommit", - "overcommit", - "SSDE", - "Recieved", - "Ebds", - "idms", - "Idms", - "Cluter", - "Mfamily", - "Datacentre" - ] - }, - { - "filename": "**/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json", - "words": [ - "occured" - ] - }, - { - "filename": "**/specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json", - "words": [ - "Infomation" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2015-04-01/Domains.json", - "words": [ - "Availablility" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2018-02-01/Domains.json", - "words": [ - "Availablility" - ] - }, - { - "filename": "**/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-12-01-preview/costmanagement.json", - "words": [ - "Managment" - ] - }, - { - "filename": "**/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-08-31/costmanagement.json", - "words": [ - "Managment" - ] - }, - { - "filename": "**/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2024-08-01/costmanagement.pricesheets.json", - "words": [ - "unitofmeasure" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/preview/2017-08-21-preview/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2017-11-15/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2018-01-22/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/preview/2020-09-01-preview/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2020-01-01/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2020-03-01/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/storagesync/resource-manager/Microsoft.StorageSync/preview/2017-06-05-preview/storagesync.json", - "words": [ - "Managementt" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/AppServiceEnvironments.json", - "words": [ - "diagnosics", - "Availabilily", - "Accessable" - ] - }, - { - "filename": "**/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2017-04-01/notificationhubs.json", - "words": [ - "Availiable", - "Regenrate" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2016-09-01/AppServiceEnvironments.json", - "words": [ - "diagnosics", - "Availabilily" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/AppServicePlans.json", - "words": [ - "Defintions" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/stable/2016-09-01/AppServicePlans.json", - "words": [ - "Defintions" - ] - }, - { - "filename": "**/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2017-07-01/resourcehealth.json", - "words": [ - "occured" - ] - }, - { - "filename": "**/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2014-09-01/notificationhubs.json", - "words": [ - "Availiable" - ] - }, - { - "filename": "**/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2016-03-01/notificationhubs.json", - "words": [ - "Availiable" - ] - }, - { - "filename": "**/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json", - "words": [ - "Exprired" - ] - }, - { - "filename": "**/specification/synapse/resource-manager/Microsoft.Synapse/stable/2020-12-01/integrationRuntime.json", - "words": [ - "Exprired" - ] - }, - { - "filename": "**/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-03-01/integrationRuntime.json", - "words": [ - "Exprired" - ] - }, - { - "filename": "**/specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2018-04-19/definitions/TasksCommon.json", - "words": [ - "Miliseconds", - "INITIALIAZING" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/EntitySearch/stable/v1.0/EntitySearch.json", - "words": [ - "Speciality" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/Face/stable/v1.0/Face.json", - "words": [ - "addfacefromurl", - "deleteface", - "detectwithstream", - "detectwithurl", - "facelist", - "findsimilar", - "getface", - "largefacelist", - "largepersongroup", - "largepersongroupperson", - "persongroup", - "persongroupperson", - "verifyfacetoface" - ] - }, - { - "filename": "**/specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json", - "words": [ - "Listblob" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/TextAnalytics/preview/v2.1/TextAnalytics.json", - "words": [ - "carretera", - "estaba", - "atascada", - "Había", - "mucho", - "tráfico", - "ayer", - "carretera", - "estaba", - "atascada", - "Había", - "mucho", - "tráfico", - "ayer" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/TextAnalytics/stable/v2.0/TextAnalytics.json", - "words": [ - "carretera", - "estaba", - "atascada", - "Había", - "mucho", - "tráfico", - "ayer", - "carretera", - "estaba", - "atascada", - "Había", - "mucho", - "tráfico", - "ayer" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkWatcher.json", - "words": [ - "Uknown" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-03-01/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-07-01/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-05-01-preview/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-09-01-preview/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json", - "words": [ - "Fulfilment" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/TranslatorText/stable/v3.0/TranslatorText.json", - "words": [ - "mosca", - "Jpan", - "konnichiha", - "nein", - "bicho" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/Speech/VideoTranslation/preview/2024-05-20-preview/VideoTranslation.json", - "words": [ - "videotranslation", - "webvtt", - "Webvtt" - ] - }, - { - "filename": "**/specification/network/resource-manager/Microsoft.Network/stable/**/webapplicationfirewall.json", - "words": [ - "Conditon" - ] - }, - { - "filename": "**/specification/relay/resource-manager/Microsoft.Relay/stable/2016-07-01/relay.json", - "words": [ - "successfuly", - "Autorization", - "retirve", - "Regenrate", - "usermetadata", - "Relaytype", - "reponse", - "namespce" - ] - }, - { - "filename": "**/specification/relay/resource-manager/Microsoft.Relay/stable/2017-04-01/relay.json", - "words": [ - "successfuly", - "Autorization", - "retirve", - "butthe", - "Regenrate", - "usermetadata", - "Relaytype", - "neeeds", - "reponse" - ] - }, - { - "filename": "**/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-01-preview/machineLearningServices.json", - "words": [ - "mysqldb", - "psqldb" - ] - }, - { - "filename": "**/specification/maps/data-plane/Weather/stable/1.1/weather.json", - "words": [ - "locationally", - "unittype" - ] - }, - { - "filename": "**/specification/maps/data-plane/Microsoft.Maps/Render/preview/1.0/render.json", - "words": [ - "Chttp", - "Fcontoso", - "Fpushpins" - ] - }, - { - "filename": "**/specification/maps/data-plane/Render/preview/1.0/render.json", - "words": [ - "Chttp", - "Fcontoso", - "Fpushpins" - ] - }, - { - "filename": "**/specification/maps/data-plane/Render/stable/2022-08-01/render.json", - "words": [ - "maptileset" - ] - }, - { - "filename": "**/specification/maps/data-plane/Spatial/stable/2022-08-01/spatial.json", - "words": [ - "postbuffer", - "getbuffer", - "postclosestpoint", - "getclosestpoint" - ] - }, - { - "filename": "**/specification/maps/data-plane/Search/**", - "words": [ - "geocodingresponse", - "searchaddressresult", - "searchaddressreverseresponse" - ] - }, - { - "filename": "**/specification/communication/data-plane/Chat/**/communicationserviceschat.json", - "words": [ - "readreceipts", - "heic", - "webp" - ] - }, - { - "filename": "**/specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/saas.json", - "words": [ - "saasresources" - ] - }, - { - "filename": "**/specification/hdinsight/hdinsight-kafka-rest-proxy/proxy.json", - "words": [ - "Metada" - ] - }, - { - "filename": "**/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2015-03-01-preview/cluster.json", - "words": [ - "saskey" - ] - }, - { - "filename": "**/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2015-03-01-preview/locations.json", - "words": [ - "vmsize", - "vmsizes" - ] - }, - { - "filename": "**/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/cluster.json", - "words": [ - "azureasyncoperations", - "saskey" - ] - }, - { - "filename": "**/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/locations.json", - "words": [ - "vmsize", - "vmsizes" - ] - }, - { - "filename": "**/specification/web/resource-manager/Microsoft.Web/**/CommonDefinitions.json", - "words": [ - "Guage" - ] - }, - { - "filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/**/confluent.json", - "words": [ - "orgvalidate" - ] - }, - { - "filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/**/service.json", - "words": [ - "Orignal", - "Seleted", - "targetvCenterId", - "esxi" - ] - }, - { - "filename": "**/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/**/bms.json", - "words": [ - "xcool" - ] - }, - { - "filename": "**/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/**/bms.json", - "words": [ - "HanaScaleoutContainer" - ] - }, - { - "filename": "**/specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2021-10-15/iotdps.json", - "words": [ - "Messsage" - ] - }, - { - "filename": "**/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/**/*json", - "words": [ - "automigration", - "apsaradb", - "supabase" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/FormRecognizer/**/FormRecognizer.json", - "words": [ - "heif", - "spreadsheetml", - "presentationml", - "barcodes", - "UPCA", - "UPCE", - "Codabar", - "rrggbb" - ] - }, - { - "filename": "**/specification/ai/data-plane/DocumentIntelligence/**/DocumentIntelligence.json", - "words": [ - "documentintelligence", - "heif", - "spreadsheetml", - "presentationml", - "barcodes", - "UPCA", - "UPCE", - "Codabar", - "rrggbb" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/UnifiedVision/**/UnifiedVision.json", - "words": [ - "planogram", - "Planogram", - "productrecognition", - "imagecomposition", - "planogramcompliance" - ] - }, - { - "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" - ] - }, - { - "filename": "**/specification/machinelearningservices/data-plane/Microsoft.MachineLearningServices/preview/20*-preview/azure-ai-assets.json", - "words": [ - "genericasset" - ] - }, - { - "filename": "**/specification/dataprotection/resource-manager/Microsoft.DataProtection/**/dataprotection.json", - "words": [ - "PrepareTimedout", - "CommitTimedout" - ] - }, - { - "filename": "**/specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/**/purviewWorkflow.json", - "words": [ - "userrequests", - "DSAR", - "dsar", - "workflowruns", - "workflowtasks" - ] - }, - { - "filename": "**/specification/translation/data-plane/**/*.json", - "words": [ - "autodetection", - "breaksentence", - "mosca", - "Transliterable", - "translitered" - ] - }, - { - "filename": "**/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/**/*.json", - "words": [ - "datareferences", - "Groundedness", - "AOAI", - "testconnection", - "aoai", - "SecretExpiry", - "expirableSecret", - "expireAfterHours", - "expire", - "expirable" - ] - }, - { - "filename": "**/specification/fist/resource-manager/Microsoft.IoTFirmwareDefense/**/*.json", - "words": [ - "RELRO", - "relro", - "rpath", - "runpath", - "SBOM", - "Sbom", - "sbom" - ] - }, - { - "filename": "**/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/**/*.json", - "words": [ - "Criterias", - "nwrfc", - "Abap", - "AGRTCODES", - "AGRUSERS", - "AGRPROF", - "ADCP", - "USGRPUSER", - "USERADDR", - "DEVACCESS", - "AGRDEFINE", - "PAHI", - "AGRAGRS", - "USRSTAMP", - "AGRFLAGS", - "SNCSYSACL", - "USRACL" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/**/*.json", - "words": [ - "flac", - "mpga" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/**/*.json", - "words": [ - "flac", - "FLAC", - "mpga", - "rerank" - ] - }, - { - "filename": "**/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json", - "words": [ - "springboot" - ] - }, - { - "filename": "**/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/**/*.json", - "words": [ - "keyvaultkeyuri", - "throughputpool", - "dotproduct" - ] - }, - { - "filename": "**/specification/purview/data-plane/Azure.Analytics.Purview.DataMap/**/*.json", - "words": [ - "timerange" - ] - }, - { - "filename": "**/specification/healthdataaiservices/**/*.json", - "words": [ - "deidentification", - "deidentify", - "surrogation" - ] - }, - { - "filename": "**/specification/search/data-plane/Azure.Search/**/*.json", - "words": [ - "rerank", - "discretizing", - "subscores", - "vectorizing", - "onelake", - "tiktoken", - "Matryoshka", - "rescore", - "rescoring", - "rescored", - "maxcharlength", - "submode" - ] - }, - { - "filename": "**/specification/vi/resource-manager/Microsoft.VideoIndexer/**/*.json", - "words": [ - "videoindexer", - "viopenai" - ] - }, - { - "filename": "**/specification/nginx/resource-manager/NGINX.NGINXPLUS/**/*.json", - "words": [ - "nginx", - "nginxaas", - "NCUs", - "autoscaled", - "Autoupgrade", - "autoupgrade" - ] - }, - { - "filename": "**/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/**/*.json", - "words": [ - "suci" - ] - }, - { - "filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/**/*.json", - "words": [ - "containerd" - ] - }, - { - "filename": "**/specification/batch/data-plane/Microsoft.Batch/**/*.json", - "words": [ - "upgradingos", - "TVMs" - ] - }, - { - "filename": "**/specification/batch/data-plane/Azure.Batch/**/*.json", - "words": [ - "upgradingos", - "TVMs" - ] - }, - { - "filename": "**/specification/awsconnector/resource-manager/Microsoft.AwsConnector/**/*.json", - "words": [ - "ABAC", - "ACFP", - "ACMPCA", - "ACUs", - "assemblyline", - "autoprovision", - "Aviv", - "AWSACM", - "AWSACMPCA", - "AWSAPS", - "AWSDMS", - "AWSEC", - "AWSECR", - "AWSECS", - "AWSEFS", - "AWSEKS", - "AWSELB", - "AWSEMR", - "awsfirelens", - "AWSFIS", - "AWSIAM", - "AWSIAMSAML", - "AWSIVS", - "AWSKMS", - "awslogs", - "AWSM", - "AWSMSK", - "AWSQLDB", - "AWSRDS", - "AWSRDSDB", - "AWSRUM", - "AWSS", - "AWSSES", - "AWSSNS", - "AWSSQS", - "AWSSSM", - "awsvpc", - "AWSWAF", - "AWSX", - "binpack", - "buildspec", - "CFNS", - "CMAP", - "CMK's", - "CODECONNECTIONS", - "cooldowns", - "credentialspec", - "credentialspecdomainless", - "credspec", - "daxs", - "DCERPC", - "dd'T'HH", - "desync", - "diratime", - "dirsync", - "domainless", - "Dsse", - "dsse", - "Dtest", - "Dtestsecret", - "dualstack", - "EEZNYKUA", - "efgyghrtguk", - "Elong", - "emaccess", - "ENCHIPHERMENT", - "ENIs", - "FARGAT", - "Fargate", - "FDTNDATAQYW", - "Firelens", - "firelens", - "fluentbit", - "FOWNER", - "FPGAs", - "fpgas", - "FSETID", - "Fuota", - "Gelf", - "gelf", - "GENEVE", - "Geoproximity", - "healthcheck", - "hostedzone", - "hypens", - "IJCEXJP", - "Ilong", - "Inferentia", - "instancegroup", - "Intlong", - "IPAM's", - "Ipams", - "JDBC", - "kadmin", - "keytabs", - "logentries", - "lowercased", - "mand", - "maxage", - "MKNOD", - "mknod", - "Mlong", - "mpol", - "mqueue", - "mrap", - "MSAs", - "msgmax", - "msgmnb", - "msgmni", - "multicloud", - "multimaster", - "multivalue", - "Multivalue", - "myawslogbucket", - "mycluster", - "mydomain", - "mykeyspace", - "mymanaged", - "myprefix", - "myrepinstance", - "myselfmanaged", - "mytable", - "nfsvers", - "Ningxia", - "Nlong", - "noatime", - "nodegroup", - "Nodegroups", - "nodev", - "nodiratime", - "NOERROR", - "noexec", - "nohup", - "nomand", - "nondefault", - "norelatime", - "nostrictatime", - "nosuid", - "Nshort", - "oemagent", - "ONEZONE", - "PACCT", - "parallelquery", - "Paulo", - "Plong", - "preconfigures", - "PRERELEASED", - "PTRACE", - "Radeon", - "radeon", - "RAWIO", - "rbind", - "RDSCDB", - "redrive", - "relatime", - "resouce", - "retrans", - "rmid", - "Robo", - "rprivate", - "rshared", - "rsize", - "rslave", - "runbindable", - "SETFCAP", - "SETPCAP", - "shmall", - "shmmax", - "shmmni", - "SIEXAMPLE", - "slowquery", - "Sqli", - "sqli", - "sqlserver", - "ss'Z", - "strictatime", - "subdivisioncode", - "tierings", - "timeo", - "ulimits", - "Ultrawarm", - "ultrawarm", - "unbindable", - "untagging", - "Useds", - "VPC's", - "webacl", - "whitespaces", - "wihtin", - "workdir", - "wsize", - "xxdriver", - "xxlabel", - "xxopt" - ] - }, - { - "filename": "**/specification/confidentialledger/data-plane/Microsoft.CodeTransparency/preview/**/*.json", - "words": [ - "cbor", - "txids", - "operationid", - "scitt" - ] - }, - { - "filename": "**/specification/applicationinsights/data-plane/LiveMetrics/preview/2024-04-01-preview/livemetrics.json", - "words": [ - "LiveMetrics", - "QuickPulse", - "ikey", - "apikey", - "Comparand", - "SDK" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/ContentSafety/**/*.json", - "words": [ - "Groundedness", - "ungroundedness" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/Language/**/**/*.json", - "words": [ - "Meitei", - "Mtei", - "Olck", - "Shrd" - ] - }, - { - "filename": "**/specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/**/*.json", - "words": [ - "WUMU", - "WSUS" - ] - }, - { - "filename": "**/specification/riskiq/data-plane/Microsoft.Easm/preview/**/*.json", - "words": [ - "Cisa", - "cisa", - "affected", - "AUTOCONFIRMED" - ] - }, - { - "filename": "**/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/**/*.json", - "words": [ - "hotpatch" - ] - }, - { - "filename": "**/specification/monitor/resource-manager/Microsoft.Insights/**/actionGroups_API.json", - "words": [ - "occurringlocation", - "routingid", - "automitigationenabled", - "monitorid", - "tsgid", - "correlationid" - ] - }, - { - "filename": "**/specification/ai/data-plane/Face/**/*.json", - "words": [ - "headwear", - "realface", - "spoofface" - ] - }, - { - "filename": "**/specification/developerhub/resource-manager/Microsoft.DevHub/**/*.json", - "words": [ - "iacProfiles", - "iacProfile", - "IacProfiles", - "IacProfile", - "HCI", - "HCIAKS", - "HCIARCVM" - ] - }, - { - "filename": "**/specification/securityinsights/data-plane/Microsoft.SecurityInsights/**/*.json", - "words": [ - "threatintelligencestixobjects", - "stixobjects" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/**/*.json", - "words": [ - "rerank" - ] - }, - { - "filename": "**/specification/ai/data-plane/HealthInsights/stable/**/openapi.json", - "words": [ - "Acrad", - "acrad", - "BIRADS", - "mednax", - "frax", - "extracolonic", - "ascvd", - "tyrer", - "cusick", - "agatston", - "ceus", - "HNPCC", - "kellgren", - "tonnis" - ] - }, - { - "filename": "**/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/**/*.json", - "words": [ - "wandb" - ] - }, - { - "filename": "**/specification/communication/data-plane/CallAutomation/**/*.json", - "words": [ - "unhold", - "Unhold", - "transferor's" - ] - }, - { - "filename": "**/specification/oracle/resource-manager/Oracle.Database/**/*.json", - "words": [ - "systemversionname" - ] - }, - { - "filename": "**/specification/developerhub/resource-manager/Microsoft.DevHub/preview/**/workflow.json", - "words": [ - "adooauth", - "ADOO" - ] - }, - { - "filename": "**/specification/iotoperations/resource-manager/Microsoft.IoTOperations/**/*.json", - "words": [ - "akri", - "opcua", - "websockets", - "opentelemetry", - "parquet", - "mqttbroker", - "schemaregistry" - ] - }, - { - "filename": "**/specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/**/*.json", - "words": [ - "sfmc", - "sfmc's", - "regionname", - "sfmcdomain" - ] - }, - { - "filename": "**/specification/terraform/resource-manager/Microsoft.AzureTerraform/**/*.json", - "words": [ - "azurerm", - "azapi" - ] - }, - { - "filename": "**/specification/deviceregistry/resource-manager/Microsoft.DeviceRegistry/**/*.json", - "words": [ - "billables" - ] - }, - { - "filename": "**/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2023-09-01/costmanagement.pricesheets.json", - "words": [ - "Unitof" - ] - }, - { - "filename": "**/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2023-11-01/costmanagement.pricesheets.json", - "words": [ - "Unitof" - ] - }, - { - "filename": "**/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCIVM/**/*.json", - "words": [ - "SEVSNP" - ] - }, - { - "filename": "**/specification/connectedcache/resource-manager/Microsoft.ConnectedCache/preview/**/*.json", - "words": [ - "Eflow" - ] - }, - { - "filename": "**/specification/azure-kusto/resource-manager/Microsoft.Kusto/**/*.json", - "words": [ - "webapi", - "genevametrics" - ] - } - ], - "enableFiletypes": [ - "cadl" - ], - "ignoreWords": [ - "trafficcontrollerspec" - ] - -} diff --git a/cspell.json b/cspell.json new file mode 100644 index 000000000000..5ad39cf0a41c --- /dev/null +++ b/cspell.json @@ -0,0 +1,107 @@ +{ + "version": "0.2", + "language": "en", + "flagWords": [ + "teh" + ], + "ignorePaths": [ + "node_modules/**", + "**/examples/**", + "**/package-lock.json", + "cspell.json", + "documentation/**", + ".github/workflows/**" + ], + "ignoreRegExpList": [ + "v\\d", + "email", + "Base64" + ], + "minWordLength": 4, + "dictionaries": [ + "companies", + "csharp", + "custom-words", + "go", + "html", + "java", + "node", + "python", + "softwareTerms", + "typescript" + ], + "enableFiletypes": [ + "cadl" + ], + "words": [ + "ADLS", + "Apim", + "autorest", + "Autoscale", + "azext", + "azsdk", + "byok", + "byos", + "cadl", + "CODEGEN", + "contoso", + "CUTOVER", + "datacenter", + "dataplane", + "Deallocate", + "deallocated", + "eastus", + "Entra", + "FHIR", + "fileshare", + "fqdns", + "Hana", + "HDFS", + "IMDS", + "innererror", + "iscsi", + "Keyvault", + "kubeconfig", + "Kusto", + "Liftr", + "localizable", + "managedidentity", + "maxpagesize", + "Mbps", + "mgmt", + "mgmt", + "modelerfour", + "multiapi", + "multiapiscript", + "Odata", + "OIDC", + "onboarded", + "PAYG", + "privatelinks", + "privatepreview", + "providerhub", + "Puid", + "pwsh", + "regen", + "reimage", + "resourcegroups", + "resourcemanager", + "rpaas", + "rulesets", + "runtimes", + "skiptoken", + "skus", + "somefile", + "SSIS", + "subresource", + "substatus", + "typespec", + "uefi", + "undelete", + "upsert", + "VMSS", + "Vnet", + "vsts", + "westus" + ] +} diff --git a/custom-words.txt b/custom-words.txt deleted file mode 100644 index 4e9a549f7749..000000000000 --- a/custom-words.txt +++ /dev/null @@ -1,4069 +0,0 @@ -a128cbcpad -a192cbcpad -a256cbcpad -aadds -aadiam -aadip -aadkerb -aapl -aatp -abcxyz -abfs -abfss -abgrabgr -aborthnsonmigration -abstractive -accel -accelcontainer -acceptors -accessandaccounts -accesskey -accesspoint -accesspolicies -accountid -accountname -accuracytests -acks -acls -aclspec -acquisitionid -acrapi -acss -acssbackup -acssbackups -actiongroups -actionplans -activedirectory -activitylog -activityruns -actualcost -actualcostbudget -actuals -actuser -Adabas -adal -adamw -addins -addomainservicemembers -addsservicemembers -addsservices -addtaskcollection -adfcdcs -adfs -adhoc -adhybridhealthservice -adla -adlarge -adls -adlsgen -adma -adminmanagement -adou -adsis -adto -adultscore -adxlarge -afd -afdx -affinitized -afri -afrinic -agentless -agentpool -aggregatedcost -agri -ahub -ai -aiapi -aitl -akamai -aksendpoint -alarge -alertfeedback -alertrule -alertrules -alertsmanagement -alertstate -alexa -algo -alibaba -alicesprings -allofany -allowlist -alon -amazonservices -ambari -ambr -amedium -ametal -amf -amfs -amicro -amlcompute -amortizedcost -analysisservices -analyticsconnectors -analyticsstorage -analyzeconversations -analyzetext -anano -and'ed -anded -angika -annotatable -anomalydetector -anomalyfinder -anonymization -ansible -antimalware -antimeridian -antispam -anybuild -anyofany -aoairesource -aods -aosm -apac -apacheavro -apcgatewayapi -api's -apim -apimanagement -apimapis -apimapiversionsets -apimauthorizationservers -apimbackends -apimcaches -apimcertificates -apimdeployment -apimdiagnostics -apimemailtemplate -apimemailtemplates -apimgroups -apimidentityprovider -apimissues -apimloggers -apimmsi -apimnetworkstatus -apimnotifications -apimopenidconnectproviders -apimpolicies -apimpolicysnippets -apimportalsettings -apimproducts -apimproperties -apimquotas -apimregions -apimreports -apimrpoffboardrequest -apimrpoffboards -apimrponboardconfiguration -apimrponboardconfigurationrequest -apimschema -apimsubscriptions -apimtagresources -apimtags -apimtenant -apimusers -apimversionsets -apisecurity -apisecuritypp2rp -apiserver -apitoken -apiview -apms -apnic -apns -appcomponents -appconfig -appendblob -appendblock -appendpos -appfigures -appid -appinsights -applynetworkconfigurationupdates -approveRollingUpgrade -appservice -appsettings -appsource -appteststorage -appxmanifest -argbargb -argmax -arima -arimax -arin -arjun -armn -armtemplates -arp -arpa -artifactroot -artifactsource -artifactsources -artifacttypes -artifacturi -asana -asciifolding -ascs -asmall -asns -aspnet -assessmentprojects -associable -asturian -asyncinfo -asyncoperation -asyncrhonously -asyncronously -atascada -atleast -attachednetworks -attestationcollateral -attestationmechanism -attributerule -audiodata -auditcomment -australiacentral -australiaeast -australiasoutheast -authenticatable -authenticationsettings -authenticode -authkey -authorizationrules -authorizecopy -authpriv -authprovider -authproviders -auths -authsettings -authsid -authtoken -autobackup -autocompletes -autocorrect -autocorrected -autocreate -autofit -autogenerate -autogenerated -autogrid -autogrow -autokey -autologger -automanage -automations -automuting -autopatching -autopool -autoprovisioning -autoregressive -autorenew -autorenewable -autorest -autorun -autosave -autoscale -autoscaler -autoscalesettings -autoscaling -autotune -avro -avrodeflate -awadhi -axlarge -azcis -azcmagent -azedge -azext -azfw -azns -azpkg -azpodpolicy -azureaccounts -azureactivedirectory -azuread -azureadmetrics -azureasyncoperations -azureblob -azurebot -azurecli -azurecr -azuredatabasemigrationservice -azuredatabricks -azuredatalakeanalytics -azuredatalakestore -azuredatatransferrp -azuredeploy -azureedge -azurefile -azurefiles -azurehdinsight -azureiotcentral -azuremigrate -azureml -azuremonitorpipeline -azuresql -azuresqldbkeyrotation -azurestack -azurestorageaccounts -azuresynapse -azuretable -azurewebsites -backend -backendhealth -backendid -backends -backfilling -backoff -backplane -backupconfig -backupengine -backupstorageconfig -backuptype -bacpac -badpassword -bagheli -bahasa -baidu -balkar -bangla -baremetal -baremetalinfrastructure -baremetalstorage -batchai -batchmanaged -batchresponse -bayesianoptimization -bbox -bcdr -bcwg -beider -bfor -bfqt -bgp -bgra -bgrabgra -bgrbgr -bhojpuri -bigint -bigram -bigrams -billingmodels -bing -bing's -bingapis -bingautosuggest -bingcustomimagesearch -bingcustomsearch -bingentitysearch -bingimagesearch -bingnewssearch -bingspellcheck -bingvideosearch -bingvisualsearch -bingwebsearch -bioconductor -bislama -bitbucket -bitlocker -bitness -bitrates -bitstream -biztalk -blarge -blobfuse -blobservices -blobstorage -blockblob -blockchain -blockid -blocklist -blocklists -blocklisttype -bluefield -bmci -bmcip -bmetal -bmsaad -bmspo -bmsrp -bodo -bokmaal -bokmål -bootable -bootstrappers -bot's -botservice -boundingbox -boundingzoom -brajbha -brazileast -brazilsouth -brazilsoutheast -brcpf -browsable -bruceper -bsaling -budget -buildout -buildpack -buildpacks -bundeli -burstable -businessmetadata -buslogic -bxlarge -byoa -byoc -byok -byol -byos -bzip -cacerts -cachedisk -cadl -calculatebaseline -camara -canadacentral -canadaeast -canceldelete -cancelpipelinerun -canonicalized -capi -carbonite -carretera -catalogapi -catalogdevboxdefinitions -catenate -catenated -caverphone -cavlc -cbcs -ccyymmdd -cdie -cenc -centralindia -centralus -centraluseuap -ceph -cephfs -certchain -certificatescreateorupdate -certificatesdelete -certificateprofiles -certificatethumbprint -certverify -chademo -chainer -chamling -changedsince -changepoint -changestate -chatcmpl -checkaccess -checkfeature -checkfeaturesupport -checkin -checkmark -checknameavailability -checkpointing -chhattisgarhi -chttp -cidr -cidrs -cifs -ciphertext -citus -classificationdef -classificationrules -cleanroom -cleanrooms -clfs -clickthrough -clientaccesspolicy -clienterror -clientgroup -clientids -clientlib -clientmetric -clientrequestid -clinicaltrials -clipart -clis -cliui -clogfile -cloneability -cloneable -closedlist -closedlists -cloudamize -cloudapp -cloudevents -cloudmanifestfiles -cloudngfw -cloudpcdelegatedmsi -cloudpcdelegatedmsis -cloudproperties -cloudsimple -clouduser -clustermonitoring -clustername -clusterpool -clusterpools -cmaf -cmdkey -cmdlet -cmdlets -cmek -cmkdw -cmkhs -cmmi -cmwis -cnab -cname -cnames -cni -cntk -codegen -codegeneration -codemirror -codepackage -codepoints -codesign -codesigning -codesigningaccounts -codespace -codespaces -coffeelake -cognitiveservices -collectiondetails -cogservice -colls -colocation -cololocation -columnstore -commandshistory -commitmentplans -commoncrypto -commscope -compat -compilationjobs -compilefile -compositeentities -computervision -computeusage -concurrentappend -conda -configreferences -configurationgroups -confluent -conhash -connectionstrings -conntrack -consistencygroup -consumergroups -containerd -containerid -containerinstance -containerlogs -containername -containerregistry -containersas -containerservice -contentcrc -contentmoderator -contentsafety -continuationtoken -continuousdataexports -continuouswebjobs -contoso -Contoso's -contosodataset -contosomedia -contributer -CONV -convolutional -cooldown -copyid -copyto -corda -coreml -corent -cortana -Correlationid -correlationid -cosell -cosmosdb -costcenter -costinsights -costmanagement -coterm -couchbase -cpes -cpim -cran -crds -creatable -createconsumergroup -createdtime -createorupdate -createpreview -credativ -creds -crossdomain -cscf -cscfg -csdef -csname -cspm -csrp -csrs -ctlr -ctsrp -cuda -currentbillingfeatures -currentuser -customdnssuffix -customerinsights -customermanagedkeys -customhostname -customimages -customimagesearch -customizability -customizationgroups -customizationtasks -customizer -custommpi -customprebuiltdomains -customprebuiltentities -customprebuiltintents -customprebuiltmodels -customproviders -customsearch -customsubdomain -customvision -customvisionprediction -customvisiontraining -cutover -cves -cvss -cyclicity -cyrl -dacl -daemonset -daemonsets -dailyforecast -dailyhistorical -dall-e -dalle -dapr -dari -darkgrey -darussalam -databox -databricks -datacatalog -datacenter -datacenters -datacontenttype -datadisk -datadog -dataexplorer -dataexports -datafactory -datafactoryv -dataflows -datafreshness -datagrain -datalake -datalakeanalytics -datalakestore -datamanagement -datamap -datamasking -datamigration -datamodel -datapath -dataplane -datapoint -datapoints -datas -dataschema -dataset -datasetid -datasets -datasheet -datasource -datasources -datastore -datastores -dataverse -dataversion -dataware -datawarehouse -datawarehousequeries -dataworld -datetimeoffset -datetimes -davinci -dbcmk -dbfs -dbinstance -dbma -dbstotiggercutoveron -dcos -dcspm -ddagpu -ddds -ddls -ddos -ddthh -deadletter -deadlettered -deadlinetype -deallocate -deallocated -deallocates -deallocating -deallocation -decompilation -decompile -decompiled -decompiles -deboards -Deboard -deboard -debugsend -decisionrule -decodable -decompounder -dedicatedhsm -dedup -deduping -deduplication -defanged -defrag -deid -deinterlace -Deinterlace -deinterlacing -deletable -deleteconsumergroup -deletedcertificates -deletedkeys -deletedsecrets -deletedservices -deletedstorage -deletedwithversions -deletefailed -deleteissuers -deletejob -deletejobs -deleteprivateendpointconnection -deletesas -deletetype -demorun -denormalization -denormalize -denylist -deployer -deploymentmanager -deprovision -deprovisioned -deprovisioning -deprovisions -deregisters -deserialization -deserialized -deserializer -deserializing -destaging -destinationshares -detailedstatus -deterministically -devanagiri -devbox -devboxdefinitions -devboxes -devcenter -devcenters -deviceclass -deviceclasses -devicecredentials -devicegroups -deviceid -deviceids -deviceprovisioningservices -devicestates -devicetags -devicetemplates -deviceupdate -devops -devpay -Devpay -devspaces -devtestlab -devtestlabs -dewpoint -dhcp -dhimal -diagnosticcontext -diarization -dicom -dicomservice -dicomservices -digitaltwins -dimm -directline -disableautoscale -Disabledkmskey -disablescheduling -disambiguated -discoverability -discoverbackup -disenrolled -disenrollment -diskmigrationjobs -diskoperations -distcp -distinguisher -distributeversioner -distro -dlarge -dmarc -dmetal -dmqtt -dmts -dnai -dnat -dnlarge -dnmetal -dnn -dnskey -dnsname -dnssec -dnszones -dnxlarge -dockerfile -dockerfiles -docm -docx -dogri -domainful -domainname -domainservices -domexception -dotall -dotnetcore -dotnetspark -dpdk -dpis -dras -drms -drtm -dryrun -dryruns -dscm -dscp -dsmax -dsms -dspm -dsts -dtcs -dtdl -dtmi -DTMI -dtus -duration'pt -dwgzippackage -dxlarge -dynamicpersongroups -dynatrace -eapmscha -eapmschap -eaptls -easm -eastasia -eastus -ebpf -ecdhe -ecdsa -edgegateway -edgenode -edgenodes -edifact -edittables -edmx -EFSIO -Efsioerror -Efsmountconnectivityerror -Efsmountfailure -Efsmounttimeout -einsteinweg -eirp -eirpd -ekaterinburg -ekus -elasticsan -elasticsans -elin -eloqua -embb -enableautoscale -enablelog -enablement -enablescheduling -ename -encryptionkey -endoftext -endpointkeys -endpointname -endswith -endtime -enein -engagementfabric -Enilimitexceeded -enmetal -enquoted -enrollmentgroups -entitydef -entitysearch -entrypoint -enumdef -environmentsettings -enxlarge -epsg -EPYC -erasureordestructionlog -errordetail -errored -erzya -esdni -español -esrp -esrps -estaba -esxi -esxiNfcBuffer -etag -etags -etcd -ethereum -ethertype -ethi -eucloud -eucloudprototype -eugps -eutran -evaluateautoscale -evalue -eventcategories -eventgrid -eventhub -eventhubconnections -eventhubs -eventroutes -eventstream -eventsubscriptions -eventtime -eventtypes -evpn -ewdg -exceptiontype -exfiltrate -exfiltration -exlarge -experimentids -expiresin -explainability -explicitlist -exploitability -exportconfiguration -exportdevices -exporterrors -exportjob -exportjobs -exportstatus -externaldatasources -externaldnsipaddress01 -externaldnsipaddress02 -extglob -extranet -eywq -faceapi -facelists -facetable -failback -failover -failovers -fairplay -fanout -fareast -farmbeats -faroese -fastq -fatherable -faultable -favorited -fconfig -fcontoso -fdid -fearthecowboy -featurecapabilities -featureset -featuresets -featurestate -featurestore -featurization -featurized -featurizer -featurizers -feedbacktype -fhir -fhirdestination -fhirdestinations -fhirservice -fhirservices -fidalgo -filegroup -filepath -filepermission -fileserver -fileservers -fileshare -filestream -filesystems -fileuploaderr -fileuploadout -fileurl -findsimilars -findsquare -finetune -finetunes -finetuning -firmwares -fiveg -fiveqi -flexera -flink -flowlet -fluentd -forceclosehandles -forceencryption -forecastedbudget -forestsummary -formdata -formrecognizer -fpga -fpushpins -fqdn -fqdnlists -fqdns -français -francecentral -francesouth -freebsd -freeflow -frontdoor -frulian -fsaction -fulfilledplan -fullmetadata -fulltext -fullyqualified -functionappsettings -Functionerror -gagauz -galician -galleryimage -galleryimages -garda -gbdt -gbps -gc'd -gcch -gcmaes -gdlarge -gdmedium -gdmetal -gdpr -gdxlarge -genderless -generatelivetoken -generatesastoken -generateverificationcode -generateverificationcodex -generatevpnclientpackage -generatevpnprofile -genlarge -genmedium -genxlarge -geobias -geocode -geocoded -geocodes -geodata -geofence -geofences -geofencing -geojson -geopair -geor -georegions -georeplication -geospatial -geran -germanynorth -germanywestcentral -getaclstatus -getactivationkey -getavailablebillingfeatures -getazresiliencystatus -getcertificate -getconsumergroup -getcontentsummary -getdevices -getent -getfilestatus -getikesas -getitems -getissuers -getjob -getkey -getmaptile -getporter -getprivateendpointconnection -getprivatelinkresources -getrotationpolicy -getsas -getskus -getssotoken -gettestresultfile -getvpnclientipsecparameters -getvpnprofilepackageurl -getx -ggsn -gibibytes -gifs -gilbertese -githuboauth -githubusercontent -gitrepo -givenname -glarge -globalconfiguration -globby -gloo -gltf -gluster -glusterfs -gmedium -gmetal -gmicro -gmsa -gnano -gnb -gnbs -gnlarge -gnmedium -gnxlarge -goarch -gomodule -gondor -gppnetwork -gpsi -gpumig -gpup -gpus -grafana -grammarly -grantace -granularities -graphrbac -graphservice -greenplum -grek -groundstation -groupby -groupedby -grpc -gsaascend -gsamas -gshut -gsmall -gsmt -gtfs -gtid -gtpc -guami -guestconfiguration -guid -guids -gujr -gurung -guti -gxlarge -gzrs -haag -haase -había -hadoop -hadr -haks -halbi -hana -hanaonazure -hani -hant -harddisk -hardenings -haryanvi -hbase -hbasephoenix -hcatalog -hcrp -hdbuserstore -hdfs -hdinsight -hdinsightaks -headnode -healthbot -healthcareapis -healthchecks -healthinsights -healthmodels -healthstatus -heatbeat -heatmap -hebr -hecto -helmchart -helpdesk -hflip -hhmm -hhmms -hhmmss -hidekeys -hierarchicalentities -hierarchicals -hierarchyid -highestcriticalimpact -hilo -hivecatalog -hivevar -hkey -hnsonmigration -hnsw -homee -homepagetest -horovod -hostnames -hostpool -hotfix -hotfixes -hotpatching -hpcworkbench -hsla -hsms -hubspot -hugepages -hvci -hybridaks -hybridconnection -hybriddata -hybriddatamanager -hyperdrive -hypernet -hyperparameters -hyperparams -hyperscale -hyperthread -hyperv -hypervcollectors -iaas -iaasvm -iaasvmcontainer -iana -iata -IBMAIX -icann -icao -iccid -icelake -icmp -idempotence -idempotency -idlarge -idmetal -idnlarge -idnmetal -idns -idnxlarge -idps -idrg -idxlarge -iedn -iednmetal -iednxlarge -iezn -ieznmetal -iidt -iisaks -ikev -ilarge -ilearner -illumos -iloveyou -Imageaccessdenied -imageanalysis -imagebuilder -Imagedeleted -imagelist -imagelists -imagesearch -imds -imei -imeisv -imetal -immutabilitypolicy -importances -importcollectors -importdevices -importjob -importjobs -imsi -inari -inbuild -inclusivity -incomingrelationships -incrementalcopy -indic -infa -inferencing -informatica -informaticaproperties -informations -informix -ingestor -ingressed -ingressgateway -initialiazing -inittime -inkrecognizer -inlarge -inlinecount -inlines -inmetal -innererror -inotify -inprogress -installable -installableupdates -Instancestore -Insufficientrolepermissions -integrationaccount -integrationruntimes -intelli -interactivequery -interdomain -Internalerror -interoperated -intervaled -interventional -interworking -intraorg -intset -intune -intunewin -intvl -invalidarg -Invalidconfiguration -Invalidimage -Invalidruntime -Invalidsecuritygroup -Invalidstatekmskey -Invalidsubnet -Invalidzipfileexception -inxlarge -iojs -iops -iosmam -iotcentral -iotconnector -iotconnectors -iotdps -iothub -iothubprovisioningservices -iotspaces -iotspacesservice -ipaddress -ipam -ipconfig -ipconfiguration -ipconfigurations -ipfilterrules -ipfix -ipgroups -Ipname -ipos -ipsec -ipsettings -ipssl -ipvlan -ipvs -iscloneable -iscsi -iscsiservers -isdir -isdirectory -isfolder -ishostingenvironmentnameavailable -ishostnameavailable -isidentitycertexprired -isnullable -isochrone -isordered -issqlcompression -istio -istransitioning -isusernameavailable -isvs -items -itsm -ixlarge -janedoe -japaneast -japanwest -jaunsari -jboss -jedobot -jira -jobcompletion -jobid -jobpreparation -jobpreparationandreleasetaskstatus -jobrelease -jobschedule -jobschedules -johnc -johndeere -johnsmith -jpan -json -jsonl -jsonld -jtoken -jumpbox -jwks -jwks_uri -jwts -k'iche -k’iche -kabuverdianu -kachin -kafkarest -kaliningrad -kangri -karachay -karpenter -kashubian -kata -kbid -kbps -kdbinsightsenterprise -keca -keda -kernelspec -keyname -keypair -keypairs -keyschannel -keyspace -keyspaces -keystore -keytab -Keycloak -keycloak -keyvault -keyvaultproperties -keyvaulturi -keyversion -khaling -khmr -khtml -kibana -kiswahili -kleur -kmgtpe -kmph -Kmskeyaccessdenied -Kmskeynotfound -knda -knowledgebase -knowledgebases -koelner -kolmogorov -kölner -koreacentral -koreasouth -korku -koryak -kosraean -kpis -kraaij -kratos -krustlet -ksettings -kstem -kube -kubeadmin -kubeconfig -kubeconfigs -kubectl -kubelet -kubelogin -kubenet -kubenet's -kubernetes -kubevirt -kumyk -kurukh -kusto -kustomization -kustomizations -kustomize -kustooperations -kvset -l'avion -labaccounts -labelset -labservices -lajolla -lakehouse -languagedata -laoo -largefacelists -largepersongroups -largerc -lastfile -lastmodified -latam -latn -ldap -ldaps -ldom -leadgen -leavingpool -leds -Legacybios -legalhold -lfot -lhcp -libgit -libtrust -lifecycle -lifecycles -lifetimejobstats -lifetimepoolstats -liftr -linestring -linkconnections -linkedservices -linkedservicetype -linkexpiryinminutes -linklayer -linktables -listafterid -listbackups -listbyrg -listbysubscription -listcertificates -listehgroups -listhandles -listissuers -listjobs -listkeys -listprebuilts -listprivateendpointconnections -listprivatelinkresources -listsas -listsecrets -liststatus -listsyncfunctiontriggerstatus -listsyncstatus -liveevent -liveoutput -llap -lldp -lmhost -lmhostid -lminimal -loadbalancer -loadtest -loadtests -loadtestservice -localbroker -localbusinesses -localcategories -localcircularview -localgshut -localinternet -localizable -localmachine -localmapview -localrun -localsearch -locationparameter -lockdown -logalert -logalertv1metricmeasurement -logalertv1numresult -logalertv2 -loganalytics -logbase -loggerid -logio -logit -logits -logix -lognormal -logprob -logprobs -logprofiles -loguniform -logz -longrunning -lookback -loopbacks -lovins -lowpriority -lpar -lpim -lqup -lro's -lsilogic -lsilogicsas -lucene -lule -lumia -luns -luxembourgish -mac -machinedefinitions -machinelearning -machinelearningcompute -machinelearningexperimentation -machinelearningservices -machinewithhints -macroe -macvlan -madvise -magadan -magento -mahasu -maintenancewindows -malto -managecontacts -managedapplications -managedccf -managedccfs -managedclusters -managedeployments -managedhsms -managedidentity -managedidentitywithdelegation -managedprivateendpoints -managedserviceidentity -managedservices -managedstorageclass -managedvirtualnetworks -managee -manageissuers -managementgroups -managementpartner -managementpolicy -manualupgrade -manytomany -manytoone -mapbox -mapconfiguration -mapconfigurations -mapextensions -mapp -mapred -mapreduce -maputnik -mariadb -marketo -marketplaceagreementsapi -marketplacecatalog -marketplacegalleryimage -marketplacegalleryimages -marketplaceordering -maxclients -maxcoordinates -maxdop -maxerrors -maxfragmentationmemory -maximumblobsize -maxmemory -maxpagesize -maxresults -maxsize -maxzoom -mayastor -mbaldwin -mbps -mcas -mccf -mdatp -mebibytes -mediaservices -mediumrc -meds -merkle -meru -mesos -messageid -messagettl -messagingplan -metadatas -metadatavalues -metallb -metaphone -metastore -metastores -metaverse -metaverses -metric's -metricdefinitions -metricmetadata -metricname -metricnames -metricnamespace -metricsadvisor -metricsdynamicthreshold -metricstaticthreshold -metrictype -mgmt -mhsm -mhsmip -mibps -microservices -microsofttranslator -migratemysql -migrateproject -migratetoaad -miliseconds -mincoordinates -minhash -minidump -minimalmetadata -ministamps -minkowski -minzoom -mipsle -miscs -miti -mixedreality -mkdirs -mktorest -ml's -mlapi -mlflow -mlflowtrackinguri -mltable -mlym -mmtc -mnist -mobo -mobobroker -mobobrokers -modbus -modelmanagement -modifiedtime -modifyaclentries -modsim -modsimworkbench -modsimworkbenches -monitoringconfiguration -monitoringconfigurations -monospace -moodle -mooncake -mountainview -movere -mpls -mpns -mran -mrenclave -mrsigner -msapi -msapiddl -msazr -msazrde -msazrusgo -msconcat -mscv -msdb -msgetaclstatus -msgetfilestatus -mshv -msisdn -msix -msixpackage -msixpackages -msliststatus -msmcazr -msrp -msti -mtls -mucho -multiadsample -multiapi -multiattach -multiclass -multijson -multilabel -multinomial -multipart -multipoint -multipoints -multiregion -multiset -multislot -multispeaker -multistat -multistep -multisubnet -multivalued -muxed -muxer -muxes -muxing -mware -mwarev -myanalytics -myapp -myaudio -myblobstore -mydevenvironment -mydevice -myexperiment -myfile -myimage -mylocation -mylog -mymodel -mymr -mypath -mypicture -mypictures -myregistry -myshopify -mysite -mysolutions -mysquare -mystore -myvolume -myworkbooks -n'eventtype -n'recognition -nacos -nadella -nagios -nameserver -nameservers -namespace's -namespaceinfo -namf -nanoserver -napt -narrowband -natgateway -nausf -nbformat -nccl -nchar -nchf -ndjson -ndvi -ndwi -neighbourhood -nesterov -netapp -netbios -netbsd -netdev -netezza -netfilter -networkacls -networkinterfaces -networkruleset -networkrulesets -networksecurityperimeter -networksettings -networkstatus -networktraversal -networkwatcher -newpassword -newrelapp -newssearch -newtonsoft -nextension -nexthop -nextlink -nfsauto -nfvi -nfvis -ngap -ngfw -nginx -ngmlc -ngran -nics -nillable -nist -niuean -nlarge -nlmf -nlstext -nmae -nmetal -nnrf -nnssf -noaccess -noaction -noaddressprefixes -noartifactsource -nochange -nocopy -nodeagentskus -nodeconfiguration -nodecounts -nodelib -nodename -nodeploy -nodepool -nodetool -nodrm -nogay -nometadata -nonadmin -nonclustered -nonincreasing -nonpaged -nonreadable -nonstarted -nonsupported -nopri -nopublicipaddresses -noreuse -northcentralus -northeurope -norwayeast -norwaywest -nostore -notificationchannels -notificationhubs -notstarted -notstrict -nouploadcache -nowcasts -npcf -npipe -npmrc -nrf -nrfs -nrmse -nsdname -nsdv -nsgs -nsku -nsmf -nsmsf -nsptest -nsptestclient -nsptestpaasrp -nsptests -nssai -nssais -nssf -nsxt -ntext -ntfs -ntlm -nudm -numa -numactl -numastat -numk -numofmessages -numrecords -nvarchar -nvme -nwfs -nxdomain -nxlarge -nynorsk -nysiis -oaep -oass -occitan -occured -ochestrator -octokit -odata -odatatype -odbc -odia -oeverify -offboard -offboarding -offboardings -offboards -offersby -officedocument -ofstringany -oidc -oltp -omex -omitempty -omnichannel -onboarded -onboarding -onboards -onco -oncophenotype -ondemand -ondemandgc -onedeploy -onetomany -onetoone -onmachine -onmicrosoft -onnx -onprem -onpremises -onvif -oobe -oozie -openai -openapi -openbsd -opencode -opencollective -opencontainers -openid -openlr -openshiftclusters -openshiftversions -openstack -openxmlformats -operationalinsights -operationalization -operationid -operationids -operationresults -operationsmanagement -operationstatus -operationstatuses -operatorconnect -opid -oplog -optane -optedin -optimised -optionalbody -optmem -optout -organisation -orgs -originpath -orya -oscp -osdisk -osdiskforlinuxsimple -osdiskforwindowssimple -osmam -osnic -ossku -otds -otlp -otomi -outputdirectoryid -overprovision -overprovisioned -overprovisioning -overridable -overriden -overviewbox -overviewzoom -owasp -oxxm -pageable -pageblob -pagelist -palo -paloaltonetworks -paloaltonetworkscloudngfw -pancloudngfw -paramref -paramter -paravirtual -parentpath -partitioninfo -passthrough -passwd -patternanyentities -patternrule -patternrules -payg -paypal -pbie -pcie -pcma -pcmu -pcnet -pcscf -pdfs -pdrs -pearsons -peekonly -peerings -pendingissuance -pendingrevocation -percentcomplete -perfcounters -perfmon -performant -performexitoptionsjobaction -perler -persistedfaces -personalizer -persongroups -petabit -pfcp -pfd -pfds -pfsmm -phonetik -phplogging -phpworkloads -phraselist -phraselists -picocolors -picomatch -picometer -picometers -pids -piilro -pipelineruns -piqd -pitr -pixelated -pkcs -pkis -playready -plex -plmn -plmnids -plmns -plregon -pmem -pohlmann -pois -policyassignments -policycertificates -policydefinitions -policyid -policyinsights -policykey -policyset -policysets -polybase -polyfill -polyline -polynomially -poolusagemetrics -popreceipt -populator -portalconfigs -portalsettings -posession -postbackup -postgre -postgres -postgresql -postrestore -powerbi -powerbidedicated -powerbiembedded -poweredoff -poweroff -PPRD -ppsx -pptm -pptp -pptx -prebackup -prebackupvalidation -prebuilts -precache -precheck -preconfigured -preemptable -prefixlen -prefixlists -preflight -prelabel -preload -preloading -prem -premieraddonoffers -premieraddons -preprovisioned -preprovisioning -prerelease -prerestore -pretrained -prevalidated -previewrows -prevsharesnapshot -prevsnapshot -pricesheet -pricesheets -pricings -primarybytes -primingjob -privatedns -privatelink -privatelinkforazuread -privatelinkhub -privatelinks -privatelinkscopes -privatelinkservice -privatepreview -probs -projecthilo -propagations -propogation -protectable -protobuf -Providedal -providerhub -providerport -provisioner -provisioningservices -provisioningstate -psec -psnr -pstn -pswd -ptrdname -publicipaddresses -publicpreview -Publishedversions -publishingcredentials -publishsettings -publishxml -puid -pullrequest -purgeable -pushdown -pushsettings -pvscsi -pwsh -pxe -pyspark -pytorch -qaas -qcow -qemuarm64 -qfes -qlognormal -qloguniform -qnamaker -qnas -qnormal -qos -qssw -qualys -queretaro -querylogs -querypool -querystring -querytablestatus -querytriggers -questionanswering -queueable -queueservices -queuestatus -quickbase -quickbooks -quicktest -qumulo -qumulo.storage -quniform -quotametrics -quotastatus -racyscore -ragrs -ragzrs -ramdisk -randint -rangelist -rankable -rans -rasterize -rasterized -rat -ratelimit -ravbhatnagar -rawphysical -rawvirtual -rawxml -rbac -rdbms -rdma -rdworkername -readonlykeys -readwrite -realtime -reassociate -rebalance -rebalancing -recommendedactions -reconfig -reconfigurations -reconfiguring -recordset -recordsetnamesuffix -recordsets -recoverypoint -recoverypoints -recoveryservices -recoveryservicesbackup -recoveryservicessiterecovery -recurse -redirector -rediscache -rediscachemanagement -redisearch -redisenterprise -redshift -reenabled -refid -regen -regeneratekey -regeneratekeys -regexentities -regexes -regionality -regionalized -regionproposals -registeredidentities -registryname -REGON -rehydrated -reimage -reimageall -reimaged -reimages -reimaging -relationshipdef -relaytype -relro -remediatable -remediate -remediated -remediations -remoteloginsettings -remoterendering -remoterenderingvm -remoteuser -removeacl -removeaclentries -removedefaultacl -removenodes -removex -reparent -replicationdetails -replicationstatus -replicationsummary -replicationusages -replicationv -replicator's -replicator’s -repo -reportconfigs -repos -reprotect -reprovision -reprovisioned -reprovisioning -reprovisions -reranked -reranker -reranking -reregister -rescan -reseller -reservationorders -resetapikey -resetconnection -resetdocs -resetskills -resetvpnclientsharedkey -resim -resnest -resolvability -resourcegraph -resourcegroup -resourcegroups -resourcehealth -resourceid -resourceids -resourcemanager -resourcename -resourceregion -resourcetype -responsys -restapi -restler -restoreheartbeat -restproxy -restrant -restype -resumable -resync -resynchronization -resynchronize -retaineddata -retarget -retargeted -retargeting -retriable -retryable -returnclientrequestid -reusify -revalidates -revertable -revokeace -rfsp -rgbargba -rgbrgb -rgname -rhcp -rhel -riskreputation -rmem -rmpl -rmse -rolledback -rollforward -rollingback -rollouts -rolloverdetails -rollupby -rootcert -rootfs -rosettanetprocessconfigurations -rotatediskencryptionkey -rotationpolicy -routable -routeset -routesets -routingendpointhealth -rpaas -rpath -rpki -rpmeds -rpmsg -rpns -rsaes -rsassa -rscc -rscd -rsce -rscl -rscript -rsct -rslp -rsnull -rstrnt -rtmp -rtsp -ruleid -ruleproperties -ruleset -rulesets -rulestack -rulestacks -runasaccount -runasaccounts -runbook -runbooks -runid -runpath -runsource -runstate -runtimes -rwdlacup -rwxrw -saas -saau -sadri -saegw -safenet -safeuint -sahamati -salesforcetables -saling -salinuxvm -sami -saml -santali -SAPASE -SAPDB -sapsrv -saql -saskey -sasl -sata -satya -sawa -sawinvm -sbeh -scaledown -scaleset -scalesets -scaleup -scame -scanability -scandir -scanrulesets -sccm -scheduledjobs -scheduletype -schemagroups -scim -scms -scom -scomgateways -scomgateway -scopemap -scsv -scvmm -sddc -sddl -sdflex -sdks -sdwan -searchbuffer -searchindex -searchmanagementclient -searchservice -seasonality -seccomp -secg -secgroups -secondarybytes -secp -secureobject -securestring -securitydevops -securitydomain -securitydomaindownloadpost -securitydomainoperationstatus -securitydomaintransferkey -securitydomainuploadoperation -securityinsight -securitytypes -seealso -seleted -sentinelus -serde -seresnext -serialconsole -serialnumber -servercollectors -servererror -serverfarm -serverfarms -serverless -serverlevel -serviceaccount -servicebus -servicebusqueue -servicebustopic -serviceconfiguration -servicefabric -servicefabricmesh -servicefabrics -servicehealth -servicemap -servicemembers -serviceprincipal -servicerunners -servicestats -servicetagchangenumber -servicetopologies -servicetopology -serviceunit -serviceunits -sesparse -sessionhosts -sessionids -sessionstate -setacl -setexpiry -setissuers -setowner -setpassword -setpermission -setrotationpolicy -setsas -setvpnclientipsecparameters -setx -sfhealthid -sfpkg -sgsn -sha -shapefile -shapefiles -sharded -sharedkey -sharename -sharepoint -sharesnapshot -shoebox -shopify -shopify’s -showall -showback -showmount -showonly -Shuttingdown -signaldefinitions -signalr -signin -signup -silverlight -simids -sinergise -singlejson -sirmauri -sisteransi -siteextensions -sitename -siterecovery -skillset -skillsets -skiptoken -sklearn -skolt -sku -sku's -skus -Skytap -sles -sllb -slotcopy -slotsdiffs -slotsswap -slowlog -smalldatetime -smallint -smallmoney -smallrc -smartalert -smartcard -smartcrops -smartsheet -smbios -smfs -smirnov -smltenant -snapshotrun -snapshotsdr -snapshotset -snaptshot -snat -snmp -snomed -snssai -sobol -softwareinventories -softwareplan -sohsv -solaris -solr -solutioninstance -solutioninstances -somaxconn -someuser -sorani -sortorder -soundex -sourcecontrols -sourcesystem -southafricanorth -southafricawest -southcentralus -southeastasia -southindia -sparkconf -sparkconfiguration -sparkconfigurations -sparkr -spdx -spearman's -specversion -speechservicesmanagement -speechtotext -spiffe -splitallcsvs -springboot -spreadsheetml -springbootsites -springbootapps -springbootservers -sqlag -sqldatabase -sqldb -sqldw -sqlmi -sqlmigration -sqlpool -sqlpools -sqlrds -sqlvirtualmachine -sqlvm -sqlvms -sqoop -sriov -ssdzrs -SSDLRS -ssid -ssids -ssis -ssisdb -ssoadfs -sstp -SSDLRS -ssword -stac -stackset -standardasciifolding -standardssd -startlocalrun -startpacketcapture -startrun -startswith -starttask -starttaskfailed -starttime -stateful -statefulset -statefulsets -stateset -statesets -statetile -staticsite -statusdir -stderror -stdev -stix -stoppacketcapture -stopresize -stopword -stopwords -stor -storageaccount -storageaccounts -storagecache -storageclass -storagecontainers -storagedatalake -storageimportexport -storagekey -storagesku -storagesources -storagesync -storagetarget -storageuri -storsimple -stransparent -streamanalytics -streamingendpoint -streamingjobs -streamingservice -structdef -subcause -subcode -subcomponent -subcomponents -subdir -subdomain -subexpressions -subfolder -subfolders -subid -subinquireditemcount -sublist -sublists -submount -subnames -subnet -subnet's -subnetname -Subnetoutofipaddresses -subnetpool -subnets -suboperation -subprotectableitemcount -subresource -subresources -subscriptionid -subshell -substate -substatus -substatuses -substringof -subtasksinfo -subteam -subtree -subtrees -subvolume -subvolumes -subwoofer -subword -subwords -succeded -suceeded -sudoer -suggesters -suid -superfresh -superset -supi -supplychain -supportedimages -supportedvpndevices -supporttickets -susbcriptionid -suvp -svgs -svid -svpn -swappable -swappiness -swapslots -swedensouth -switchless -switchprotection -switzerlandnorth -switzerlandwest -sxlarge -sybase -synapselink -syncer -syncfunctiontriggers -syncsets -synonymmaps -syntex -syntheticmonitorlocations -sysctl -sysctls -syslog -syslogs -sysname -sysprep -sysprepped -systemlevel -sysvol -tablefragments -tableservices -tabletypes -tablevaluedfunctions -taginheritance -tagname -tagsandregions -tagvalue -taml -targetduration -taskcompletion -taskcounts -taskfailure -tasksuccess -taxii -tbps -tcbbaselines -tcpdump -tcpkeepalive -teamsinterop -telangana -telemetryconfig -teleportal -telu -tempdb -templated -templatelink -templeton -temporarydisk -tensorflow -tepco's -tera -teradata -terminatejob -termlist -termlists -termtemplatedef -testall -testallroutes -testbase -testfailover -testnew -testnewroute -testpl -testresultfile -testrun -testruns -tetum -textanalytics -tfidf -tful -tfvc -thaa -thangmi -thirdparty -threatintelligence -threatintelligenceindicators -tibt -tilejson -tileset -tilesetconfiguration -tilesets -timeasc -timechart -timedesc -timedout -timeframe -timegrain -timeseries -timeseriesinsights -timespan -timestep -timezones -tinyint -titledatakeyvalues -titledatasets -titleinternaldatakeyvalues -titleinternaldatasets -tlsa -tlsciphers -tlsprotocols -tmpfs -tmsi -tngf -tnla -tokenizes -tolerations -tombstoned -toolchain -toolset -tooltips -topqueries -topquery -totalCPUMHz -tpeg -tpgs -tpm -traceback -traceparent -traceroute -tracestate -trafficmanager -trafficmanageranalytics -trafficmanagerprofiles -trafficmodelid -tráfico -transcodes -transcoding -transcriptmoderationresult -transferkey -translatortext -trendingtopics -trialmatcher -trigger -triggeredwebjobs -triggerruns -trino -trinologs -tsve -turbonomic -tuvan -twilio -txns -typeahead -typedefs -typeless -typeperf -typespec -uaecentral -uaenorth -uaesouth -uami -udid -udids -ue's -ueba -uecm -uecu -uefi -Uefipreferred -uint -uknorth -uksouth -ukwest -ulaanbaatar -unallocated -unarchive -unassign -unassigning -unassignment -unassigns -unattend -unbilled -unclaim -uncommittedblobs -uncordon -uncordoned -undelete -undeleted -undeleting -unencrypted -unexamined -unigrams -uniqueidentifier -uniquestring -unitless -unixtime -unleased -unlocalized -unmanage -unmanaged -unmodeled -unmonitored -unoa -unob -unoc -unod -unoe -unof -unog -unoh -unoi -unoj -unok -unox -unoy -unpairing -unparked -unparsed -unpartitioned -unpatched -unprepare -unprepares -unpreparing -unprocessable -unprovision -unprovisioned -unprovisioning -unprovisions -unpublish -unregistering -unregisters -unrepaired -unrestorable -unsecure -unsubstituted -unsynchronized -untagged -untracked -untrust -untrusted -unvalidated -unversioned -unwrapkey -updatecertificate -updatecompliance -updatehostname -updatepolicy -updateprivateendpointconnection -updateproperties -updation -upf -upfs -upgradeos -upgradingkvaio -uploadbatchservicelogs -uploadcertificate -upns -upsell -upsert -upserting -urllc -usagescenarios -useast -usedCPUMHz -useraccount -userargs -userassignedidentities -userdata -userdelegationkey -usererror -userflows -userid -usermanaged -usermetadata -userpreference -userprincipalname -usersetting -usersync -usertime -usql -usuk -utran -uturn -uucp -uuids -uyghur -vaidk -valn -varbinary -varchar -vaultconfig -vaultsecret -vaultstorageconfig -vaultusages -vcenter -vcenters -vcore -vcores -vcpu -vcpus -vcsa -vectorize -vectorizer -verifyx -versioner -versionid -versionswithin -vertica -vffs -vfyc -vhds -vhdx -vmfs -videoanalyzer -videosearch -viewp -vippool -vippools -virsh -virtio -virtualclusters -virtualharddisks -virtualip -virtualmachine -virtualmachineimagebuilder -virtualmachines -virtualnetwork -virtualnetworkgateways -virtualnetworkrules -virtualnetworks -viruela -virutal -visibilitytimeout -visualsearch -visualstudio -vlan -vlanid -vlans -vldb -vm's -vmdk -vmextension -vmilr -vmimage -vmimages -vmip -vmmservers -vmname -vmos -vmotion -vmqs -vmsizes -vmss -vmssvm -vmtemplate -vmuuid -vmware -vmwarecollectors -vmwaretools -vmwarev -vmwarevsphere -vmxnet -vnet -vnet's -vnetid -vnets -voip -volapük -volume -volumegroup -volumegroups -volumes -vpnclient -vpnconfiguration -vpndeviceconfigurationscript -vray -vrfs -vrops -vsan -vsphere -vsts -vstsrm -vuln -vusers -vvol -vwan -vxlan -w3clogfile -waagent -wadl -wagf -waitforjobcompletion -waitingforkvaio -waitingforstarttask -wala -walser -wanas -wandisco -wans -wargs -wasb -wasbs -wasm -wasserstein -watchlist -watchlists -wayfind -wayfinding -waypoint -waypoints -wdac -wdatp -webapicontainer -webapplicationfirewall -webapps -webchat -WEBDISP -webhdfs -webhook -webhooks -webhostingplans -webjob -webjobs -weblogic -webm -webproxy -webpubsub -websearch -webservices -webspace -webtest -webtestalert -webtestresult -webtests -westcentralus -westeurope -westindia -westlake -westus -wgxm -whitelisted -whitelisting -whitelistings -whois -wideband -widevine -widget's -wifi -windingness -windowsazuremediaservices -windowsesu -winget -wlan -wlmengg -wmem -wordprocessingml -workbooktemplates -workernode -workitemsource -workloadmonitor -workspace -workspace's -workspaces -wrapkey -wsfc -wtgctbg -wwkz -xaddrs -xbing -xcool -xeon -xero -xlarge -xlargerc -xlsb -xlsm -xml -xsmb -xstr -xvcj -xvdh -yazaki -yolo -yucatec -yvalue -ywhk -yymmdd -zabbix -zerto -zhuang -zilla -zipdeploy -ziplist -znlarge -znmetal -znxlarge -zoho -zoneinfo -zset -nocopy -xcool -noAddressPrefixes -serviceTagChangeNumber -NodePool -hnsonmigration -aborthnsonmigration -telemetryconfig -UpgradingKVAIO -WaitingForKVAIO -lsilogic -buslogic -pvscsi -lsilogicsas -ipsettings -linklayer -Ctlr -pmem -actuals -Actuals -rawphysical -rawvirtual -sesparse -blobstorage -dataexplorer -servicebusqueue -servicebustopic -dataexports -stackset -CSPM -autoprovisioning -videoanalyzer -Unsecure -linkconnections -edittables -detailedstatus -linktables -querytablestatus -loadtestservice -appcomponents -vusers -clientmetric -testruns -testrun -yvalue -IAASVM -Picometer -Petabit -petabits -questionanswering -napt -Napt -NAPT -Plmn -IMSI -UE's -Preemptable -Ambr -AMBR -rfsp -Rfsp -snssai -Snssai -NSSAI -Tbps -Vuln -Quickbase -Smartsheet -valn -adamw -hflip -nesterov -yolo -CUDA -xlarge -Sobol -Seasonality -Wargs -featurizers -Spearman's -Qualys -primingjob -operatorconnect -getent -useraccount -businessmetadata -usermetadata -Relaytype -Deboards -Deregisters -Dataworld -Asana -aseregions -AppFigures -Twilio -getazresiliencystatus -providerport -unassignment -unassign -Unassigns -enrollmentgroups -scheduledjobs -getdevices -unmodeled -getx -setx -verifyx -removex -generateverificationcodex -favorited -datawarehousequeries -Dataware -SIMIDs -ICCID -unversioned -RANs -azuresqldbkeyrotation -DBCMK -DTCs -Angika -Awadhi -Bagheli -Balkar -Bhojpuri -Bodo -Brajbha -Bundeli -Chamling -Chhattisgarhi -Dari -Devanagiri -Dhimal -Dogri -Erzya -Faroese -Frulian -Gagauz -Gurung -Halbi -Haryanvi -Inari -Jaunsari -K'iche -Kangri -Karachay -Khaling -Korku -Koryak -Kosraean -Kumyk -Kurukh -Lule -Mahasu -Malto -Niuean -Nogay -Sadri -Sami -Santali -Sirmauri -Skolt -Gondor -Thangmi -Tuvan -Uyghur -occured -Occured -occurence -Paramter -metallb -kubevirt -vmip -xlargerc -largerc -mediumrc -smallrc -Autotune -multiadsample -Showmount -autogrid -IPVS -taginheritance -Satya -Nadella -Telangana -servicehealth -metricstaticthreshold -metricsdynamicthreshold -logalert -logalertv2 -smartalert -webtestalert -logalertv1numresult -logalertv1metricmeasurement -activitylog -budget -actualcostbudget -forecastedbudget -syncsets -Syncsets -openshiftclusters -openshiftversions -PaloAltoNetworks -Cloudngfw -galleryimage -networkinterfaces -storagecontainers -virtualharddisks -vippool -vwan -Vwan -VWAN -routeset -routesets -wayfind -wayfinding -Securitytypes -seccomp -leadgen -dryruns -Dryrun -dryrun -Discoverability -Precheck -logbase -Ueba -Untrust -Untrusted -hotpatching -Offersby -Versionswithin -generatesastoken -updation -interactivequery -tmpfs -npipe -Tmpfs -widget's -BGP -DPDK -IPVLAN -MACVLAN -SRIOV -Uncordoned -Uncordon -uncordon -ocpdate -MAC -PXE -SHA -TPM -Tcpdump -tcpdump -SATA -CNI -Traceroute -Kubectl -Numastat -Numactl -Virsh -Lldp -lldp -Virtio -virtio -Mebibytes -UTURN -Isochrone -Ochestrator -remediatable -Overprovisioning -Unprepares -Unpreparing -VHDX -Pearsons -Smirnov -Kolmogorov -Wasserstein -typespec -DSPM -Dspm -Metadatas -Gtid -GTID -gtid -Wifi -Nwfs -Hnsw -Piqd -Reranked -Reranking -contentsafety -availiable -xiaomi -msapi -msapiddl -partitioninfo -ddls -serde -onetoone -onetomany -manytoone -manytomany -stransparent -forceencryption -tlsciphers -tlsprotocols -nocopy -xcool -noAddressPrefixes -serviceTagChangeNumber -NodePool -hnsonmigration -aborthnsonmigration -telemetryconfig -UpgradingKVAIO -WaitingForKVAIO -lsilogic -buslogic -pvscsi -lsilogicsas -ipsettings -linklayer -Ctlr -pmem -actuals -Actuals -rawphysical -rawvirtual -sesparse -blobstorage -dataexplorer -servicebusqueue -servicebustopic -dataexports -stackset -CSPM -autoprovisioning -videoanalyzer -Unsecure -linkconnections -edittables -detailedstatus -linktables -querytablestatus -loadtestservice -appcomponents -vusers -clientmetric -testruns -testrun -yvalue -IAASVM -Picometer -Petabit -questionanswering -napt -Napt -NAPT -Plmn -IMSI -UE's -Preemptable -Ambr -AMBR -rfsp -Rfsp -snssai -Snssai -NSSAI -Tbps -Vuln -Quickbase -Smartsheet -valn -adamw -hflip -nesterov -yolo -CUDA -xlarge -Sobol -Seasonality -Wargs -featurizers -Spearman's -Qualys -primingjob -operatorconnect -getent -useraccount -businessmetadata -usermetadata -Relaytype -Deboards -Deregisters -Dataworld -Asana -AppFigures -Twilio -getazresiliencystatus -providerport -unassignment -unassign -Unassigns -enrollmentgroups -scheduledjobs -getdevices -unmodeled -getx -setx -verifyx -removex -generateverificationcodex -favorited -datawarehousequeries -Dataware -SIMIDs -ICCID -unversioned -RANs -azuresqldbkeyrotation -DBCMK -DTCs -Angika -Awadhi -Bagheli -Balkar -Bhojpuri -Bodo -Brajbha -Bundeli -Chamling -Chhattisgarhi -Dari -Devanagiri -Dhimal -Dogri -Erzya -Faroese -Frulian -Gagauz -Gurung -Halbi -Haryanvi -Inari -Jaunsari -K'iche -Kangri -Karachay -Khaling -Korku -Koryak -Kosraean -Kumyk -Kurukh -Lule -Mahasu -Malto -Niuean -Nogay -Sadri -Sami -Santali -Sirmauri -Skolt -Gondor -Thangmi -Tuvan -Uyghur -occured -Occured -Paramter -metallb -kubevirt -vmip -xlargerc -largerc -mediumrc -smallrc -Autotune -multiadsample -Showmount -autogrid -IPVS -taginheritance -Satya -Nadella -Telangana -servicehealth -metricstaticthreshold -metricsdynamicthreshold -logalert -logalertv2 -smartalert -webtestalert -logalertv1numresult -logalertv1metricmeasurement -activitylog -budget -actualcostbudget -forecastedbudget -syncsets -Syncsets -openshiftclusters -openshiftversions -PaloAltoNetworks -Cloudngfw -galleryimage -networkinterfaces -storagecontainers -virtualharddisks -vippool -vwan -Vwan -VWAN -routeset -routesets -wayfind -wayfinding -Securitytypes -seccomp -leadgen -dryruns -Dryrun -dryrun -Discoverability -Precheck -logbase -Ueba -Untrust -Untrusted -hotpatching -Offersby -Versionswithin -generatesastoken -updation -interactivequery -tmpfs -npipe -Tmpfs -widget's -BGP -DPDK -IPVLAN -MACVLAN -SRIOV -Uncordoned -Uncordon -uncordon -MAC -PXE -SHA -TPM -Tcpdump -tcpdump -SATA -CNI -Traceroute -Kubectl -Numastat -Numactl -Virsh -Lldp -lldp -Virtio -virtio -Mebibytes -UTURN -Isochrone -Ochestrator -remediatable -Overprovisioning -Unprepares -Unpreparing -Pearsons -Smirnov -Kolmogorov -Wasserstein -DSPM -Dspm -Metadatas -Gtid -GTID -gtid -Acks -safeuint -JWTs -Wifi -Nwfs -Hnsw -Piqd -Reranked -Reranking -contentsafety -msapi -msapiddl -partitioninfo -ddls -serde -onetoone -onetomany -manytoone -manytomany -ssml -stransparent -forceencryption -tlsciphers -tlsprotocols -windowsserver -centos -ulimits -vnetblock -usedCPUMHz -totalCPUMHz -docon -DialOut -texttospeech -customvoice -trainingset -trainingsets -modelrecipes -personalvoice -personalvoices -basemodels -Multistyle -batchsynthesis -batchsyntheses -fadein -aoai -AOAI -vectorizers -ONTAP -SVM -Vectorizable -vectorizers -Entra -scheduledevents -zones -acknowledge -virtualendpoints -switchover -SwitchOver -Switchover -CapacityReservationGroup -CapacityReservationGroups -Paas -PAAS -ciem -Apigee -capacityreservationgroup -capacityreservationgroups -ciam -CIAM -protobuf -proto -msvideo -SOQL -Mulesoft -retroperitoneal -codeable -telehealth -loinc -wacc -hyperthread -Hyperthread -Capex -capex -Opex -opex -decomission -Decommisioned -Decommision -Serp -adbscharsetname -adbsncharsetname -adbbackupid -autonomousdatabasename -autonomousdbversionsname -cloudexadatainfrastructurename -cloudvmclustername -Clusterware -dataguard -DBCS -dbnodeocid -dbserverocid -dbsystemshapename -deregistering -diskgroup -dnsprivateviewocid -dnsprivatezonename -ECPU -exacc -exadata -exaoverview -ezconnect -ezconnectplus -giversionname -IORM -ncharacter -OCID -ocids -OCPU -ORDS -provisionable -RECO -TCPS -tpurgent -virtualnetworkaddressname -VMBM -Vmdb -VNIC \ No newline at end of file diff --git a/documentation/ci-fix.md b/documentation/ci-fix.md index 6817fed14e02..afd4359c588d 100644 --- a/documentation/ci-fix.md +++ b/documentation/ci-fix.md @@ -41,7 +41,7 @@ If you need help with your specs PR, please first thoroughly read the [aka.ms/az - [`Swagger PrettierCheck`](#swagger-prettiercheck) - [Prettier reference](#prettier-reference) - [`Swagger SemanticValidation`](#swagger-semanticvalidation) - - [`Swagger SpellCheck`](#swagger-spellcheck) + - [`Spell Check`](#spell-check) - [`TypeSpec Validation`](#typespec-validation) - [Run `tsv` locally](#run-tsv-locally) - [`license/cla`](#licensecla) @@ -247,35 +247,34 @@ oav validate-spec Please see [readme](https://github.com/Azure/oav/blob/bd04e228b4181c53769ed88e561dec5212e77253/README.md) for how to install or run tool in details. Refer to [Semantic and Model Violations Reference](https://github.com/Azure/azure-rest-api-specs/blob/main/documentation/Semantic-and-Model-Violations-Reference.md) for detailed description of validations and how-to-fix guidance. -## `Swagger SpellCheck` - -If you receive a spelling failure either fix the spelling to match or if there are words that need to be suppressed for your service then add the word to the override list in [cspell.json](https://github.com/Azure/azure-rest-api-specs/blob/main/cSpell.json). Either -add to your existing section or create a new section for your specific spec or service family if the work is more generally used in lots of files under your service. - -``` yaml - "overrides": [ - ... example of specific file override - { - "filename": "**/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2015-03-01-preview/cluster.json", - "words": [ - "saskey" - ] - } - ... example of specific service family override - { - "filename": "**/specification/cognitiveservices/**/*.json", - "words": [ - "flac", - "mpga" - ] - } +## Spell Check + +If you receive a spelling failure either fix the spelling in source. If there are words that need to be suppressed for +your service, add the word to the override list in the `words` list in the `specification//cspell.json` +file for your service. + +If the `specification//cspell.json` file does not exist, create it using the example below and set the `words` +list to the words that need to be suppressed. Both `version` and `import` fields are required, use the values in the +example. + +For example (note the words list is sorted alphabetically): + +```json +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "aardvark", + "zoology" + ] +} ``` -Words are case-insensitive so use lower case for the word list. +Words are case-insensitive so you only need to add the word once. -If you need more information on see [cspell configuration](https://cspell.org/configuration/). - -*Note*: We are trying to move away from one shared dictionary file so try and avoid editing custom-words.txt in the root as it will likely go away in the future. +For more information see [cspell configuration](https://cspell.org/configuration/). ## `TypeSpec Validation` diff --git a/eng/common/spelling/package-lock.json b/eng/common/spelling/package-lock.json new file mode 100644 index 000000000000..a87e13d2c52b --- /dev/null +++ b/eng/common/spelling/package-lock.json @@ -0,0 +1,2786 @@ +{ + "name": "cspell-version-pin", + "version": "0.1.1", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "cspell-version-pin", + "version": "0.1.1", + "dependencies": { + "@cspell/cspell-bundled-dicts": "^6.12.0", + "@cspell/cspell-types": "^6.12.0", + "cspell": "^6.12.0", + "cspell-lib": "^6.12.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", + "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "dependencies": { + "@babel/highlight": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", + "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@cspell/cspell-bundled-dicts": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.31.2.tgz", + "integrity": "sha512-rQ5y/U1Ah5AaduIh3NU2z371hRrOr1cmNdhhP8oiuz2E4VqmcoVHflXIct9DgY8uIJpwsSCdR6ypOQWZYXYnwA==", + "dependencies": { + "@cspell/dict-ada": "^4.0.1", + "@cspell/dict-aws": "^3.0.0", + "@cspell/dict-bash": "^4.1.1", + "@cspell/dict-companies": "^3.0.9", + "@cspell/dict-cpp": "^5.0.2", + "@cspell/dict-cryptocurrencies": "^3.0.1", + "@cspell/dict-csharp": "^4.0.2", + "@cspell/dict-css": "^4.0.5", + "@cspell/dict-dart": "^2.0.2", + "@cspell/dict-django": "^4.0.2", + "@cspell/dict-docker": "^1.1.6", + "@cspell/dict-dotnet": "^5.0.0", + "@cspell/dict-elixir": "^4.0.2", + "@cspell/dict-en_us": "^4.3.2", + "@cspell/dict-en-common-misspellings": "^1.0.2", + "@cspell/dict-en-gb": "1.1.33", + "@cspell/dict-filetypes": "^3.0.0", + "@cspell/dict-fonts": "^3.0.2", + "@cspell/dict-fullstack": "^3.1.5", + "@cspell/dict-gaming-terms": "^1.0.4", + "@cspell/dict-git": "^2.0.0", + "@cspell/dict-golang": "^6.0.1", + "@cspell/dict-haskell": "^4.0.1", + "@cspell/dict-html": "^4.0.3", + "@cspell/dict-html-symbol-entities": "^4.0.0", + "@cspell/dict-java": "^5.0.5", + "@cspell/dict-k8s": "^1.0.1", + "@cspell/dict-latex": "^4.0.0", + "@cspell/dict-lorem-ipsum": "^3.0.0", + "@cspell/dict-lua": "^4.0.1", + "@cspell/dict-node": "^4.0.2", + "@cspell/dict-npm": "^5.0.5", + "@cspell/dict-php": "^4.0.1", + "@cspell/dict-powershell": "^5.0.1", + "@cspell/dict-public-licenses": "^2.0.2", + "@cspell/dict-python": "^4.0.2", + "@cspell/dict-r": "^2.0.1", + "@cspell/dict-ruby": "^5.0.0", + "@cspell/dict-rust": "^4.0.1", + "@cspell/dict-scala": "^5.0.0", + "@cspell/dict-software-terms": "^3.1.6", + "@cspell/dict-sql": "^2.1.0", + "@cspell/dict-svelte": "^1.0.2", + "@cspell/dict-swift": "^2.0.1", + "@cspell/dict-typescript": "^3.1.1", + "@cspell/dict-vue": "^3.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/cspell-pipe": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.31.1.tgz", + "integrity": "sha512-zk1olZi4dr6GLm5PAjvsiZ01HURNSruUYFl1qSicGnTwYN8GaN4RhAwannAytcJ7zJPIcyXlid0YsB58nJf3wQ==", + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/cspell-service-bus": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.31.1.tgz", + "integrity": "sha512-YyBicmJyZ1uwKVxujXw7sgs9x+Eps43OkWmCtDZmZlnq489HdTSuhF1kTbVi2yeFSeaXIS87+uHo12z97KkQpg==", + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/cspell-types": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.31.1.tgz", + "integrity": "sha512-1KeTQFiHMssW1eRoF2NZIEg4gPVIfXLsL2+VSD/AV6YN7lBcuf6gRRgV5KWYarhxtEfjxhDdDTmu26l/iJEUtw==", + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/dict-ada": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.1.tgz", + "integrity": "sha512-/E9o3nHrXOhYmQE43deKbxZcR3MIJAsa+66IzP9TXGHheKEx8b9dVMVVqydDDH8oom1H0U20NRPtu6KRVbT9xw==" + }, + "node_modules/@cspell/dict-aws": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-3.0.0.tgz", + "integrity": "sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==" + }, + "node_modules/@cspell/dict-bash": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz", + "integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==" + }, + "node_modules/@cspell/dict-companies": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.17.tgz", + "integrity": "sha512-vo1jbozgZWSzz2evIL26kLd35tVb+5kW/UTvTzAwaWutSWRloRyKx38nj2CaLJ2IFxBdiATteCFGTzKCvJJl6A==" + }, + "node_modules/@cspell/dict-cpp": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.3.tgz", + "integrity": "sha512-7sx/RFsf0hB3q8chx8OHYl9Kd+g0pqA1laphwaAQ+/jPwoAreYT3kNQWbJ3bIt/rMoORetFSQxckSbaJXwwqpw==" + }, + "node_modules/@cspell/dict-cryptocurrencies": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-3.0.1.tgz", + "integrity": "sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==" + }, + "node_modules/@cspell/dict-csharp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", + "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==" + }, + "node_modules/@cspell/dict-css": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.6.tgz", + "integrity": "sha512-2Lo8W2ezHmGgY8cWFr4RUwnjbndna5mokpCK/DuxGILQnuajR0J31ANQOXj/8iZM2phFB93ZzMNk/0c04TDfSQ==" + }, + "node_modules/@cspell/dict-dart": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.2.tgz", + "integrity": "sha512-jigcODm7Z4IFZ4vParwwP3IT0fIgRq/9VoxkXfrxBMsLBGGM2QltHBj7pl+joX+c4cOHxfyZktGJK1B1wFtR4Q==" + }, + "node_modules/@cspell/dict-data-science": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-1.0.7.tgz", + "integrity": "sha512-Q9VUFaarUpqM6CAmR8peP4o9alk0XQ4rgVoE2R2XalpC2cqPI8Hmg6QwMU2UPioSUcWMJCqLc/KzJti0gBMuxA==" + }, + "node_modules/@cspell/dict-django": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz", + "integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==" + }, + "node_modules/@cspell/dict-docker": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.6.tgz", + "integrity": "sha512-zCCiRTZ6EOQpBnSOm0/3rnKW1kCcAUDUA7SxJG3SuH6iZvKi3I8FEg8+O83WQUeXg0SyPNerD9F40JLnnJjJig==" + }, + "node_modules/@cspell/dict-dotnet": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz", + "integrity": "sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==" + }, + "node_modules/@cspell/dict-elixir": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz", + "integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==" + }, + "node_modules/@cspell/dict-en_us": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.4.tgz", + "integrity": "sha512-mR2yqWmFip1zTKja2SqyVMbzuqEThqkEJk9M32bMDziPJpEyOIPvLA0UPmj3cyRKJkRuVF0bhDCE33O+at38hw==" + }, + "node_modules/@cspell/dict-en-common-misspellings": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-1.0.2.tgz", + "integrity": "sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==" + }, + "node_modules/@cspell/dict-en-gb": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz", + "integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==" + }, + "node_modules/@cspell/dict-filetypes": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.1.tgz", + "integrity": "sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==" + }, + "node_modules/@cspell/dict-fonts": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-3.0.2.tgz", + "integrity": "sha512-Z5QdbgEI7DV+KPXrAeDA6dDm/vTzyaW53SGlKqz6PI5VhkOjgkBXv3YtZjnxMZ4dY2ZIqq+RUK6qa9Pi8rQdGQ==" + }, + "node_modules/@cspell/dict-fullstack": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz", + "integrity": "sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==" + }, + "node_modules/@cspell/dict-gaming-terms": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz", + "integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==" + }, + "node_modules/@cspell/dict-git": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", + "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==" + }, + "node_modules/@cspell/dict-golang": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.2.tgz", + "integrity": "sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==" + }, + "node_modules/@cspell/dict-haskell": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", + "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==" + }, + "node_modules/@cspell/dict-html": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.3.tgz", + "integrity": "sha512-Gae8i8rrArT0UyG1I6DHDK62b7Be6QEcBSIeWOm4VIIW1CASkN9B0qFgSVnkmfvnu1Y3H7SSaaEynKjdj3cs8w==" + }, + "node_modules/@cspell/dict-html-symbol-entities": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", + "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==" + }, + "node_modules/@cspell/dict-java": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.5.tgz", + "integrity": "sha512-X19AoJgWIBwJBSWGFqSgHaBR/FEykBHTMjL6EqOnhIGEyE9nvuo32tsSHjXNJ230fQxQptEvRZoaldNLtKxsRg==" + }, + "node_modules/@cspell/dict-k8s": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.1.tgz", + "integrity": "sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==" + }, + "node_modules/@cspell/dict-latex": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz", + "integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==" + }, + "node_modules/@cspell/dict-lorem-ipsum": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-3.0.0.tgz", + "integrity": "sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==" + }, + "node_modules/@cspell/dict-lua": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.1.tgz", + "integrity": "sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==" + }, + "node_modules/@cspell/dict-node": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz", + "integrity": "sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==" + }, + "node_modules/@cspell/dict-npm": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.7.tgz", + "integrity": "sha512-6SegF0HsVaBTl6PlHjeErG8Av+tRYkUG1yaXUQIGWXU0A8oxhI0o4PuL65UWH5lkCKhJyGai69Cd0iytL0oVFg==" + }, + "node_modules/@cspell/dict-php": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.1.tgz", + "integrity": "sha512-XaQ/JkSyq2c07MfRG54DjLi2CV+HHwS99DDCAao9Fq2JfkWroTQsUeek7wYZXJATrJVOULoV3HKih12x905AtQ==" + }, + "node_modules/@cspell/dict-powershell": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.2.tgz", + "integrity": "sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==" + }, + "node_modules/@cspell/dict-public-licenses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.2.tgz", + "integrity": "sha512-baKkbs/WGEV2lCWZoL0KBPh3uiPcul5GSDwmXEBAsR5McEW52LF94/b7xWM0EmSAc/y8ODc5LnPYC7RDRLi6LQ==" + }, + "node_modules/@cspell/dict-python": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.1.2.tgz", + "integrity": "sha512-Whcn4K8R0Ux/hcx/P9Fbx6i29GwTaXgT3LTt95AuCnV5RRLrzsqoyZkz851hcg5z4kjUQVMduDl3HECGgW/FNw==", + "dependencies": { + "@cspell/dict-data-science": "^1.0.0" + } + }, + "node_modules/@cspell/dict-r": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", + "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==" + }, + "node_modules/@cspell/dict-ruby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz", + "integrity": "sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==" + }, + "node_modules/@cspell/dict-rust": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.1.tgz", + "integrity": "sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==" + }, + "node_modules/@cspell/dict-scala": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.0.tgz", + "integrity": "sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==" + }, + "node_modules/@cspell/dict-software-terms": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.2.0.tgz", + "integrity": "sha512-RI6sv4Bc4i42YH/ofVelv8lXpJRhCyS9IhI2BtejUoMXKhKA9gC01ATXOylx+oaQmj3t5ark4R50xKFRvC7ENA==" + }, + "node_modules/@cspell/dict-sql": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.0.tgz", + "integrity": "sha512-Bb+TNWUrTNNABO0bmfcYXiTlSt0RD6sB2MIY+rNlaMyIwug43jUjeYmkLz2tPkn3+2uvySeFEOMVYhMVfcuDKg==" + }, + "node_modules/@cspell/dict-svelte": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz", + "integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==" + }, + "node_modules/@cspell/dict-swift": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz", + "integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==" + }, + "node_modules/@cspell/dict-typescript": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.1.tgz", + "integrity": "sha512-N9vNJZoOXmmrFPR4ir3rGvnqqwmQGgOYoL1+y6D4oIhyr7FhaYiyF/d7QT61RmjZQcATMa6PSL+ZisCeRLx9+A==" + }, + "node_modules/@cspell/dict-vue": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz", + "integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==" + }, + "node_modules/@cspell/dynamic-import": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-6.31.1.tgz", + "integrity": "sha512-uliIUv9uZlnyYmjUlcw/Dm3p0xJOEnWJNczHAfqAl4Ytg6QZktw0GtUA9b1umbRXLv0KRTPtSC6nMq3cR7rRmQ==", + "dependencies": { + "import-meta-resolve": "^2.2.2" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/strong-weak-map": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.31.1.tgz", + "integrity": "sha512-z8AuWvUuSnugFKJOA9Ke0aiFuehcqLFqia9bk8XaQNEWr44ahPVn3sEWnAncTxPbpWuUw5UajoJa0egRAE1CCg==", + "engines": { + "node": ">=14.6" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/array-timsort": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", + "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/clear-module": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz", + "integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==", + "dependencies": { + "parent-module": "^2.0.0", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "engines": { + "node": ">=14" + } + }, + "node_modules/comment-json": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz", + "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==", + "dependencies": { + "array-timsort": "^1.0.3", + "core-util-is": "^1.0.3", + "esprima": "^4.0.1", + "has-own-prop": "^2.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dependencies": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cosmiconfig": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", + "dependencies": { + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/cspell": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.31.2.tgz", + "integrity": "sha512-HJcQ8jqL/1N3Mj5dufFnIZCX3ACuRoFTSVY6h3Bo5wBqd2iiJTyeQ1SY9Zymlxtb2KyJ6jQRiFmkWeFx2HVs7w==", + "dependencies": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "@cspell/dynamic-import": "6.31.1", + "chalk": "^4.1.2", + "commander": "^10.0.0", + "cspell-gitignore": "6.31.2", + "cspell-glob": "6.31.2", + "cspell-io": "6.31.2", + "cspell-lib": "6.31.2", + "fast-glob": "^3.2.12", + "fast-json-stable-stringify": "^2.1.0", + "file-entry-cache": "^6.0.1", + "get-stdin": "^8.0.0", + "imurmurhash": "^0.1.4", + "semver": "^7.3.8", + "strip-ansi": "^6.0.1", + "vscode-uri": "^3.0.7" + }, + "bin": { + "cspell": "bin.js", + "cspell-esm": "bin.mjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/streetsidesoftware/cspell?sponsor=1" + } + }, + "node_modules/cspell-dictionary": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.31.1.tgz", + "integrity": "sha512-7+K7aQGarqbpucky26wled7QSCJeg6VkLUWS+hLjyf0Cqc9Zew5xsLa4QjReExWUJx+a97jbiflITZNuWxgMrg==", + "dependencies": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "cspell-trie-lib": "6.31.1", + "fast-equals": "^4.0.3", + "gensequence": "^5.0.2" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-gitignore": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.31.2.tgz", + "integrity": "sha512-B1i8aiXCIbb/08u0K3xnDyXtg0qD+lb5B2itOOXi7KXlPkKvIuN4hWyXxhVDweWyYWEzyXD5wBpPrqICVrStHQ==", + "dependencies": { + "cspell-glob": "6.31.2", + "find-up": "^5.0.0" + }, + "bin": { + "cspell-gitignore": "bin.mjs" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-glob": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.31.2.tgz", + "integrity": "sha512-ceTjHM4HaBgvG5S3oiB+PTPYq58EQYG6MmYpycDHzpR5I2H1NurK9lxWHfANmLbi0DsHn58tIZNDMUnnQj19Jw==", + "dependencies": { + "micromatch": "^4.0.5" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-grammar": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.31.1.tgz", + "integrity": "sha512-AsRVP0idcNFVSb9+p9XjMumFj3BUV67WIPWApaAzJl/dYyiIygQObRE+si0/QtFWGNw873b7hNhWZiKjqIdoaQ==", + "dependencies": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1" + }, + "bin": { + "cspell-grammar": "bin.mjs" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-io": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.31.2.tgz", + "integrity": "sha512-Lp7LsF/f35LaOneROb/9mWiprShz2ONxjYFAt3bYP7gIxq41lWi8QhO+SN6spoqPp/wQXjSqJ7MuTZsemxPRnA==", + "dependencies": { + "@cspell/cspell-service-bus": "6.31.1", + "node-fetch": "^2.6.9" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-lib": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.31.2.tgz", + "integrity": "sha512-LqaB2ZfVfQHKL5aZzYoKU6/UxxAtWeXAYwpC9l+satXmajYyXtAh4kWmuW+y7kKRH2jA79rJQS3QE6ToeSqgQQ==", + "dependencies": { + "@cspell/cspell-bundled-dicts": "6.31.2", + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "@cspell/strong-weak-map": "6.31.1", + "clear-module": "^4.1.2", + "comment-json": "^4.2.3", + "configstore": "^5.0.1", + "cosmiconfig": "8.0.0", + "cspell-dictionary": "6.31.1", + "cspell-glob": "6.31.2", + "cspell-grammar": "6.31.1", + "cspell-io": "6.31.2", + "cspell-trie-lib": "6.31.1", + "fast-equals": "^4.0.3", + "find-up": "^5.0.0", + "gensequence": "^5.0.2", + "import-fresh": "^3.3.0", + "resolve-from": "^5.0.0", + "resolve-global": "^1.0.0", + "vscode-languageserver-textdocument": "^1.0.8", + "vscode-uri": "^3.0.7" + }, + "engines": { + "node": ">=14.6" + } + }, + "node_modules/cspell-trie-lib": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.31.1.tgz", + "integrity": "sha512-MtYh7s4Sbr1rKT31P2BK6KY+YfOy3dWsuusq9HnqCXmq6aZ1HyFgjH/9p9uvqGi/TboMqn1KOV8nifhXK3l3jg==", + "dependencies": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "gensequence": "^5.0.2" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fast-equals": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" + }, + "node_modules/fast-glob": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz", + "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/gensequence": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-5.0.2.tgz", + "integrity": "sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==", + "engines": { + "node": ">=14" + } + }, + "node_modules/get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==", + "dependencies": { + "ini": "^1.3.4" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/import-meta-resolve": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.2.2.tgz", + "integrity": "sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/node-fetch": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", + "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parent-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz", + "integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==", + "dependencies": { + "callsites": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-global": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz", + "integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==", + "dependencies": { + "global-dirs": "^0.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vscode-languageserver-textdocument": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz", + "integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==" + }, + "node_modules/vscode-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==" + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", + "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "requires": { + "@babel/highlight": "^7.22.5" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==" + }, + "@babel/highlight": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", + "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "requires": { + "@babel/helper-validator-identifier": "^7.22.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "@cspell/cspell-bundled-dicts": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.31.2.tgz", + "integrity": "sha512-rQ5y/U1Ah5AaduIh3NU2z371hRrOr1cmNdhhP8oiuz2E4VqmcoVHflXIct9DgY8uIJpwsSCdR6ypOQWZYXYnwA==", + "requires": { + "@cspell/dict-ada": "^4.0.1", + "@cspell/dict-aws": "^3.0.0", + "@cspell/dict-bash": "^4.1.1", + "@cspell/dict-companies": "^3.0.9", + "@cspell/dict-cpp": "^5.0.2", + "@cspell/dict-cryptocurrencies": "^3.0.1", + "@cspell/dict-csharp": "^4.0.2", + "@cspell/dict-css": "^4.0.5", + "@cspell/dict-dart": "^2.0.2", + "@cspell/dict-django": "^4.0.2", + "@cspell/dict-docker": "^1.1.6", + "@cspell/dict-dotnet": "^5.0.0", + "@cspell/dict-elixir": "^4.0.2", + "@cspell/dict-en_us": "^4.3.2", + "@cspell/dict-en-common-misspellings": "^1.0.2", + "@cspell/dict-en-gb": "1.1.33", + "@cspell/dict-filetypes": "^3.0.0", + "@cspell/dict-fonts": "^3.0.2", + "@cspell/dict-fullstack": "^3.1.5", + "@cspell/dict-gaming-terms": "^1.0.4", + "@cspell/dict-git": "^2.0.0", + "@cspell/dict-golang": "^6.0.1", + "@cspell/dict-haskell": "^4.0.1", + "@cspell/dict-html": "^4.0.3", + "@cspell/dict-html-symbol-entities": "^4.0.0", + "@cspell/dict-java": "^5.0.5", + "@cspell/dict-k8s": "^1.0.1", + "@cspell/dict-latex": "^4.0.0", + "@cspell/dict-lorem-ipsum": "^3.0.0", + "@cspell/dict-lua": "^4.0.1", + "@cspell/dict-node": "^4.0.2", + "@cspell/dict-npm": "^5.0.5", + "@cspell/dict-php": "^4.0.1", + "@cspell/dict-powershell": "^5.0.1", + "@cspell/dict-public-licenses": "^2.0.2", + "@cspell/dict-python": "^4.0.2", + "@cspell/dict-r": "^2.0.1", + "@cspell/dict-ruby": "^5.0.0", + "@cspell/dict-rust": "^4.0.1", + "@cspell/dict-scala": "^5.0.0", + "@cspell/dict-software-terms": "^3.1.6", + "@cspell/dict-sql": "^2.1.0", + "@cspell/dict-svelte": "^1.0.2", + "@cspell/dict-swift": "^2.0.1", + "@cspell/dict-typescript": "^3.1.1", + "@cspell/dict-vue": "^3.0.0" + } + }, + "@cspell/cspell-pipe": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.31.1.tgz", + "integrity": "sha512-zk1olZi4dr6GLm5PAjvsiZ01HURNSruUYFl1qSicGnTwYN8GaN4RhAwannAytcJ7zJPIcyXlid0YsB58nJf3wQ==" + }, + "@cspell/cspell-service-bus": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.31.1.tgz", + "integrity": "sha512-YyBicmJyZ1uwKVxujXw7sgs9x+Eps43OkWmCtDZmZlnq489HdTSuhF1kTbVi2yeFSeaXIS87+uHo12z97KkQpg==" + }, + "@cspell/cspell-types": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.31.1.tgz", + "integrity": "sha512-1KeTQFiHMssW1eRoF2NZIEg4gPVIfXLsL2+VSD/AV6YN7lBcuf6gRRgV5KWYarhxtEfjxhDdDTmu26l/iJEUtw==" + }, + "@cspell/dict-ada": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.1.tgz", + "integrity": "sha512-/E9o3nHrXOhYmQE43deKbxZcR3MIJAsa+66IzP9TXGHheKEx8b9dVMVVqydDDH8oom1H0U20NRPtu6KRVbT9xw==" + }, + "@cspell/dict-aws": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-3.0.0.tgz", + "integrity": "sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==" + }, + "@cspell/dict-bash": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz", + "integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==" + }, + "@cspell/dict-companies": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.17.tgz", + "integrity": "sha512-vo1jbozgZWSzz2evIL26kLd35tVb+5kW/UTvTzAwaWutSWRloRyKx38nj2CaLJ2IFxBdiATteCFGTzKCvJJl6A==" + }, + "@cspell/dict-cpp": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.3.tgz", + "integrity": "sha512-7sx/RFsf0hB3q8chx8OHYl9Kd+g0pqA1laphwaAQ+/jPwoAreYT3kNQWbJ3bIt/rMoORetFSQxckSbaJXwwqpw==" + }, + "@cspell/dict-cryptocurrencies": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-3.0.1.tgz", + "integrity": "sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==" + }, + "@cspell/dict-csharp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", + "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==" + }, + "@cspell/dict-css": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.6.tgz", + "integrity": "sha512-2Lo8W2ezHmGgY8cWFr4RUwnjbndna5mokpCK/DuxGILQnuajR0J31ANQOXj/8iZM2phFB93ZzMNk/0c04TDfSQ==" + }, + "@cspell/dict-dart": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.2.tgz", + "integrity": "sha512-jigcODm7Z4IFZ4vParwwP3IT0fIgRq/9VoxkXfrxBMsLBGGM2QltHBj7pl+joX+c4cOHxfyZktGJK1B1wFtR4Q==" + }, + "@cspell/dict-data-science": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-1.0.7.tgz", + "integrity": "sha512-Q9VUFaarUpqM6CAmR8peP4o9alk0XQ4rgVoE2R2XalpC2cqPI8Hmg6QwMU2UPioSUcWMJCqLc/KzJti0gBMuxA==" + }, + "@cspell/dict-django": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz", + "integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==" + }, + "@cspell/dict-docker": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.6.tgz", + "integrity": "sha512-zCCiRTZ6EOQpBnSOm0/3rnKW1kCcAUDUA7SxJG3SuH6iZvKi3I8FEg8+O83WQUeXg0SyPNerD9F40JLnnJjJig==" + }, + "@cspell/dict-dotnet": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz", + "integrity": "sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==" + }, + "@cspell/dict-elixir": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz", + "integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==" + }, + "@cspell/dict-en_us": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.4.tgz", + "integrity": "sha512-mR2yqWmFip1zTKja2SqyVMbzuqEThqkEJk9M32bMDziPJpEyOIPvLA0UPmj3cyRKJkRuVF0bhDCE33O+at38hw==" + }, + "@cspell/dict-en-common-misspellings": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-1.0.2.tgz", + "integrity": "sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==" + }, + "@cspell/dict-en-gb": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz", + "integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==" + }, + "@cspell/dict-filetypes": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.1.tgz", + "integrity": "sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==" + }, + "@cspell/dict-fonts": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-3.0.2.tgz", + "integrity": "sha512-Z5QdbgEI7DV+KPXrAeDA6dDm/vTzyaW53SGlKqz6PI5VhkOjgkBXv3YtZjnxMZ4dY2ZIqq+RUK6qa9Pi8rQdGQ==" + }, + "@cspell/dict-fullstack": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz", + "integrity": "sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==" + }, + "@cspell/dict-gaming-terms": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz", + "integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==" + }, + "@cspell/dict-git": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", + "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==" + }, + "@cspell/dict-golang": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.2.tgz", + "integrity": "sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==" + }, + "@cspell/dict-haskell": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", + "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==" + }, + "@cspell/dict-html": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.3.tgz", + "integrity": "sha512-Gae8i8rrArT0UyG1I6DHDK62b7Be6QEcBSIeWOm4VIIW1CASkN9B0qFgSVnkmfvnu1Y3H7SSaaEynKjdj3cs8w==" + }, + "@cspell/dict-html-symbol-entities": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", + "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==" + }, + "@cspell/dict-java": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.5.tgz", + "integrity": "sha512-X19AoJgWIBwJBSWGFqSgHaBR/FEykBHTMjL6EqOnhIGEyE9nvuo32tsSHjXNJ230fQxQptEvRZoaldNLtKxsRg==" + }, + "@cspell/dict-k8s": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.1.tgz", + "integrity": "sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==" + }, + "@cspell/dict-latex": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz", + "integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==" + }, + "@cspell/dict-lorem-ipsum": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-3.0.0.tgz", + "integrity": "sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==" + }, + "@cspell/dict-lua": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.1.tgz", + "integrity": "sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==" + }, + "@cspell/dict-node": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz", + "integrity": "sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==" + }, + "@cspell/dict-npm": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.7.tgz", + "integrity": "sha512-6SegF0HsVaBTl6PlHjeErG8Av+tRYkUG1yaXUQIGWXU0A8oxhI0o4PuL65UWH5lkCKhJyGai69Cd0iytL0oVFg==" + }, + "@cspell/dict-php": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.1.tgz", + "integrity": "sha512-XaQ/JkSyq2c07MfRG54DjLi2CV+HHwS99DDCAao9Fq2JfkWroTQsUeek7wYZXJATrJVOULoV3HKih12x905AtQ==" + }, + "@cspell/dict-powershell": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.2.tgz", + "integrity": "sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==" + }, + "@cspell/dict-public-licenses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.2.tgz", + "integrity": "sha512-baKkbs/WGEV2lCWZoL0KBPh3uiPcul5GSDwmXEBAsR5McEW52LF94/b7xWM0EmSAc/y8ODc5LnPYC7RDRLi6LQ==" + }, + "@cspell/dict-python": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.1.2.tgz", + "integrity": "sha512-Whcn4K8R0Ux/hcx/P9Fbx6i29GwTaXgT3LTt95AuCnV5RRLrzsqoyZkz851hcg5z4kjUQVMduDl3HECGgW/FNw==", + "requires": { + "@cspell/dict-data-science": "^1.0.0" + } + }, + "@cspell/dict-r": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", + "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==" + }, + "@cspell/dict-ruby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz", + "integrity": "sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==" + }, + "@cspell/dict-rust": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.1.tgz", + "integrity": "sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==" + }, + "@cspell/dict-scala": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.0.tgz", + "integrity": "sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==" + }, + "@cspell/dict-software-terms": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.2.0.tgz", + "integrity": "sha512-RI6sv4Bc4i42YH/ofVelv8lXpJRhCyS9IhI2BtejUoMXKhKA9gC01ATXOylx+oaQmj3t5ark4R50xKFRvC7ENA==" + }, + "@cspell/dict-sql": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.0.tgz", + "integrity": "sha512-Bb+TNWUrTNNABO0bmfcYXiTlSt0RD6sB2MIY+rNlaMyIwug43jUjeYmkLz2tPkn3+2uvySeFEOMVYhMVfcuDKg==" + }, + "@cspell/dict-svelte": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz", + "integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==" + }, + "@cspell/dict-swift": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz", + "integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==" + }, + "@cspell/dict-typescript": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.1.tgz", + "integrity": "sha512-N9vNJZoOXmmrFPR4ir3rGvnqqwmQGgOYoL1+y6D4oIhyr7FhaYiyF/d7QT61RmjZQcATMa6PSL+ZisCeRLx9+A==" + }, + "@cspell/dict-vue": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz", + "integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==" + }, + "@cspell/dynamic-import": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-6.31.1.tgz", + "integrity": "sha512-uliIUv9uZlnyYmjUlcw/Dm3p0xJOEnWJNczHAfqAl4Ytg6QZktw0GtUA9b1umbRXLv0KRTPtSC6nMq3cR7rRmQ==", + "requires": { + "import-meta-resolve": "^2.2.2" + } + }, + "@cspell/strong-weak-map": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.31.1.tgz", + "integrity": "sha512-z8AuWvUuSnugFKJOA9Ke0aiFuehcqLFqia9bk8XaQNEWr44ahPVn3sEWnAncTxPbpWuUw5UajoJa0egRAE1CCg==" + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "array-timsort": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", + "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "requires": { + "fill-range": "^7.1.1" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "clear-module": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz", + "integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==", + "requires": { + "parent-module": "^2.0.0", + "resolve-from": "^5.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" + }, + "comment-json": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz", + "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==", + "requires": { + "array-timsort": "^1.0.3", + "core-util-is": "^1.0.3", + "esprima": "^4.0.1", + "has-own-prop": "^2.0.0", + "repeat-string": "^1.6.1" + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "requires": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "cosmiconfig": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", + "requires": { + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0" + } + }, + "crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + }, + "cspell": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.31.2.tgz", + "integrity": "sha512-HJcQ8jqL/1N3Mj5dufFnIZCX3ACuRoFTSVY6h3Bo5wBqd2iiJTyeQ1SY9Zymlxtb2KyJ6jQRiFmkWeFx2HVs7w==", + "requires": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "@cspell/dynamic-import": "6.31.1", + "chalk": "^4.1.2", + "commander": "^10.0.0", + "cspell-gitignore": "6.31.2", + "cspell-glob": "6.31.2", + "cspell-io": "6.31.2", + "cspell-lib": "6.31.2", + "fast-glob": "^3.2.12", + "fast-json-stable-stringify": "^2.1.0", + "file-entry-cache": "^6.0.1", + "get-stdin": "^8.0.0", + "imurmurhash": "^0.1.4", + "semver": "^7.3.8", + "strip-ansi": "^6.0.1", + "vscode-uri": "^3.0.7" + } + }, + "cspell-dictionary": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.31.1.tgz", + "integrity": "sha512-7+K7aQGarqbpucky26wled7QSCJeg6VkLUWS+hLjyf0Cqc9Zew5xsLa4QjReExWUJx+a97jbiflITZNuWxgMrg==", + "requires": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "cspell-trie-lib": "6.31.1", + "fast-equals": "^4.0.3", + "gensequence": "^5.0.2" + } + }, + "cspell-gitignore": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.31.2.tgz", + "integrity": "sha512-B1i8aiXCIbb/08u0K3xnDyXtg0qD+lb5B2itOOXi7KXlPkKvIuN4hWyXxhVDweWyYWEzyXD5wBpPrqICVrStHQ==", + "requires": { + "cspell-glob": "6.31.2", + "find-up": "^5.0.0" + } + }, + "cspell-glob": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.31.2.tgz", + "integrity": "sha512-ceTjHM4HaBgvG5S3oiB+PTPYq58EQYG6MmYpycDHzpR5I2H1NurK9lxWHfANmLbi0DsHn58tIZNDMUnnQj19Jw==", + "requires": { + "micromatch": "^4.0.5" + } + }, + "cspell-grammar": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.31.1.tgz", + "integrity": "sha512-AsRVP0idcNFVSb9+p9XjMumFj3BUV67WIPWApaAzJl/dYyiIygQObRE+si0/QtFWGNw873b7hNhWZiKjqIdoaQ==", + "requires": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1" + } + }, + "cspell-io": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.31.2.tgz", + "integrity": "sha512-Lp7LsF/f35LaOneROb/9mWiprShz2ONxjYFAt3bYP7gIxq41lWi8QhO+SN6spoqPp/wQXjSqJ7MuTZsemxPRnA==", + "requires": { + "@cspell/cspell-service-bus": "6.31.1", + "node-fetch": "^2.6.9" + } + }, + "cspell-lib": { + "version": "6.31.2", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.31.2.tgz", + "integrity": "sha512-LqaB2ZfVfQHKL5aZzYoKU6/UxxAtWeXAYwpC9l+satXmajYyXtAh4kWmuW+y7kKRH2jA79rJQS3QE6ToeSqgQQ==", + "requires": { + "@cspell/cspell-bundled-dicts": "6.31.2", + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "@cspell/strong-weak-map": "6.31.1", + "clear-module": "^4.1.2", + "comment-json": "^4.2.3", + "configstore": "^5.0.1", + "cosmiconfig": "8.0.0", + "cspell-dictionary": "6.31.1", + "cspell-glob": "6.31.2", + "cspell-grammar": "6.31.1", + "cspell-io": "6.31.2", + "cspell-trie-lib": "6.31.1", + "fast-equals": "^4.0.3", + "find-up": "^5.0.0", + "gensequence": "^5.0.2", + "import-fresh": "^3.3.0", + "resolve-from": "^5.0.0", + "resolve-global": "^1.0.0", + "vscode-languageserver-textdocument": "^1.0.8", + "vscode-uri": "^3.0.7" + } + }, + "cspell-trie-lib": { + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.31.1.tgz", + "integrity": "sha512-MtYh7s4Sbr1rKT31P2BK6KY+YfOy3dWsuusq9HnqCXmq6aZ1HyFgjH/9p9uvqGi/TboMqn1KOV8nifhXK3l3jg==", + "requires": { + "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", + "gensequence": "^5.0.2" + } + }, + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "requires": { + "is-obj": "^2.0.0" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "fast-equals": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" + }, + "fast-glob": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz", + "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==", + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "requires": { + "reusify": "^1.0.4" + } + }, + "file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "requires": { + "flat-cache": "^3.0.4" + } + }, + "fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "gensequence": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-5.0.2.tgz", + "integrity": "sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==" + }, + "get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==" + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==", + "requires": { + "ini": "^1.3.4" + } + }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==" + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "requires": { + "callsites": "^3.0.0" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + } + }, + "import-meta-resolve": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.2.2.tgz", + "integrity": "sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "requires": { + "p-locate": "^5.0.0" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + } + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + }, + "micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "requires": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "node-fetch": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", + "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "requires": { + "p-limit": "^3.0.2" + } + }, + "parent-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz", + "integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==", + "requires": { + "callsites": "^3.1.0" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + }, + "resolve-global": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz", + "integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==", + "requires": { + "global-dirs": "^0.1.1" + } + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "requires": { + "crypto-random-string": "^2.0.0" + } + }, + "vscode-languageserver-textdocument": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz", + "integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==" + }, + "vscode-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + } +} diff --git a/specification/EnterpriseKnowledgeGraph/cspell.json b/specification/EnterpriseKnowledgeGraph/cspell.json new file mode 100644 index 000000000000..53e719c96782 --- /dev/null +++ b/specification/EnterpriseKnowledgeGraph/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "enterpriseknowledgegraphservice" + ] +} \ No newline at end of file diff --git a/specification/addons/cspell.json b/specification/addons/cspell.json new file mode 100644 index 000000000000..d498868ed277 --- /dev/null +++ b/specification/addons/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armaddons" + ] +} \ No newline at end of file diff --git a/specification/adhybridhealthservice/cspell.json b/specification/adhybridhealthservice/cspell.json new file mode 100644 index 000000000000..23899027df93 --- /dev/null +++ b/specification/adhybridhealthservice/cspell.json @@ -0,0 +1,47 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Addomain", + "addomainservicemembers", + "addsservicemembers", + "addsservices", + "ADFS", + "adhybridhealthservice", + "alertfeedback", + "Availibility", + "badpassword", + "continuationtoken", + "datafreshness", + "Datafreshness", + "exporterrors", + "exportstatus", + "extranet", + "feedbacktype", + "forestsummary", + "globalconfiguration", + "hotfixes", + "Hotfixes", + "metricmetadata", + "modififed", + "monitoringconfiguration", + "monitoringconfigurations", + "Mpping", + "multivalued", + "Occured", + "Onboards", + "onpremises", + "Qfes", + "QFEs", + "replicationdetails", + "replicationstatus", + "replicationsummary", + "serviceconfiguration", + "servicemembers", + "sysvol", + "SYSVOL", + "userpreference" + ] +} \ No newline at end of file diff --git a/specification/advisor/cspell.json b/specification/advisor/cspell.json new file mode 100644 index 000000000000..ea175324b959 --- /dev/null +++ b/specification/advisor/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armadvisor", + "Asssignment", + "Unlocalized" + ] +} \ No newline at end of file diff --git a/specification/agrifood/cspell.json b/specification/agrifood/cspell.json new file mode 100644 index 000000000000..1fc1a6bd3688 --- /dev/null +++ b/specification/agrifood/cspell.json @@ -0,0 +1,29 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "adma", + "agfood", + "Agri", + "agrifood", + "dailyforecast", + "dailyhistorical", + "Discoverability", + "farmbeats", + "JOHNDEERE", + "MADMA", + "ndvi", + "NDVI", + "NDWI", + "retryable", + "shapefile", + "Shapefile", + "shapefiles", + "Sinergise", + "stac", + "STAC", + "Stac" + ] +} \ No newline at end of file diff --git a/specification/ai/cspell.json b/specification/ai/cspell.json new file mode 100644 index 000000000000..a41822897864 --- /dev/null +++ b/specification/ai/cspell.json @@ -0,0 +1,84 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acrad", + "Acrad", + "AGATSTON", + "ASCVD", + "autogen", + "azurehealthinsightsradiologyinsights", + "barcodes", + "BIRADS", + "cancerprofiling", + "CEUS", + "Clinicaltrials", + "clinicaltrials", + "Codabar", + "Codeable", + "computervision", + "CUSICK", + "dicom", + "Dicom", + "documentintelligence", + "dynamicpersongroups", + "EXTRACOLONIC", + "facelist", + "facelists", + "findsimilars", + "FRAX", + "headwear", + "healthinsights", + "HNPCC", + "imageanalysis", + "interventional", + "Interventional", + "KELLGREN", + "largefacelists", + "largepersongroups", + "LOINC", + "mednax", + "Mednax", + "nonstarted", + "notstarted", + "officedocument", + "Onco", + "onco", + "oncophenotype", + "openai", + "openxmlformats", + "persistedfaces", + "persondirectory", + "persongroup", + "persongroups", + "presentationml", + "radiologyinsights", + "realface", + "Reslution", + "retroperitoneal", + "rrggbb", + "smartcrops", + "SNOMED", + "spoofface", + "spreadsheetml", + "stepis", + "subpackage", + "Supress", + "TCGC", + "telehealth", + "TONNIS", + "trialmatcher", + "TYRER", + "UMLS", + "unixtime", + "UPCA", + "Upca", + "UPCE", + "Upce", + "valueset", + "valuesets", + "wordprocessingml" + ] +} \ No newline at end of file diff --git a/specification/alertsmanagement/cspell.json b/specification/alertsmanagement/cspell.json new file mode 100644 index 000000000000..da5df7c39df6 --- /dev/null +++ b/specification/alertsmanagement/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Aleady", + "alertsmanagement", + "alertstate", + "changestate", + "datasources", + "gosdk", + "groupedby", + "runbook", + "SCOM", + "scom", + "zabbix", + "Zabbix" + ] +} \ No newline at end of file diff --git a/specification/analysisservices/cspell.json b/specification/analysisservices/cspell.json new file mode 100644 index 000000000000..f41e4e9a32b5 --- /dev/null +++ b/specification/analysisservices/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "analysisservices", + "DMTS", + "dmts", + "operationresults", + "operationstatuses", + "querypool" + ] +} \ No newline at end of file diff --git a/specification/apicenter/cspell.json b/specification/apicenter/cspell.json new file mode 100644 index 000000000000..8f160cffda7d --- /dev/null +++ b/specification/apicenter/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apicenter", + "Apigee", + "dataapi", + "Mulesoft", + "ondemand" + ] +} \ No newline at end of file diff --git a/specification/apimanagement/cspell.json b/specification/apimanagement/cspell.json new file mode 100644 index 000000000000..06197080815c --- /dev/null +++ b/specification/apimanagement/cspell.json @@ -0,0 +1,101 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apimallpolicies", + "apimanagement", + "apimapis", + "apimapiversionsets", + "apimauthorizationproviders", + "apimauthorizationservers", + "apimbackends", + "apimcaches", + "apimcertificates", + "apimconnectivitycheck", + "apimcontenttypes", + "apimdeletedservices", + "apimdeployment", + "apimdiagnostics", + "apimdocumentations", + "apimemailtemplate", + "apimemailtemplates", + "apimgateway", + "apimgateways", + "apimgroups", + "apimidentityprovider", + "apimissues", + "apimloggers", + "apimmsi", + "apimnamedvalues", + "apimnetworkstatus", + "apimnotifications", + "apimopenidconnectproviders", + "apimoutbounddependency", + "apimpolicies", + "apimpolicydescriptions", + "apimpolicyfragments", + "apimpolicyrestrictions", + "apimpolicyrestrictionsvalidation", + "apimpolicysnippets", + "apimportalconfigs", + "apimportalrevisions", + "apimportalsettings", + "apimprivatelink", + "apimproducts", + "apimproperties", + "apimquotas", + "apimregions", + "apimreports", + "apimschema", + "apimsettings", + "apimskus", + "apimsubscriptions", + "apimtagresources", + "apimtags", + "apimtenant", + "apimusers", + "apimversionsets", + "apimworkspacebackends", + "apimworkspacecertificates", + "apimworkspacediagnostics", + "apimworkspacelinks", + "apimworkspaceloggers", + "apimworkspaces", + "applynetworkconfigurationupdates", + "Attachmentss", + "authsid", + "backendid", + "Certificatethumbprint", + "Commentss", + "deletedservices", + "getssotoken", + "Issu", + "loggerid", + "managedeployments", + "networkstatus", + "nillable", + "onmicrosoft", + "opid", + "portalconfigs", + "portalsettings", + "protobuf", + "rawxml", + "servicebus", + "signin", + "Signin", + "signup", + "Signup", + "subnetname", + "substringof", + "updatecertificate", + "updatehostname", + "uploadcertificate", + "vnetid", + "vpnconfiguration", + "wadl", + "WADL", + "Wadl" + ] +} \ No newline at end of file diff --git a/specification/app/cspell.json b/specification/app/cspell.json new file mode 100644 index 000000000000..88053b63eb7f --- /dev/null +++ b/specification/app/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Analyse", + "appcontainers", + "Authtoken", + "backoff", + "Backoff", + "cooldown", + "Cooldown", + "Createor", + "dapr", + "Dapr", + "Deadletter", + "dynamicsessions", + "eventstream", + "Keda", + "keda", + "KEDA", + "Mtls", + "mtls", + "Nacos", + "otlp", + "Otlp", + "servicebus", + "sourcecontrols", + "workflowapp" + ] +} \ No newline at end of file diff --git a/specification/appcomplianceautomation/cspell.json b/specification/appcomplianceautomation/cspell.json new file mode 100644 index 000000000000..f507f43465f3 --- /dev/null +++ b/specification/appcomplianceautomation/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "appcomplianceautomation", + "Guids", + "seleted" + ] +} \ No newline at end of file diff --git a/specification/appconfiguration/cspell.json b/specification/appconfiguration/cspell.json new file mode 100644 index 000000000000..4aeb623785d2 --- /dev/null +++ b/specification/appconfiguration/cspell.json @@ -0,0 +1,21 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apitest", + "appconfig", + "appconfiguration", + "configstor", + "keyvaluena", + "kvset", + "labelset", + "offsetdatetime", + "packge", + "privateend", + "proxied", + "restler", + "snapshotset" + ] +} \ No newline at end of file diff --git a/specification/applicationinsights/cspell.json b/specification/applicationinsights/cspell.json new file mode 100644 index 000000000000..f414d6a0f415 --- /dev/null +++ b/specification/applicationinsights/cspell.json @@ -0,0 +1,44 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AIAPI", + "appinsights", + "Appliation", + "Bluefield", + "Comparand", + "currentbillingfeatures", + "datapoint", + "diagnosticcontext", + "EDMX", + "exportconfiguration", + "Fatherable", + "fatherable", + "featurecapabilities", + "generatelivetoken", + "getavailablebillingfeatures", + "ikey", + "intervaled", + "Intervaled", + "livemetrics", + "livetoken", + "Migrationdate", + "multistep", + "myanalytics", + "myworkbooks", + "Qssw", + "quotastatus", + "Resouce", + "schemaregistry", + "syntheticmonitorlocations", + "userflows", + "webtest", + "webtestresult", + "webtests", + "Webtests", + "workbooktemplates", + "XVCJ" + ] +} \ No newline at end of file diff --git a/specification/appplatform/cspell.json b/specification/appplatform/cspell.json new file mode 100644 index 000000000000..a1a745ed5a54 --- /dev/null +++ b/specification/appplatform/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apms", + "Apms", + "appplatform", + "buildpack", + "Buildpack", + "Buildpacks", + "buildpacks", + "Dynatrace", + "libgit", + "servicebus", + "springboot" + ] +} \ No newline at end of file diff --git a/specification/attestation/cspell.json b/specification/attestation/cspell.json new file mode 100644 index 000000000000..5b7cebb6abe6 --- /dev/null +++ b/specification/attestation/cspell.json @@ -0,0 +1,23 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "attestationcollateral", + "Coffeelake", + "debuggable", + "Debuggable", + "Icelake", + "inittime", + "Inittime", + "jwks", + "mrenclave", + "MRENCLAVE", + "mrsigner", + "MRSIGNER", + "policycertificates", + "tcbbaselines", + "updatepolicy" + ] +} \ No newline at end of file diff --git a/specification/authorization/cspell.json b/specification/authorization/cspell.json new file mode 100644 index 000000000000..e32b5c9ef43a --- /dev/null +++ b/specification/authorization/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Remediatable", + "resourcegroup", + "rgname" + ] +} \ No newline at end of file diff --git a/specification/automanage/cspell.json b/specification/automanage/cspell.json new file mode 100644 index 000000000000..01d3c17f7bcc --- /dev/null +++ b/specification/automanage/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Antimalware", + "antimalware", + "automanage", + "Automanage", + "HCRP" + ] +} \ No newline at end of file diff --git a/specification/automation/cspell.json b/specification/automation/cspell.json new file mode 100644 index 000000000000..0f2bc8805c61 --- /dev/null +++ b/specification/automation/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "compilationjobs", + "Enein", + "inlinecount", + "nodeconfiguration", + "nodecounts", + "Runbook", + "runbook", + "Runbooks", + "runbooks", + "softare", + "Tfvc" + ] +} \ No newline at end of file diff --git a/specification/awsconnector/cspell.json b/specification/awsconnector/cspell.json new file mode 100644 index 000000000000..fe70d6336c83 --- /dev/null +++ b/specification/awsconnector/cspell.json @@ -0,0 +1,218 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "ABAC", + "accesspoint", + "ACMPCA", + "activecsharp", + "assemblyline", + "autoprovision", + "AWSACM", + "AWSACMPCA", + "AWSAPS", + "awsconnector", + "AWSDMS", + "AWSEC", + "AWSECR", + "AWSECS", + "AWSEFS", + "AWSEKS", + "AWSELB", + "AWSEMR", + "awsfirelens", + "AWSFIS", + "AWSIAM", + "AWSIAMSAML", + "AWSIVS", + "AWSKMS", + "awslogs", + "AWSM", + "AWSMSK", + "AWSQLDB", + "AWSRDS", + "AWSRDSDB", + "AWSRUM", + "AWSS", + "AWSSES", + "AWSSNS", + "AWSSQS", + "AWSSSM", + "awsvpc", + "AWSWAF", + "AWSX", + "binpack", + "buildspec", + "Burstable", + "burstable", + "CFNS", + "CMAP", + "CODECONNECTIONS", + "cooldown", + "cooldowns", + "credentialspec", + "credentialspecdomainless", + "credspec", + "Datapoints", + "datapoints", + "daxs", + "DCERPC", + "deregistration", + "Deregistration", + "desync", + "devpay", + "Devpay", + "domainless", + "dsse", + "Dsse", + "DSSE", + "Dtestsecret", + "dualstack", + "Dualstack", + "efgyghrtguk", + "emaccess", + "ENCHIPHERMENT", + "Fargate", + "FARGATE", + "FDTNDATAQYW", + "Firelens", + "firelens", + "fluentbit", + "fluentd", + "Fluentd", + "FOWNER", + "FSETID", + "Fuota", + "Gbps", + "gelf", + "Gelf", + "GENEVE", + "genrated", + "Geoproximity", + "geospatial", + "Geospatial", + "gibibytes", + "HEALTHCHECK", + "healthcheck", + "hostedzone", + "hypens", + "Idcsharp", + "idempotency", + "iedn", + "iezn", + "IJCEXJP", + "Inferentia", + "Informations", + "Intlong", + "IPAM", + "Ipam", + "ipam", + "IPAM's", + "Ipams", + "JDBC", + "kadmin", + "Keyspace", + "keytabs", + "logentries", + "maxage", + "mebibytes", + "Mibps", + "MKNOD", + "mknod", + "mqueue", + "msgmax", + "msgmnb", + "msgmni", + "multicloud", + "multimaster", + "multivalue", + "Multivalue", + "myawslogbucket", + "mydomain", + "mymanaged", + "myprefix", + "myrepinstance", + "myselfmanaged", + "nfsvers", + "Ningxia", + "Nlong", + "nodegroup", + "Nodegroup", + "Nodegroups", + "NOERROR", + "nohup", + "nondefault", + "Nshort", + "occured", + "OCSP", + "ODBC", + "oemagent", + "ONEZONE", + "opensearch", + "PACCT", + "parallelquery", + "paravirtual", + "Paravirtual", + "preconfigures", + "PRERELEASED", + "privatelink", + "PTRACE", + "Radeon", + "radeon", + "ramdisk", + "Ramdisk", + "RAWIO", + "RDSCDB", + "Rebalance", + "Rebalancing", + "redrive", + "regionalized", + "resouce", + "retrans", + "rmid", + "Rootfs", + "rsize", + "SECG", + "secp", + "Servcie", + "SETFCAP", + "SETPCAP", + "shmall", + "shmmax", + "shmmni", + "SIEXAMPLE", + "slowquery", + "sqlserver", + "sriov", + "subdivisioncode", + "Supress", + "supressing", + "Sysctls", + "tierings", + "timeo", + "tmpfs", + "Tmpfs", + "ulimits", + "Ulimits", + "ultrawarm", + "Ultrawarm", + "untagging", + "Useds", + "Variablescsharp", + "vcpu", + "webacl", + "whitespaces", + "wihtin", + "workdir", + "wsize", + "xlarge", + "XLARGE", + "Xlarge", + "xvdh", + "xxdriver", + "xxlabel", + "xxopt" + ] +} \ No newline at end of file diff --git a/specification/azsadmin/cspell.json b/specification/azsadmin/cspell.json new file mode 100644 index 000000000000..2b35267d7b9d --- /dev/null +++ b/specification/azsadmin/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acquisitionid", + "actionplans", + "ADFS", + "azpkg", + "BMCIP", + "datadisk", + "ddagpu", + "diskmigrationjobs", + "DNSIP", + "Fanout", + "GPUP", + "maximumblobsize", + "Nics", + "operationresults", + "Preprovisioned", + "RAGRS", + "rebalance", + "Rebalance", + "Routable", + "routable", + "storageaccount", + "storageaccounts", + "susbcriptionid", + "Vnets" + ] +} \ No newline at end of file diff --git a/specification/azure-kusto/cspell.json b/specification/azure-kusto/cspell.json new file mode 100644 index 000000000000..6222ccb747a9 --- /dev/null +++ b/specification/azure-kusto/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "APACHEAVRO", + "armkusto", + "CLOGFILE", + "clustern", + "dataconn", + "eventhub", + "eventhubconnections", + "genevametrics", + "Ingestor", + "managedp", + "MULTIJSON", + "openai", + "operatio", + "operationresults", + "principa", + "privatee", + "privatel", + "scriptna", + "SCSV", + "SINGLEJSON", + "SOHSV", + "storageaccount", + "TSVE", + "webapi" + ] +} \ No newline at end of file diff --git a/specification/azureactivedirectory/cspell.json b/specification/azureactivedirectory/cspell.json new file mode 100644 index 000000000000..df0bba03463a --- /dev/null +++ b/specification/azureactivedirectory/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "aadiam", + "Aadiam", + "armaad", + "azureactivedirectory", + "viruela" + ] +} \ No newline at end of file diff --git a/specification/azurearcdata/cspell.json b/specification/azurearcdata/cspell.json new file mode 100644 index 000000000000..85be55237ae4 --- /dev/null +++ b/specification/azurearcdata/cspell.json @@ -0,0 +1,29 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azurearcdata", + "forceencryption", + "HADR", + "Hadr", + "Hyperscale", + "Keytab", + "keytab", + "nameserver", + "netbios", + "NETBIOS", + "NTLM", + "onpremises", + "PBIRS", + "Resourcegroup", + "SQLVM", + "SSAS", + "SSRS", + "stransparent", + "tlsciphers", + "tlsprotocols", + "WSFC" + ] +} \ No newline at end of file diff --git a/specification/azuredata/cspell.json b/specification/azuredata/cspell.json new file mode 100644 index 000000000000..9b690650ebaf --- /dev/null +++ b/specification/azuredata/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AHUB", + "azuredata", + "BYOL", + "Resourcegroup" + ] +} \ No newline at end of file diff --git a/specification/azuredatatransfer/cspell.json b/specification/azuredatatransfer/cspell.json new file mode 100644 index 000000000000..ca88d70fb0ee --- /dev/null +++ b/specification/azuredatatransfer/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azuredatatransfer", + "azuredatatransferrp" + ] +} \ No newline at end of file diff --git a/specification/azurefleet/cspell.json b/specification/azurefleet/cspell.json new file mode 100644 index 000000000000..f67b895a01e1 --- /dev/null +++ b/specification/azurefleet/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actuser", + "armcomputefleet", + "aspnet", + "azurefleet", + "burstable", + "computefleet", + "Hotpatching", + "iloveyou", + "ipconfiguration", + "nrdma", + "Nvme", + "Overridable", + "RDMA", + "rdma", + "reimaged", + "reprovisioning", + "scaleset", + "SLES", + "ssword", + "Unattend", + "unattend", + "Updateable", + "VHDs", + "waagent" + ] +} \ No newline at end of file diff --git a/specification/azureintegrationspaces/cspell.json b/specification/azureintegrationspaces/cspell.json new file mode 100644 index 000000000000..282a2b96ab45 --- /dev/null +++ b/specification/azureintegrationspaces/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azureintegrationspaces", + "integrationspaces" + ] +} \ No newline at end of file diff --git a/specification/azurelargeinstance/cspell.json b/specification/azurelargeinstance/cspell.json new file mode 100644 index 000000000000..1b12f2a20f14 --- /dev/null +++ b/specification/azurelargeinstance/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azurelargeinstance", + "largeinstance", + "optane", + "SDFLEX" + ] +} \ No newline at end of file diff --git a/specification/azurestack/cspell.json b/specification/azurestack/cspell.json new file mode 100644 index 000000000000..43fcae66675a --- /dev/null +++ b/specification/azurestack/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "ADFS", + "azpkg", + "azurestack", + "Dsms", + "getactivationkey" + ] +} \ No newline at end of file diff --git a/specification/azurestackhci/cspell.json b/specification/azurestackhci/cspell.json new file mode 100644 index 000000000000..e9b8098d281c --- /dev/null +++ b/specification/azurestackhci/cspell.json @@ -0,0 +1,46 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "adou", + "afterscript", + "armstackhcivm", + "azureresourceschema", + "azurestackhci", + "bitlocker", + "deallocating", + "Deallocating", + "drtm", + "flattend", + "galleryimage", + "galleryimages", + "HCIVM", + "hvci", + "hybrididentitymetadata", + "marketplacegalleryimages", + "Metadatum", + "mitigations", + "NETBIOS", + "Precheck", + "rdma", + "RDMA", + "Rdma", + "sdkauto", + "SEVSNP", + "stackhcivm", + "storagecontainers", + "Switchless", + "vhdx", + "VHDX", + "vippool", + "virtualharddisks", + "virtualmachineinstances", + "virtualmachines", + "virtualnetworks", + "wdac", + "WDAC", + "Wdac" + ] +} \ No newline at end of file diff --git a/specification/baremetalinfrastructure/cspell.json b/specification/baremetalinfrastructure/cspell.json new file mode 100644 index 000000000000..25e36e4cfc77 --- /dev/null +++ b/specification/baremetalinfrastructure/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "baremetal", + "baremetalinfrastructure", + "baremetalstorage", + "SDFLEX" + ] +} \ No newline at end of file diff --git a/specification/batch/cspell.json b/specification/batch/cspell.json new file mode 100644 index 000000000000..04bcb1f7e1ad --- /dev/null +++ b/specification/batch/cspell.json @@ -0,0 +1,94 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "addtaskcollection", + "armbatch", + "autopool", + "batchmanaged", + "Blobfuse", + "blobfuse", + "cachedisk", + "canceldelete", + "checkpointing", + "CIFS", + "Cifs", + "cifs", + "currentuser", + "Deallocates", + "deallocating", + "Deallocating", + "deletefailed", + "disableautoscale", + "disablescheduling", + "dsmax", + "enableautoscale", + "enablescheduling", + "endtime", + "evaluateautoscale", + "fileuploaderr", + "fileuploadout", + "gibibytes", + "jobpreparation", + "jobpreparationandreleasetaskstatus", + "jobrelease", + "jobschedule", + "jobschedules", + "lastmodified", + "leavingpool", + "lifetimejobstats", + "lifetimepoolstats", + "localmachine", + "LRO's", + "maxresults", + "minimalmetadata", + "ncheckpointing", + "networksecurityperimeter", + "noaction", + "nodeagentskus", + "nodecounts", + "nonadmin", + "nopublicipaddresses", + "ocpbatchfileisdirectory", + "ocpbatchfilemode", + "ocpbatchfileurl", + "ocpcreationtime", + "ocpdate", + "osdisk", + "performexitoptionsjobaction", + "poolusagemetrics", + "reimaged", + "reimaging", + "Reimaging", + "remoteloginsettings", + "remoteuser", + "removenodes", + "requestid", + "retaineddata", + "servererror", + "SSDLRS", + "standardssd", + "starttask", + "starttaskfailed", + "stopresize", + "subtasksinfo", + "supportedimages", + "taskcompletion", + "taskcounts", + "taskfailure", + "tasksuccess", + "temporarydisk", + "terminatejob", + "unvalidated", + "updateproperties", + "upgradeos", + "upgradingos", + "uploadbatchservicelogs", + "usererror", + "usermanaged", + "vray", + "waitingforstarttask" + ] +} \ No newline at end of file diff --git a/specification/billing/cspell.json b/specification/billing/cspell.json new file mode 100644 index 000000000000..18298b453686 --- /dev/null +++ b/specification/billing/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armbilling", + "Cnpj", + "connot", + "MOSP", + "pricesheet", + "Pricesheet", + "Resellee", + "retryable", + "Unbilled", + "unbilled" + ] +} \ No newline at end of file diff --git a/specification/billingbenefits/cspell.json b/specification/billingbenefits/cspell.json new file mode 100644 index 000000000000..802d8720ad7c --- /dev/null +++ b/specification/billingbenefits/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "billingbenefits" + ] +} \ No newline at end of file diff --git a/specification/botservice/cspell.json b/specification/botservice/cspell.json new file mode 100644 index 000000000000..fd82b7e79797 --- /dev/null +++ b/specification/botservice/cspell.json @@ -0,0 +1,22 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "alexa", + "Alexa", + "azurebot", + "botservice", + "Cmek", + "cmek", + "Directline", + "Keyschannel", + "networksecurityperimeter", + "Omnichannel", + "operationresults", + "regeneratekeys", + "systemdata", + "Webchat" + ] +} \ No newline at end of file diff --git a/specification/cdn/cspell.json b/specification/cdn/cspell.json new file mode 100644 index 000000000000..507eaf68a063 --- /dev/null +++ b/specification/cdn/cspell.json @@ -0,0 +1,34 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "afdprofile", + "afdx", + "APAC", + "armcdn", + "azureedge", + "BYOC", + "cdnwebapplicationfirewall", + "cloudapp", + "Edgenode", + "edgenode", + "edgenodes", + "Edgenodes", + "endpointname", + "Frontdoor", + "frontdoor", + "Mtls", + "mtls", + "mypicture", + "mypictures", + "ocsp", + "originpath", + "overridable", + "prevalidated", + "subresources", + "Substate", + "substate" + ] +} \ No newline at end of file diff --git a/specification/changeanalysis/cspell.json b/specification/changeanalysis/cspell.json new file mode 100644 index 000000000000..c908409744e0 --- /dev/null +++ b/specification/changeanalysis/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "changeanalysis", + "rpns", + "virtualmachines" + ] +} \ No newline at end of file diff --git a/specification/chaos/cspell.json b/specification/chaos/cspell.json new file mode 100644 index 000000000000..de682bef7bbc --- /dev/null +++ b/specification/chaos/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armchaos", + "toplevelresourcelistbysubscription" + ] +} \ No newline at end of file diff --git a/specification/cloudshell/cspell.json b/specification/cloudshell/cspell.json new file mode 100644 index 000000000000..244c532495cd --- /dev/null +++ b/specification/cloudshell/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "cloudshell" + ] +} \ No newline at end of file diff --git a/specification/codesigning/cspell.json b/specification/codesigning/cspell.json new file mode 100644 index 000000000000..087f564fc691 --- /dev/null +++ b/specification/codesigning/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armtrustedsigning", + "trustedsigning" + ] +} \ No newline at end of file diff --git a/specification/cognitiveservices/cspell.json b/specification/cognitiveservices/cspell.json new file mode 100644 index 000000000000..7c58c431a97d --- /dev/null +++ b/specification/cognitiveservices/cspell.json @@ -0,0 +1,364 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "abstractive", + "Abstractive", + "accuracytests", + "ADTO", + "adultscore", + "alon", + "Alon", + "analyzeconversations", + "Analyzeconversations", + "analyzedocuments", + "analyzetext", + "Analyzetext", + "anomalydetector", + "AOAI", + "aoai", + "aoairesource", + "argmax", + "Armn", + "Asssignment", + "Asturian", + "atascada", + "audiodata", + "australiaeast", + "authorizecopy", + "Autocorrected", + "autogen", + "azureaccounts", + "azureopenai", + "Bangla", + "barcodes", + "basemodels", + "batchavatar", + "batchsyntheses", + "batchsynthesis", + "Bbqwy", + "bicho", + "bingapis", + "bingautosuggest", + "bingcustomimagesearch", + "bingcustomsearch", + "bingentitysearch", + "bingimagesearch", + "bingnewssearch", + "bingspellcheck", + "bingvideosearch", + "bingvisualsearch", + "bingwebsearch", + "Bislama", + "blockid", + "Blocklists", + "blocklists", + "brazilsouth", + "BRCPF", + "broarding", + "Bsaling", + "canadacentral", + "carretera", + "centralindia", + "centraluseuap", + "changepoint", + "chatcmpl", + "Clickthrough", + "Clipart", + "clipart", + "closedlists", + "Codabar", + "cognitivelanguage", + "cognitives", + "cognitiveservices", + "compositeentities", + "computervision", + "contentmoderator", + "contentsafety", + "contosodataset", + "copyto", + "coreml", + "Cortana", + "customimagesearch", + "customprebuiltdomains", + "customprebuiltentities", + "customprebuiltintents", + "customprebuiltmodels", + "customsearch", + "customsubdomain", + "customvision", + "customvisionprediction", + "customvisiontraining", + "customvoice", + "DALL", + "dall", + "Dall", + "DALLE", + "dalle", + "davinci", + "Dbauth", + "DDTHH", + "deduping", + "diarization", + "Diarization", + "dsgouda", + "dynamicpersongroups", + "eastasia", + "endoftext", + "endpointkeys", + "entitysearch", + "ESDNI", + "estaba", + "Ethi", + "EUGPS", + "explicitlist", + "faceapi", + "facelists", + "fadein", + "Featurization", + "featurized", + "Featurizer", + "findsimilars", + "finetune", + "Finetune", + "finetunes", + "finetuning", + "flac", + "FLAC", + "formrecognizer", + "Geor", + "Gifs", + "Gilbertese", + "Granularities", + "granularities", + "Grek", + "Groundedness", + "groundedness", + "Gujr", + "Había", + "Hani", + "healthstatus", + "Hebr", + "hierarchicalentities", + "hierarchicals", + "Hsqc", + "hyperparameters", + "hyperparams", + "IDRG", + "imageanalysis", + "imagecomposition", + "Imagelist", + "imagelists", + "Imagelists", + "imagesearch", + "Importances", + "Inclusivity", + "inclusivity", + "inferencing", + "infomration", + "informations", + "intial", + "japaneast", + "johanste", + "Jpan", + "JSONLD", + "K’iche", + "Kabuverdianu", + "Kachin", + "Kashubian", + "Kbps", + "Khmr", + "KHTML", + "Knda", + "Knowledgebase", + "knowledgebase", + "knowledgebases", + "Knowledgebases", + "konnichiha", + "languagedata", + "Laoo", + "largefacelists", + "largepersongroups", + "listprebuilts", + "localbusinesses", + "localcategories", + "localcircularview", + "localmapview", + "localsearch", + "logit", + "logits", + "logprob", + "Logprob", + "logprobs", + "Logprobs", + "Lumia", + "Luxembourgish", + "mappping", + "Meitei", + "metricsadvisor", + "microsofttranslator", + "Mlym", + "modelrecipes", + "mosca", + "mpga", + "Mtei", + "mucho", + "multiclass", + "Multiclass", + "Multilabel", + "multilanguage", + "multiregion", + "Multiregion", + "multislot", + "multispeaker", + "myaudio", + "Mymr", + "nein", + "newssearch", + "nonstarted", + "northeurope", + "nostore", + "notstarted", + "nsku", + "Occitan", + "Odia", + "officedocument", + "Olck", + "ONNX", + "Onnx", + "openai", + "openxmlformats", + "organisation", + "Orya", + "patternanyentities", + "patternrule", + "patternrules", + "persistedfaces", + "Personalizer", + "personalizer", + "personalvoice", + "personalvoices", + "persongroups", + "Petabit", + "petabits", + "Phraselist", + "phraselist", + "phraselists", + "Phraselists", + "Picometer", + "picometers", + "planogram", + "Planogram", + "planogramcompliance", + "PLREGON", + "prebuilts", + "Prebuilts", + "presentationml", + "pretrained", + "Probs", + "productrecognition", + "publishsettings", + "qnamaker", + "Qnamaker", + "qnamakerruntime", + "qnas", + "Qnas", + "querylogs", + "questionanswering", + "quickstart", + "Quickstart", + "quicktest", + "racyscore", + "Rankable", + "regexentities", + "regionproposals", + "REGON", + "Regon", + "Reognizer", + "rerank", + "routable", + "rpns", + "rrggbb", + "saling", + "Santali", + "shahabhijeet", + "Shrd", + "Signup", + "smartcrops", + "southcentralus", + "southeastasia", + "speakeridentification", + "speakerverification", + "Speciality", + "speechservicesmanagement", + "speechtotext", + "spreadsheetml", + "SSML", + "ssml", + "storagesources", + "subcomponents", + "subkind", + "Sublist", + "sublist", + "sublists", + "Sublists", + "subpackage", + "subresources", + "subteam", + "Subteam", + "Superfresh", + "Supress", + "tagsandregions", + "Taml", + "Telu", + "Termlist", + "termlists", + "Termlists", + "Tetum", + "textanalytics", + "texttospeech", + "Thaa", + "Tibt", + "timeseries", + "tráfico", + "trainingset", + "trainingsets", + "transcriptmoderationresult", + "translatortext", + "trendingtopics", + "uksouth", + "UMLS", + "Ungroundedness", + "ungroundedness", + "unixtime", + "Unpublish", + "UPCA", + "UPCE", + "uppercases", + "usagescenarios", + "USUK", + "VAIDK", + "Vectorize", + "vectorize", + "vectorizer", + "verison", + "videosearch", + "videotranslation", + "visualsearch", + "Volapük", + "vsfb", + "Walser", + "wandb", + "webm", + "websearch", + "webvtt", + "Webvtt", + "westcentralus", + "westeurope", + "wordprocessingml", + "Yucatec", + "Zhuang" + ] +} \ No newline at end of file diff --git a/specification/common-types/cspell.json b/specification/common-types/cspell.json new file mode 100644 index 000000000000..46831fc915b4 --- /dev/null +++ b/specification/common-types/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "mobo", + "Mobo", + "PKIX", + "unversioned" + ] +} \ No newline at end of file diff --git a/specification/communication/cspell.json b/specification/communication/cspell.json new file mode 100644 index 000000000000..39bf5ee19e93 --- /dev/null +++ b/specification/communication/cspell.json @@ -0,0 +1,53 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "autogrid", + "bitstream", + "cogservice", + "communicationservicejobrouter", + "communicationservices", + "communicationservicescallautomation", + "communicationserviceschat", + "communicationservicesmessages", + "communicationservicesrooms", + "communicationservicessiprouting", + "communicationservicessms", + "DMARC", + "fixdate", + "gcch", + "idempotency", + "Idempotency", + "jobrouter", + "mediacomposition", + "msvideo", + "networktraversal", + "operatorconnect", + "phonenumber", + "phonenumbers", + "PSTN", + "pstn", + "Pstn", + "readreceipts", + "revist", + "rpmsg", + "rtmp", + "Rtmp", + "ssml", + "Ssml", + "Subcode", + "subcode", + "subpackage", + "Supression", + "unassigning", + "unassignment", + "Unassigns", + "unhold", + "Unhold", + "vsonline", + "webp", + "xlsb" + ] +} \ No newline at end of file diff --git a/specification/communitytraining/cspell.json b/specification/communitytraining/cspell.json new file mode 100644 index 000000000000..3a699dd8c47d --- /dev/null +++ b/specification/communitytraining/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "communitytraining" + ] +} \ No newline at end of file diff --git a/specification/compute/cspell.json b/specification/compute/cspell.json new file mode 100644 index 000000000000..15a0214ed050 --- /dev/null +++ b/specification/compute/cspell.json @@ -0,0 +1,83 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actuser", + "armcompute", + "artifacttypes", + "aspnet", + "CDRP", + "cloudservice", + "Cloudservice", + "Colocation", + "colocation", + "containerservice", + "cscfg", + "csdef", + "datadisk", + "DCOS", + "deallocates", + "Deallocates", + "dscp", + "errordetail", + "exceptiontype", + "Hotpatching", + "iloveyou", + "ipconfiguration", + "jumpbox", + "kbid", + "KBID", + "manualupgrade", + "Mesos", + "nvme", + "Nvme", + "NVME", + "Ochestrator", + "osdisk", + "osdiskforlinuxsimple", + "osdiskforwindowssimple", + "overprovision", + "Overprovision", + "overprovisioned", + "Overprovisioned", + "Overridable", + "Paramter", + "poweredoff", + "poweroff", + "reimageall", + "reimaged", + "Reimages", + "Reimaging", + "reimaging", + "reprovisioning", + "Rolledback", + "salinuxvm", + "sawinvm", + "Scaleset", + "scaleset", + "scalesets", + "securestring", + "SLES", + "SSDZRS", + "sshkey", + "ssword", + "substatuses", + "swappable", + "templatelink", + "Unattend", + "unattend", + "uniquestring", + "vhds", + "Vhds", + "VHDs", + "VHDX", + "virtualmachines", + "vmextension", + "vmimage", + "vmimages", + "VMOS", + "waagent" + ] +} \ No newline at end of file diff --git a/specification/computeschedule/cspell.json b/specification/computeschedule/cspell.json new file mode 100644 index 000000000000..e649031fe500 --- /dev/null +++ b/specification/computeschedule/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "computeschedule", + "correlationid", + "Correlationid", + "deadlinetype", + "locationparameter", + "occurence", + "offsetdatetime", + "operationid", + "operationids", + "suceeded" + ] +} \ No newline at end of file diff --git a/specification/confidentialledger/cspell.json b/specification/confidentialledger/cspell.json new file mode 100644 index 000000000000..6f76ee8625d0 --- /dev/null +++ b/specification/confidentialledger/cspell.json @@ -0,0 +1,30 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Acks", + "acks", + "cbor", + "CBOR", + "codetransparency", + "confidentialledger", + "encryptionkey", + "identityservice", + "jsgov", + "JWTs", + "managedccf", + "mccf", + "mccfgov", + "Merkle", + "merkle", + "mrenclave", + "MRENCLAVE", + "oeverify", + "PKIX", + "safeint", + "safeuint", + "scitt" + ] +} \ No newline at end of file diff --git a/specification/confluent/cspell.json b/specification/confluent/cspell.json new file mode 100644 index 000000000000..69e1c8ef5971 --- /dev/null +++ b/specification/confluent/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "accessandaccounts", + "orgvalidate" + ] +} \ No newline at end of file diff --git a/specification/connectedcache/cspell.json b/specification/connectedcache/cspell.json new file mode 100644 index 000000000000..e0fd54c3cc2b --- /dev/null +++ b/specification/connectedcache/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armconnectedcache", + "connectedcache", + "createor", + "Createor", + "Customerspreview", + "Eflow", + "Gbps", + "Nodespreview", + "signup", + "Signup" + ] +} \ No newline at end of file diff --git a/specification/connectedvmware/cspell.json b/specification/connectedvmware/cspell.json new file mode 100644 index 000000000000..8eb10467633d --- /dev/null +++ b/specification/connectedvmware/cspell.json @@ -0,0 +1,25 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azureresourceschema", + "buslogic", + "connectedvmware", + "Ctlr", + "ipsettings", + "linklayer", + "lsilogic", + "lsilogicsas", + "Mwarev", + "pcnet", + "pmem", + "pvscsi", + "rawphysical", + "rawvirtual", + "sesparse", + "vcenters", + "Virtualmachine" + ] +} \ No newline at end of file diff --git a/specification/consumption/cspell.json b/specification/consumption/cspell.json new file mode 100644 index 000000000000..dc68b3476670 --- /dev/null +++ b/specification/consumption/cspell.json @@ -0,0 +1,26 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actualcost", + "aggregatedcost", + "amortizedcost", + "azureresourceschema", + "costcenter", + "datagrain", + "fearthecowboy", + "Guids", + "jianyexi", + "metrictype", + "pricesheet", + "Pricesheet", + "pricesheets", + "Pricesheets", + "ratelimit", + "reservationorders", + "timegrain", + "unbilled" + ] +} \ No newline at end of file diff --git a/specification/containerinstance/cspell.json b/specification/containerinstance/cspell.json new file mode 100644 index 000000000000..8a0d54e9216d --- /dev/null +++ b/specification/containerinstance/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "containerinstance", + "kubelet", + "ngroups", + "Noreuse", + "seccomp" + ] +} \ No newline at end of file diff --git a/specification/containerregistry/cspell.json b/specification/containerregistry/cspell.json new file mode 100644 index 000000000000..1bb099f8b874 --- /dev/null +++ b/specification/containerregistry/cspell.json @@ -0,0 +1,44 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acrapi", + "agentpool", + "azurecr", + "BCWG", + "containerregistry", + "EWDG", + "EYWQ", + "GOARCH", + "illumos", + "Illumos", + "Lfot", + "libtrust", + "LQUP", + "mipsle", + "MIPSLE", + "myregistry", + "nanoserver", + "nouploadcache", + "opencontainers", + "overridable", + "pullrequest", + "registryname", + "rootfs", + "scopemap", + "Sllb", + "timeasc", + "timedesc", + "Vaultsecret", + "verison", + "Vfyc", + "VMQS", + "WGXM", + "Workitems", + "workitems", + "WWKZ", + "Ywhk" + ] +} \ No newline at end of file diff --git a/specification/containerservice/cspell.json b/specification/containerservice/cspell.json new file mode 100644 index 000000000000..a8b3c162913e --- /dev/null +++ b/specification/containerservice/cspell.json @@ -0,0 +1,99 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acnstls", + "actuser", + "agentpool", + "Agentpool", + "AHUB", + "aksadvancednetworking", + "apiserver", + "aspnet", + "autoscaler", + "Autoscaler", + "autoupgradeprofile", + "azpodpolicy", + "capacityreservationgroups", + "Conntrack", + "conntrack", + "containerd", + "containerservice", + "containerservicefleet", + "CUDA", + "daemonset", + "DCOS", + "Defrag", + "defrag", + "dnszones", + "ebpf", + "Ebpf", + "fleetmember", + "gmsa", + "Gmsa", + "GPUMIG", + "hugepages", + "Hugepages", + "iloveyou", + "ingressgateway", + "Intvl", + "intvl", + "IPVS", + "ipvs", + "Istio", + "istio", + "Karpenter", + "Kata", + "keda", + "KEDA", + "Krustlet", + "kubeconfigs", + "Kubelet", + "kubelet", + "kubeletidentity", + "kubelogin", + "kubenet", + "Kubenet", + "Kubenet's", + "loadbalancer", + "lockdown", + "madvise", + "managedclusters", + "Mshv", + "Netdev", + "netdev", + "Netfilter", + "netfilter", + "nodepool", + "numa", + "Ochestrator", + "Optmem", + "optmem", + "OSSKU", + "Pids", + "rebalance", + "Rebalance", + "reimaged", + "reimaging", + "restype", + "Rmem", + "rmem", + "schedulable", + "seccomp", + "Seccomp", + "SNAT", + "ssword", + "Sysctls", + "sysctls", + "Tcpkeepalive", + "trustedlaunch", + "undrainable", + "Undrainable", + "VHDs", + "VTPM", + "Wmem", + "wmem" + ] +} \ No newline at end of file diff --git a/specification/containerstorage/cspell.json b/specification/containerstorage/cspell.json new file mode 100644 index 000000000000..f3c360138c9b --- /dev/null +++ b/specification/containerstorage/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "containerstorage", + "elasticsan", + "Unassigning", + "unassigning" + ] +} \ No newline at end of file diff --git a/specification/contosowidgetmanager/cspell.json b/specification/contosowidgetmanager/cspell.json new file mode 100644 index 000000000000..151a9194d68d --- /dev/null +++ b/specification/contosowidgetmanager/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apiview", + "armcontoso", + "containerstorage", + "contosowidgetmanager", + "tspconfig", + "widgetmanager" + ] +} \ No newline at end of file diff --git a/specification/contosowidgetmanager/data-plane/readme.md b/specification/contosowidgetmanager/data-plane/readme.md index 60258e3463c2..dfd125847424 100644 --- a/specification/contosowidgetmanager/data-plane/readme.md +++ b/specification/contosowidgetmanager/data-plane/readme.md @@ -2,7 +2,7 @@ > see https://aka.ms/autorest -This is the AutoRest configuration file for Contoso.WidgetManager. +This is the AutoRest configuration file for Contoso.WidgetManager. Test with no sepellgni errors. ## Configuration diff --git a/specification/cosmos-db/cspell.json b/specification/cosmos-db/cspell.json new file mode 100644 index 000000000000..fc3fb9601bd9 --- /dev/null +++ b/specification/cosmos-db/cspell.json @@ -0,0 +1,38 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armcosmos", + "buildout", + "colls", + "Datacenters", + "datacenters", + "dotproduct", + "fullmetadata", + "georeplication", + "Keyspace", + "keyspace", + "Keyspaces", + "keyspaces", + "keyvaultkeyuri", + "miliseconds", + "minimalmetadata", + "mongorbac", + "msrest", + "networksecurityperimeter", + "nodetool", + "nometadata", + "outputm", + "PITR", + "readonlykeys", + "restype", + "routable", + "storagetables", + "Throughputpool", + "throughputpool", + "timestep", + "tombstoned" + ] +} \ No newline at end of file diff --git a/specification/cost-management/cspell.json b/specification/cost-management/cspell.json new file mode 100644 index 000000000000..33f873f61626 --- /dev/null +++ b/specification/cost-management/cspell.json @@ -0,0 +1,35 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AHUB", + "Bokmål", + "costallocation", + "costmanagement", + "desgin", + "generatecostdetailsreport", + "generatedetailedcostreport", + "kpis", + "Managment", + "myscope", + "Operatio", + "pricesheet", + "Pricesheet", + "pricesheets", + "ratelimit", + "reportconfigs", + "reservationorders", + "showback", + "Showback", + "subchannel", + "Subscripiton", + "systemdata", + "taginheritance", + "timeframe", + "Timeframe", + "timegrain", + "Unitof" + ] +} \ No newline at end of file diff --git a/specification/cpim/cspell.json b/specification/cpim/cspell.json new file mode 100644 index 000000000000..e1f5e4511f18 --- /dev/null +++ b/specification/cpim/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Auths", + "azureadexternalidentities", + "ciam", + "CIAM", + "cpim", + "CPIM" + ] +} \ No newline at end of file diff --git a/specification/customer-insights/cspell.json b/specification/customer-insights/cspell.json new file mode 100644 index 000000000000..4fc2881984d1 --- /dev/null +++ b/specification/customer-insights/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "customerinsights", + "enquoted", + "kpis", + "Kpis", + "salesforcetables", + "usersetting" + ] +} \ No newline at end of file diff --git a/specification/customerlockbox/cspell.json b/specification/customerlockbox/cspell.json new file mode 100644 index 000000000000..5672dc6a0e4f --- /dev/null +++ b/specification/customerlockbox/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "customerlockbox", + "Optedin", + "workitemsource" + ] +} \ No newline at end of file diff --git a/specification/customproviders/cspell.json b/specification/customproviders/cspell.json new file mode 100644 index 000000000000..94396cbe72f2 --- /dev/null +++ b/specification/customproviders/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "customproviders", + "resourceproviders" + ] +} \ No newline at end of file diff --git a/specification/databasewatcher/cspell.json b/specification/databasewatcher/cspell.json new file mode 100644 index 000000000000..c388dd0271b6 --- /dev/null +++ b/specification/databasewatcher/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "databasewatcher" + ] +} \ No newline at end of file diff --git a/specification/databox/cspell.json b/specification/databox/cspell.json new file mode 100644 index 000000000000..71cfe0af044b --- /dev/null +++ b/specification/databox/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armdatabox", + "Databox", + "databox", + "erasureordestructionlog", + "Storsimple" + ] +} \ No newline at end of file diff --git a/specification/databoxedge/cspell.json b/specification/databoxedge/cspell.json new file mode 100644 index 000000000000..38aef286a387 --- /dev/null +++ b/specification/databoxedge/cspell.json @@ -0,0 +1,28 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Bitlocker", + "databox", + "databoxedge", + "Fulfilment", + "generatesastoken", + "gosdk", + "Hyperv", + "numa", + "Numa", + "NUMA", + "Offersby", + "rdma", + "RDMA", + "Rescan", + "RSAES", + "signup", + "Signup", + "updation", + "VCPU", + "Versionswithin" + ] +} \ No newline at end of file diff --git a/specification/databricks/cspell.json b/specification/databricks/cspell.json new file mode 100644 index 000000000000..e9ba0651a6e3 --- /dev/null +++ b/specification/databricks/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "accessconnector", + "apitest", + "azuredatabricks", + "DBFS", + "keyvaulturi", + "keyversion", + "Metastore", + "Peerings", + "peerings", + "refered", + "vnetpeering" + ] +} \ No newline at end of file diff --git a/specification/datacatalog/cspell.json b/specification/datacatalog/cspell.json new file mode 100644 index 000000000000..b917877a32b0 --- /dev/null +++ b/specification/datacatalog/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "datacatalog", + "Listt" + ] +} \ No newline at end of file diff --git a/specification/datadog/cspell.json b/specification/datadog/cspell.json new file mode 100644 index 000000000000..0cfea833d1ce --- /dev/null +++ b/specification/datadog/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Applicationkey", + "armdatadog", + "automuting", + "Createor", + "cspm", + "packag", + "ppackage" + ] +} \ No newline at end of file diff --git a/specification/datafactory/cspell.json b/specification/datafactory/cspell.json new file mode 100644 index 000000000000..268494c1d0f1 --- /dev/null +++ b/specification/datafactory/cspell.json @@ -0,0 +1,82 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "activityruns", + "Activityruns", + "adfcdcs", + "amazonservices", + "Appfigures", + "Asana", + "azuredatabricks", + "byoa", + "cacerts", + "cancelpipelinerun", + "Cmdkey", + "cmdkey", + "Couchbase", + "datafactory", + "dataflows", + "Dataworld", + "DBFS", + "denormalization", + "Denormalize", + "distcp", + "Distcp", + "Eloqua", + "eloqua", + "Exprired", + "Flowlet", + "flowlet", + "Greenplum", + "hbasephoenix", + "hcatalog", + "Headnode", + "hivevar", + "Hubspot", + "ilearner", + "Informix", + "keyspace", + "linkedservices", + "linkedservicetype", + "Magento", + "magento", + "mapred", + "Marketo", + "MAXERRORS", + "metastore", + "mktorest", + "myshopify", + "mysquare", + "mystore", + "Netezza", + "nonadmin", + "ODBC", + "Odbc", + "ondemand", + "oozie", + "Oozie", + "pipelineruns", + "Polybase", + "querytriggers", + "Quickbase", + "quickbooks", + "sitename", + "Smartsheet", + "SOQL", + "SSISDB", + "Sybase", + "Teradata", + "teradata", + "triggerruns", + "upserting", + "USQL", + "Vertica", + "Workernode", + "WTGCTBG", + "Xero", + "xero" + ] +} \ No newline at end of file diff --git a/specification/datalake-analytics/cspell.json b/specification/datalake-analytics/cspell.json new file mode 100644 index 000000000000..4c28881719df --- /dev/null +++ b/specification/datalake-analytics/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "adla", + "Adla", + "armdatalakeanalytics", + "azuredatalakeanalytics", + "azuredatalakestore", + "Columnstore", + "columnstore", + "datalake", + "datalakeanalytics", + "externaldatasources", + "GRANTACE", + "Metastore", + "Metastores", + "mylog", + "Nodeploy", + "previewrows", + "pushdown", + "REVOKEACE", + "tablefragments", + "tabletypes", + "tablevaluedfunctions", + "timegrain", + "Undeleting", + "usql" + ] +} \ No newline at end of file diff --git a/specification/datalake-store/cspell.json b/specification/datalake-store/cspell.json new file mode 100644 index 000000000000..0fb07b2e15dd --- /dev/null +++ b/specification/datalake-store/cspell.json @@ -0,0 +1,35 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "aclspec", + "armdatalakestore", + "autocreate", + "azuredatalakestore", + "CHECKACCESS", + "CONCURRENTAPPEND", + "datalake", + "datalakestore", + "fsaction", + "GETACLSTATUS", + "GETCONTENTSUMMARY", + "GETFILESTATUS", + "lastfile", + "LISTSTATUS", + "MODIFYACLENTRIES", + "MSCONCAT", + "MSGETACLSTATUS", + "MSGETFILESTATUS", + "MSLISTSTATUS", + "REMOVEACL", + "REMOVEACLENTRIES", + "REMOVEDEFAULTACL", + "SETEXPIRY", + "SETOWNER", + "SETPERMISSION", + "Undeleting", + "webhdfs" + ] +} \ No newline at end of file diff --git a/specification/datamigration/cspell.json b/specification/datamigration/cspell.json new file mode 100644 index 000000000000..6a37ee2e6789 --- /dev/null +++ b/specification/datamigration/cspell.json @@ -0,0 +1,25 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "datamigration", + "Filestream", + "Fulltext", + "INITIALIAZING", + "Miliseconds", + "onmicrosoft", + "oplog", + "Postgre", + "retriable", + "sharded", + "SQLDB", + "SQLDW", + "SQLMI", + "sqlmigration", + "SQLRDS", + "Sybase", + "unlocalized" + ] +} \ No newline at end of file diff --git a/specification/dataprotection/cspell.json b/specification/dataprotection/cspell.json new file mode 100644 index 000000000000..7164e21d553c --- /dev/null +++ b/specification/dataprotection/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "backuptype", + "bcdr", + "BCDR", + "Checkfeature", + "dataprotection", + "lifecycles", + "Retryable", + "retryable", + "Timedout" + ] +} \ No newline at end of file diff --git a/specification/datashare/cspell.json b/specification/datashare/cspell.json new file mode 100644 index 000000000000..28995727581f --- /dev/null +++ b/specification/datashare/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "datashare", + "gosdk" + ] +} \ No newline at end of file diff --git a/specification/desktopvirtualization/cspell.json b/specification/desktopvirtualization/cspell.json new file mode 100644 index 000000000000..cb3f8d7df6b9 --- /dev/null +++ b/specification/desktopvirtualization/cspell.json @@ -0,0 +1,28 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "ADFS", + "applicationgroup", + "Applicationgroup", + "deregistration", + "desktopvirtualization", + "destaging", + "hostpool", + "Hostpool", + "Logix", + "Lookback", + "msix", + "MSIX", + "Msix", + "msixpackage", + "postive", + "sessionhosts", + "sessionstate", + "ssoadfs", + "Unhide", + "userprincipalname" + ] +} \ No newline at end of file diff --git a/specification/devcenter/cspell.json b/specification/devcenter/cspell.json new file mode 100644 index 000000000000..84e09c80f13d --- /dev/null +++ b/specification/devcenter/cspell.json @@ -0,0 +1,21 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "attachednetworks", + "customermanagedkeys", + "devbox", + "Devbox", + "devboxdefinitions", + "devboxes", + "devcenter", + "Devcenter", + "devcenters", + "occured", + "operationstatuses", + "represeted", + "vcpus" + ] +} \ No newline at end of file diff --git a/specification/developerhub/cspell.json b/specification/developerhub/cspell.json new file mode 100644 index 000000000000..22b9290c5416 --- /dev/null +++ b/specification/developerhub/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "ADOO", + "adooauth", + "armdevhub", + "devhub", + "Dockerfiles", + "githuboauth", + "gomodule", + "HCIAKS", + "HCIARCVM", + "kustomize" + ] +} \ No newline at end of file diff --git a/specification/deviceprovisioningservices/cspell.json b/specification/deviceprovisioningservices/cspell.json new file mode 100644 index 000000000000..be772d6270b7 --- /dev/null +++ b/specification/deviceprovisioningservices/cspell.json @@ -0,0 +1,22 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "asyncinfo", + "attestationmechanism", + "deviceprovisioningservices", + "iotdps", + "iothub", + "iothubprovisioningservices", + "listkeys", + "Messsage", + "operationresults", + "Reprovision", + "reprovision", + "reprovisioned", + "resourcegroup", + "subscriptionid" + ] +} \ No newline at end of file diff --git a/specification/deviceregistry/cspell.json b/specification/deviceregistry/cspell.json new file mode 100644 index 000000000000..468b0b3c03a4 --- /dev/null +++ b/specification/deviceregistry/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "billables", + "deviceregistry", + "dtmi", + "DTMI", + "Modbus", + "MQTT", + "ONVIF" + ] +} \ No newline at end of file diff --git a/specification/deviceupdate/cspell.json b/specification/deviceupdate/cspell.json new file mode 100644 index 000000000000..458036600ccf --- /dev/null +++ b/specification/deviceupdate/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "checknameavailability", + "deviceclasses", + "deviceids", + "devicestates", + "devicetags", + "deviceupdate", + "installableupdates", + "supress", + "updatecompliance" + ] +} \ No newline at end of file diff --git a/specification/devops/cspell.json b/specification/devops/cspell.json new file mode 100644 index 000000000000..5dd60feb08e2 --- /dev/null +++ b/specification/devops/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armdevops" + ] +} \ No newline at end of file diff --git a/specification/devopsinfrastructure/cspell.json b/specification/devopsinfrastructure/cspell.json new file mode 100644 index 000000000000..eba9b3d7093d --- /dev/null +++ b/specification/devopsinfrastructure/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armdevopsinfrastructure", + "Capactiy", + "devopsinfrastructure", + "opeartions", + "reimaging", + "Reimaging", + "SSDLRS", + "SSDZRS", + "standardssd" + ] +} \ No newline at end of file diff --git a/specification/devspaces/cspell.json b/specification/devspaces/cspell.json new file mode 100644 index 000000000000..9b3df1848b7f --- /dev/null +++ b/specification/devspaces/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "devspaces" + ] +} \ No newline at end of file diff --git a/specification/devtestlabs/cspell.json b/specification/devtestlabs/cspell.json new file mode 100644 index 000000000000..0102cdbc75f3 --- /dev/null +++ b/specification/devtestlabs/cspell.json @@ -0,0 +1,31 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armtemplates", + "artifactsources", + "azuredeploy", + "costinsights", + "customimages", + "devtestlabs", + "galleryimages", + "Gibibytes", + "notificationchannels", + "policysets", + "resourcename", + "Retarget", + "retarget", + "retargeted", + "retargeting", + "servicefabrics", + "servicerunners", + "storageaccount", + "Sysprepped", + "Vhds", + "virtualmachine", + "virtualmachines", + "virtualnetworks" + ] +} \ No newline at end of file diff --git a/specification/dfp/cspell.json b/specification/dfp/cspell.json new file mode 100644 index 000000000000..86f9e72bf251 --- /dev/null +++ b/specification/dfp/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additinal", + "Fraudprotection" + ] +} \ No newline at end of file diff --git a/specification/digitaltwins/cspell.json b/specification/digitaltwins/cspell.json new file mode 100644 index 000000000000..a31aab015924 --- /dev/null +++ b/specification/digitaltwins/cspell.json @@ -0,0 +1,21 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "digitaltwins", + "DTDL", + "etags", + "eventgrid", + "eventhub", + "eventroutes", + "incomingrelationships", + "mysb", + "notstarted", + "servicebus", + "subpackage", + "traceparent", + "tracestate" + ] +} \ No newline at end of file diff --git a/specification/dnc/cspell.json b/specification/dnc/cspell.json new file mode 100644 index 000000000000..79093b284e7c --- /dev/null +++ b/specification/dnc/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additinal", + "apiserver", + "delegatednetwork", + "vnetblock" + ] +} \ No newline at end of file diff --git a/specification/dns/cspell.json b/specification/dns/cspell.json new file mode 100644 index 000000000000..fe216cb86fb3 --- /dev/null +++ b/specification/dns/cspell.json @@ -0,0 +1,23 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armdns", + "DDDS", + "DNSKEY", + "dnssec", + "Dnssec", + "DNSSEC", + "dnszones", + "nsdname", + "ptrdname", + "recordset", + "Recordset", + "recordsetnamesuffix", + "recordsets", + "Tlsa", + "TLSA" + ] +} \ No newline at end of file diff --git a/specification/dnsresolver/cspell.json b/specification/dnsresolver/cspell.json new file mode 100644 index 000000000000..2d6fbb457ad7 --- /dev/null +++ b/specification/dnsresolver/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "dnsresolver", + "dnsresolverpolicy", + "Ruleset", + "ruleset", + "timeframe" + ] +} \ No newline at end of file diff --git a/specification/domainservices/cspell.json b/specification/domainservices/cspell.json new file mode 100644 index 000000000000..34542cfb4849 --- /dev/null +++ b/specification/domainservices/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "domainservices", + "Domainservices", + "ldaps", + "Ldaps", + "ntlm", + "Ntlm", + "oucontainer" + ] +} \ No newline at end of file diff --git a/specification/durabletask/cspell.json b/specification/durabletask/cspell.json new file mode 100644 index 000000000000..e9f4abb4835f --- /dev/null +++ b/specification/durabletask/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armdurabletask", + "durabletask" + ] +} \ No newline at end of file diff --git a/specification/dynatrace/cspell.json b/specification/dynatrace/cspell.json new file mode 100644 index 000000000000..7f1e0a1f78d2 --- /dev/null +++ b/specification/dynatrace/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "dynatrace", + "Dynatrace" + ] +} \ No newline at end of file diff --git a/specification/edge/cspell.json b/specification/edge/cspell.json new file mode 100644 index 000000000000..3e5ed95c6778 --- /dev/null +++ b/specification/edge/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armcommonedgesitemanageroperations", + "armsitemanager", + "commonedgesitemanageroperations", + "edgesites", + "sitemanager" + ] +} \ No newline at end of file diff --git a/specification/edgemarketplace/cspell.json b/specification/edgemarketplace/cspell.json new file mode 100644 index 000000000000..12a87da74175 --- /dev/null +++ b/specification/edgemarketplace/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azureresourceschema", + "edgemarketplace", + "hyperv" + ] +} \ No newline at end of file diff --git a/specification/edgeorder/cspell.json b/specification/edgeorder/cspell.json new file mode 100644 index 000000000000..44fb8ab8c015 --- /dev/null +++ b/specification/edgeorder/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "edgeorder", + "guids", + "Informations", + "Signup", + "signup" + ] +} \ No newline at end of file diff --git a/specification/edgeorderpartner/cspell.json b/specification/edgeorderpartner/cspell.json new file mode 100644 index 000000000000..5b2ed9cfe437 --- /dev/null +++ b/specification/edgeorderpartner/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "edgeorderpartner" + ] +} \ No newline at end of file diff --git a/specification/edgezones/cspell.json b/specification/edgezones/cspell.json new file mode 100644 index 000000000000..b9cc1344621e --- /dev/null +++ b/specification/edgezones/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armedgezones", + "edgezones", + "unregistering", + "Unregisters" + ] +} \ No newline at end of file diff --git a/specification/elastic/cspell.json b/specification/elastic/cspell.json new file mode 100644 index 000000000000..7401e0a3fda0 --- /dev/null +++ b/specification/elastic/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armelastic", + "Createor", + "ruleset", + "Ruleset", + "updation" + ] +} \ No newline at end of file diff --git a/specification/elasticsan/cspell.json b/specification/elasticsan/cspell.json new file mode 100644 index 000000000000..ecb700b0439f --- /dev/null +++ b/specification/elasticsan/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additinal", + "diskpool", + "elasticsan", + "elasticsans", + "storagepool", + "volumegroups" + ] +} \ No newline at end of file diff --git a/specification/engagementfabric/cspell.json b/specification/engagementfabric/cspell.json new file mode 100644 index 000000000000..4beb3bd402ce --- /dev/null +++ b/specification/engagementfabric/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "engagementfabric" + ] +} \ No newline at end of file diff --git a/specification/eventgrid/cspell.json b/specification/eventgrid/cspell.json new file mode 100644 index 000000000000..0398a47c258d --- /dev/null +++ b/specification/eventgrid/cspell.json @@ -0,0 +1,46 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actiongroups", + "backcompat", + "clientsession", + "cloudevents", + "datacontenttype", + "dataschema", + "dataversion", + "deadletter", + "defintion", + "Dicom", + "DICOM", + "dicom", + "Eventdata", + "eventgrid", + "eventsubscriptions", + "eventtime", + "fileurl", + "Gcch", + "gcch", + "Geofence", + "geofence", + "geofencing", + "Geopair", + "Jhon", + "loglevel", + "MQTT", + "Mqtt", + "nonincreasing", + "renewlock", + "specversion", + "Tdigest", + "Tmedia", + "Trepository", + "Tsize", + "Ttag", + "unversioned", + "updation", + "useragent" + ] +} \ No newline at end of file diff --git a/specification/eventhub/cspell.json b/specification/eventhub/cspell.json new file mode 100644 index 000000000000..69d34acd975d --- /dev/null +++ b/specification/eventhub/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "consumergroups", + "Eventhub", + "eventhub", + "eventhubs", + "ipfilterrules", + "Lockdown", + "messagingplan", + "networkrulessets", + "policykey", + "Policykey", + "schemagroups", + "virtualnetworkrules" + ] +} \ No newline at end of file diff --git a/specification/ews/cspell.json b/specification/ews/cspell.json new file mode 100644 index 000000000000..d51f26e7e180 --- /dev/null +++ b/specification/ews/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azurekeyvaultsecretproviderclass", + "depedencies", + "secretsync", + "secretsynccontroller", + "tspconfig" + ] +} \ No newline at end of file diff --git a/specification/extendedlocation/cspell.json b/specification/extendedlocation/cspell.json new file mode 100644 index 000000000000..ca4ce69430c2 --- /dev/null +++ b/specification/extendedlocation/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "customlocations", + "extendedlocation" + ] +} \ No newline at end of file diff --git a/specification/fabric/cspell.json b/specification/fabric/cspell.json new file mode 100644 index 000000000000..7f474f1bcbe1 --- /dev/null +++ b/specification/fabric/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armfabric", + "failues" + ] +} \ No newline at end of file diff --git a/specification/fist/cspell.json b/specification/fist/cspell.json new file mode 100644 index 000000000000..2b775fb095a1 --- /dev/null +++ b/specification/fist/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "cves", + "Cves", + "Firmwares", + "firmwares", + "iotfirmwaredefense", + "relro", + "RELRO", + "rpath", + "runpath" + ] +} \ No newline at end of file diff --git a/specification/fluidrelay/cspell.json b/specification/fluidrelay/cspell.json new file mode 100644 index 000000000000..4095c6f8f0a6 --- /dev/null +++ b/specification/fluidrelay/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "fluidrelay", + "storagesku" + ] +} \ No newline at end of file diff --git a/specification/frontdoor/cspell.json b/specification/frontdoor/cspell.json new file mode 100644 index 000000000000..eea9a0e293c1 --- /dev/null +++ b/specification/frontdoor/cspell.json @@ -0,0 +1,29 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "datapoint", + "EAPMSCHAP", + "EAPTLS", + "endpointa", + "endpointb", + "Frontdoor", + "frontdoor", + "graphviz", + "latencyscorecard", + "networkexperiment", + "networkexperimentprofiles", + "OWASP", + "preconfigured", + "Preconfigured", + "preconfiguredendpoints", + "Substate", + "substate", + "timeseries", + "Timeseries", + "Webapplicationfirewall", + "webapplicationfirewall" + ] +} \ No newline at end of file diff --git a/specification/graphrbac/cspell.json b/specification/graphrbac/cspell.json new file mode 100644 index 000000000000..5f5e34a0611f --- /dev/null +++ b/specification/graphrbac/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "graphrbac" + ] +} \ No newline at end of file diff --git a/specification/graphservicesprod/cspell.json b/specification/graphservicesprod/cspell.json new file mode 100644 index 000000000000..abb698d65c4c --- /dev/null +++ b/specification/graphservicesprod/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "graphservices", + "graphservicesprod" + ] +} \ No newline at end of file diff --git a/specification/guestconfiguration/cspell.json b/specification/guestconfiguration/cspell.json new file mode 100644 index 000000000000..90e1419242c5 --- /dev/null +++ b/specification/guestconfiguration/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azureuser", + "guestcon", + "guestconfig", + "guestconfiguration", + "HCRP", + "Mwarev", + "overprovision", + "virtualmachines", + "vmname", + "vmssname", + "VMSSVM" + ] +} \ No newline at end of file diff --git a/specification/hanaonazure/cspell.json b/specification/hanaonazure/cspell.json new file mode 100644 index 000000000000..7a7cafa6a51c --- /dev/null +++ b/specification/hanaonazure/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "hanaonazure" + ] +} \ No newline at end of file diff --git a/specification/hardwaresecuritymodules/cspell.json b/specification/hardwaresecuritymodules/cspell.json new file mode 100644 index 000000000000..1b216be9e9e4 --- /dev/null +++ b/specification/hardwaresecuritymodules/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apiserver", + "dedicatedhsm", + "hardwaresecuritymodules", + "Safenet" + ] +} \ No newline at end of file diff --git a/specification/hdinsight/cspell.json b/specification/hdinsight/cspell.json new file mode 100644 index 000000000000..985229206405 --- /dev/null +++ b/specification/hdinsight/cspell.json @@ -0,0 +1,77 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "aadds", + "AADDS", + "Aadds", + "abfs", + "abfss", + "agentpool", + "ambari", + "apiserver", + "azureasyncoperations", + "azurehdinsight", + "cdbfac", + "clustermonitoring", + "clustername", + "Clusterpool", + "clusterpools", + "cooldown", + "edgenode", + "enablelog", + "flink", + "Flink", + "hdinsight", + "hdinsightaks", + "hdinsightcontainers", + "hdinsightonaks", + "headnode", + "hivecatalog", + "jobid", + "kafkarest", + "ldaps", + "LDAPS", + "LISTAFTERID", + "llap", + "LLAP", + "mapreduce", + "Metada", + "metastore", + "Metastore", + "numrecords", + "overriden", + "pyspark", + "Restproxy", + "rotatediskencryptionkey", + "saskey", + "scaledown", + "scaleup", + "showall", + "sparkr", + "sqoop", + "Sqoop", + "statusdir", + "stderror", + "storageaccounts", + "storagekey", + "subid", + "templeton", + "trino", + "Trino", + "trinologs", + "userargs", + "Userargs", + "userid", + "Usersync", + "usersync", + "vmsize", + "vmsizes", + "wasb", + "WASB", + "wasbs", + "workernode" + ] +} \ No newline at end of file diff --git a/specification/healthbot/cspell.json b/specification/healthbot/cspell.json new file mode 100644 index 000000000000..d777ac9da305 --- /dev/null +++ b/specification/healthbot/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "healthbot", + "Healthbot" + ] +} \ No newline at end of file diff --git a/specification/healthcareapis/cspell.json b/specification/healthcareapis/cspell.json new file mode 100644 index 000000000000..a9ada8163975 --- /dev/null +++ b/specification/healthcareapis/cspell.json @@ -0,0 +1,27 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "accesspolicies", + "analyticsconnectors", + "authenticationconfiguration", + "corsconfiguration", + "cosmosdbconfiguration", + "datalake", + "DICOM", + "dicom", + "Dicom", + "dicomservice", + "dicomservices", + "fhirdestination", + "fhirdestinations", + "fhirservice", + "fhirservices", + "healthcareapis", + "iotconnector", + "iotconnectors", + "operationresults" + ] +} \ No newline at end of file diff --git a/specification/healthdataaiservices/cspell.json b/specification/healthdataaiservices/cspell.json new file mode 100644 index 000000000000..24bd1d146e21 --- /dev/null +++ b/specification/healthdataaiservices/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armhealthdataaiservices", + "deid", + "Deid", + "Deidentification", + "deidentification", + "Deidentify", + "deidentify", + "healthdataaiservices", + "Surrogation", + "Updateable" + ] +} \ No newline at end of file diff --git a/specification/help/cspell.json b/specification/help/cspell.json new file mode 100644 index 000000000000..ab46119979e6 --- /dev/null +++ b/specification/help/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "selfhelp" + ] +} \ No newline at end of file diff --git a/specification/hybridaks/cspell.json b/specification/hybridaks/cspell.json new file mode 100644 index 000000000000..8ea3a8c284c1 --- /dev/null +++ b/specification/hybridaks/cspell.json @@ -0,0 +1,25 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actuser", + "aspnet", + "autoscaler", + "hybridaks", + "hybridcontainerservice", + "iloveyou", + "kubeconfigs", + "kubenet", + "kubevirt", + "metallb", + "Mwarev", + "nodepool", + "OSSKU", + "provisionedcluster", + "ssword", + "Virt", + "vmip" + ] +} \ No newline at end of file diff --git a/specification/hybridcloud/cspell.json b/specification/hybridcloud/cspell.json new file mode 100644 index 000000000000..2bea0b4728a1 --- /dev/null +++ b/specification/hybridcloud/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "hybridcloud" + ] +} \ No newline at end of file diff --git a/specification/hybridcompute/cspell.json b/specification/hybridcompute/cspell.json new file mode 100644 index 000000000000..f24850be8e23 --- /dev/null +++ b/specification/hybridcompute/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "azcmagent", + "connectedmachine", + "disenrolled", + "disenrollment", + "hotpatch", + "Hotpatch", + "Hotpatching", + "hybridcompute", + "SCVMM" + ] +} \ No newline at end of file diff --git a/specification/hybridconnectivity/cspell.json b/specification/hybridconnectivity/cspell.json new file mode 100644 index 000000000000..1bb402a8a583 --- /dev/null +++ b/specification/hybridconnectivity/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armhybridconnectivity", + "azcore", + "expiresin", + "hybridconnectivity", + "Orupdate" + ] +} \ No newline at end of file diff --git a/specification/hybriddatamanager/cspell.json b/specification/hybriddatamanager/cspell.json new file mode 100644 index 000000000000..c6dc38a570fb --- /dev/null +++ b/specification/hybriddatamanager/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "australiaeast", + "australiasoutheast", + "brazilsouth", + "canadacentral", + "canadaeast", + "centralindia", + "centralus", + "eastasia", + "hybriddata", + "hybriddatamanager", + "japaneast", + "japanwest", + "koreacentral", + "koreasouth", + "northcentralus", + "northeurope", + "southcentralus", + "southeastasia", + "southindia", + "uksouth", + "ukwest", + "westcentralus", + "westeurope", + "westindia" + ] +} \ No newline at end of file diff --git a/specification/hybridkubernetes/cspell.json b/specification/hybridkubernetes/cspell.json new file mode 100644 index 000000000000..f34583f1a4ad --- /dev/null +++ b/specification/hybridkubernetes/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Agentless", + "hybridkubernetes", + "kubeconfigs", + "occured" + ] +} \ No newline at end of file diff --git a/specification/hybridnetwork/cspell.json b/specification/hybridnetwork/cspell.json new file mode 100644 index 000000000000..a32f96d81c5c --- /dev/null +++ b/specification/hybridnetwork/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actuser", + "aspnet", + "hybridnetwork", + "NFVI", + "nfvi", + "Nfvi", + "nfvis", + "NFVIs", + "Rollingback", + "SDWAN", + "statefulset" + ] +} \ No newline at end of file diff --git a/specification/imagebuilder/cspell.json b/specification/imagebuilder/cspell.json new file mode 100644 index 000000000000..4fe9b4bf997d --- /dev/null +++ b/specification/imagebuilder/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Autorun", + "errordetail", + "exceptiontype", + "imagebuilder", + "Versioner", + "virtualmachineimagebuilder" + ] +} \ No newline at end of file diff --git a/specification/impact/cspell.json b/specification/impact/cspell.json new file mode 100644 index 000000000000..bbdc9c03fca7 --- /dev/null +++ b/specification/impact/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armimpact", + "Milli", + "servicehealth", + "Toolset", + "toolset", + "Voiceservice" + ] +} \ No newline at end of file diff --git a/specification/informatica/cspell.json b/specification/informatica/cspell.json new file mode 100644 index 000000000000..c82f10be1fe0 --- /dev/null +++ b/specification/informatica/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "CDIE", + "Cdie", + "cdie", + "Infa", + "Informatica", + "informatica", + "informaticadatamanagement", + "Updateable" + ] +} \ No newline at end of file diff --git a/specification/intune/cspell.json b/specification/intune/cspell.json new file mode 100644 index 000000000000..aa3b1c26ef1e --- /dev/null +++ b/specification/intune/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Intune", + "intune", + "IOSMAM", + "nextlink", + "OSMAM" + ] +} \ No newline at end of file diff --git a/specification/iotcentral/cspell.json b/specification/iotcentral/cspell.json new file mode 100644 index 000000000000..5bdb9039777b --- /dev/null +++ b/specification/iotcentral/cspell.json @@ -0,0 +1,39 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apitoken", + "azureiotcentral", + "blobstorage", + "cloudproperties", + "commandshistory", + "continuousdataexports", + "dataexplorer", + "dataexports", + "devicecredentials", + "devicegroups", + "devicetemplates", + "enrollmentgroups", + "etags", + "eventhub", + "eventhubs", + "favorited", + "generateverificationcodex", + "getdevices", + "getx", + "iotcentral", + "iothub", + "occurences", + "removex", + "scheduledjobs", + "servicebusqueue", + "servicebustopic", + "serviceprincipal", + "systemdata", + "Unmodeled", + "unmodeled", + "verifyx" + ] +} \ No newline at end of file diff --git a/specification/iothub/cspell.json b/specification/iothub/cspell.json new file mode 100644 index 000000000000..136a60a7ec80 --- /dev/null +++ b/specification/iothub/cspell.json @@ -0,0 +1,45 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armiothub", + "avrodeflate", + "certificatescreateorupdate", + "certificatesdelete", + "certverify", + "createconsumergroup", + "deleteconsumergroup", + "deleteprivateendpointconnection", + "deviceid", + "eventhub", + "exportdevices", + "generateverificationcode", + "getconsumergroup", + "getjob", + "getkey", + "getprivateendpointconnection", + "getprivatelinkresources", + "getskus", + "importdevices", + "iothub", + "listbyrg", + "listbysubscription", + "listcertificates", + "listehgroups", + "listjobs", + "listkeys", + "listprivateendpointconnections", + "listprivatelinkresources", + "quotametrics", + "resourcegroup", + "routingendpointhealth", + "servicebus", + "subscriptionid", + "testallroutes", + "testnew", + "testnewroute", + "updateprivateendpointconnection" + ] +} \ No newline at end of file diff --git a/specification/iotoperations/cspell.json b/specification/iotoperations/cspell.json new file mode 100644 index 000000000000..4d604d5623ef --- /dev/null +++ b/specification/iotoperations/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acks", + "Acks", + "adipiscing", + "Akri", + "AKRI", + "akri", + "amet", + "armiotoperations", + "consectetuer", + "dataflows", + "datapoints", + "dmqtt", + "elit", + "iotoperations", + "KMGTPE", + "lakehouse", + "Lakehouse", + "Mqtt", + "mqtt", + "opentelemetry", + "otlp", + "populator", + "typespecs", + "websockets" + ] +} \ No newline at end of file diff --git a/specification/iotoperationsmq/cspell.json b/specification/iotoperationsmq/cspell.json new file mode 100644 index 000000000000..34893ed6ff6c --- /dev/null +++ b/specification/iotoperationsmq/cspell.json @@ -0,0 +1,40 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acks", + "Acks", + "alicesprings", + "azurecr", + "clientids", + "conhash", + "datalake", + "datalakeconnector", + "datalakeconnectors", + "diagnosticservice", + "dmqtt", + "DMQTT", + "Guids", + "guids", + "iotoperationsmq", + "kafkaconnector", + "Lakeconnector", + "lakehouse", + "localbroker", + "Mqtt", + "mqtt", + "MQTT", + "mqttbridge", + "mqttbridgeconnector", + "mqttbroker", + "populator", + "serviceaccount", + "spiffe", + "svid", + "Svid", + "SVID", + "Tolerations" + ] +} \ No newline at end of file diff --git a/specification/iotspaces/cspell.json b/specification/iotspaces/cspell.json new file mode 100644 index 000000000000..818a680f6d17 --- /dev/null +++ b/specification/iotspaces/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "iotspaces", + "iotspacesservice" + ] +} \ No newline at end of file diff --git a/specification/keyvault/cspell.json b/specification/keyvault/cspell.json new file mode 100644 index 000000000000..d1277bc0c683 --- /dev/null +++ b/specification/keyvault/cspell.json @@ -0,0 +1,57 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "assetid", + "backuprestore", + "bruceper", + "CBCPAD", + "ciphertext", + "deletedcertificates", + "deletedkeys", + "deletedsecrets", + "deletedstorage", + "deleteissuers", + "deletesas", + "ekus", + "getissuers", + "getrotationpolicy", + "getsas", + "listissuers", + "listsas", + "managecontacts", + "manageissuers", + "maxresults", + "mbaldwin", + "mhsm", + "MHSM", + "Mhsm", + "MHSMIP", + "networksecurityperimeter", + "Perler", + "prebackup", + "Preprovisioning", + "prerestore", + "Purgeable", + "regeneratekey", + "Regenerte", + "rotationpolicy", + "RSASSA", + "RSNULL", + "SECG", + "SECP", + "securitydomain", + "securitydomaindownloadpost", + "securitydomainoperationstatus", + "securitydomaintransferkey", + "securitydomainuploadoperation", + "setissuers", + "setrotationpolicy", + "setsas", + "syncronous", + "unixtime", + "upns" + ] +} \ No newline at end of file diff --git a/specification/kubernetesconfiguration/cspell.json b/specification/kubernetesconfiguration/cspell.json new file mode 100644 index 000000000000..247ed9045906 --- /dev/null +++ b/specification/kubernetesconfiguration/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "fluxconfiguration", + "kubernetesconfiguration", + "Kustomization", + "kustomization", + "Kustomizations", + "kustomizations", + "kustomize", + "rpns" + ] +} \ No newline at end of file diff --git a/specification/kubernetesruntime/cspell.json b/specification/kubernetesruntime/cspell.json new file mode 100644 index 000000000000..b023ea175c36 --- /dev/null +++ b/specification/kubernetesruntime/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "bgppeer", + "containerorchestratorruntime", + "doens't", + "kubernetesruntime", + "loadbalancer", + "storageclass" + ] +} \ No newline at end of file diff --git a/specification/labservices/cspell.json b/specification/labservices/cspell.json new file mode 100644 index 000000000000..79d7cd4db212 --- /dev/null +++ b/specification/labservices/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "environmentsettings", + "galleryimages", + "labaccounts", + "labservices", + "occured", + "reimaged", + "Reimaging" + ] +} \ No newline at end of file diff --git a/specification/liftrastronomer/cspell.json b/specification/liftrastronomer/cspell.json new file mode 100644 index 000000000000..e14f789be99a --- /dev/null +++ b/specification/liftrastronomer/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armastro", + "Astro", + "astro" + ] +} \ No newline at end of file diff --git a/specification/liftrneon/cspell.json b/specification/liftrneon/cspell.json new file mode 100644 index 000000000000..ad0050ea1ab8 --- /dev/null +++ b/specification/liftrneon/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armneonpostgres", + "neonpostgres" + ] +} \ No newline at end of file diff --git a/specification/liftrqumulo/cspell.json b/specification/liftrqumulo/cspell.json new file mode 100644 index 000000000000..db1f841d13b3 --- /dev/null +++ b/specification/liftrqumulo/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "liftrqumulo", + "Qumulo", + "qumulo" + ] +} \ No newline at end of file diff --git a/specification/loadtestservice/cspell.json b/specification/loadtestservice/cspell.json new file mode 100644 index 000000000000..0245c34ab6fb --- /dev/null +++ b/specification/loadtestservice/cspell.json @@ -0,0 +1,27 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "abbervation", + "appcomponents", + "clientmetric", + "Fileurl", + "loadtest", + "Loadtest", + "loadtesting", + "loadtests", + "loadtestservice", + "metricname", + "metricnamespace", + "mitsha", + "NOTSTARTED", + "testprofile", + "testrun", + "Testrun", + "testruns", + "timegrain", + "vusers" + ] +} \ No newline at end of file diff --git a/specification/logic/cspell.json b/specification/logic/cspell.json new file mode 100644 index 000000000000..c81ad289ca2a --- /dev/null +++ b/specification/logic/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armlogic", + "CCYYMMDD", + "Edifact", + "EDIFACT", + "edifact", + "HHMM", + "integrationaccount", + "KECA", + "rosettanetprocessconfigurations", + "subexpressions", + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF", + "UNOG", + "UNOH", + "UNOI", + "UNOJ", + "UNOK", + "UNOX", + "UNOY", + "Unregistering" + ] +} \ No newline at end of file diff --git a/specification/logz/cspell.json b/specification/logz/cspell.json new file mode 100644 index 000000000000..1e0e50565336 --- /dev/null +++ b/specification/logz/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armlogz", + "logz", + "Logz" + ] +} \ No newline at end of file diff --git a/specification/m365securityandcompliance/cspell.json b/specification/m365securityandcompliance/cspell.json new file mode 100644 index 000000000000..f8aaa2b6fa7c --- /dev/null +++ b/specification/m365securityandcompliance/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "operationresults", + "securityandcompliance" + ] +} \ No newline at end of file diff --git a/specification/machinelearning/cspell.json b/specification/machinelearning/cspell.json new file mode 100644 index 000000000000..d00a3f77a72f --- /dev/null +++ b/specification/machinelearning/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "chatprotocol", + "commitmentplans", + "isnullable", + "isordered", + "safeint", + "webservices" + ] +} \ No newline at end of file diff --git a/specification/machinelearningservices/cspell.json b/specification/machinelearningservices/cspell.json new file mode 100644 index 000000000000..69d866c83b7b --- /dev/null +++ b/specification/machinelearningservices/cspell.json @@ -0,0 +1,180 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "abfss", + "ACCELCONTAINER", + "Adamw", + "adamw", + "AKSENDPOINT", + "amlcompute", + "AMLCOMPUTE", + "AOAI", + "aoai", + "Arima", + "ARIMA", + "Arimax", + "ARIMAX", + "artifacturi", + "autogen", + "autologger", + "Autologger", + "Autoregressive", + "autoregressive", + "autoscaler", + "azureml", + "batchai", + "BAYESIANOPTIMIZATION", + "Bioconductor", + "Blocklists", + "blocklists", + "CNTK", + "Cntk", + "commandjob", + "containersas", + "continuationtoken", + "Convolutional", + "Couchbase", + "cran", + "CRAN", + "createdtime", + "CUDA", + "cyclicity", + "Datapoint", + "datapoint", + "datapoints", + "datareferences", + "DBFS", + "Dbfs", + "dbfs", + "Eloqua", + "experimentids", + "expirable", + "Explainability", + "explainability", + "featureset", + "Featureset", + "featuresets", + "featurestore", + "Featurestore", + "featurization", + "Featurization", + "featurizers", + "findsquare", + "finetune", + "gbdt", + "genericasset", + "Gloo", + "Gluster", + "gluster", + "Greenplum", + "Groundedness", + "GZRS", + "hflip", + "Hubspot", + "hyperdrive", + "Hyperdrive", + "hyperparameters", + "inferencing", + "Inferencing", + "Informations", + "informations", + "Informix", + "inlines", + "Keytab", + "keytab", + "Kolmogorov", + "listkeys", + "listsecrets", + "logbase", + "lognormal", + "loguniform", + "lookback", + "machinelearningservices", + "Magento", + "Marketo", + "mlflow", + "mltable", + "mnist", + "modelmanagement", + "modifiedtime", + "MRAN", + "multiclass", + "Multilabel", + "multilabel", + "Multinomial", + "multinomial", + "myapp", + "myblobstore", + "mydevenvironment", + "myexperiment", + "myimage", + "mymodel", + "mysqldb", + "Nccl", + "nesterov", + "Netezza", + "NMAE", + "nocopy", + "npipe", + "NRMSE", + "Odbc", + "Onnx", + "onnx", + "ONNX", + "Operationalization", + "Pearsons", + "polynomially", + "Postgre", + "precache", + "prelabel", + "Prelabel", + "pretrained", + "psqldb", + "Pyspark", + "qlognormal", + "qloguniform", + "qnormal", + "quniform", + "RAGRS", + "RAGZRS", + "reponses", + "resnest", + "RMSE", + "rscript", + "Rscript", + "runid", + "seresnext", + "Serp", + "sklearn", + "Smirnov", + "snapshotrun", + "Sobol", + "sortorder", + "sparkconf", + "sqldb", + "startlocalrun", + "startrun", + "storageuri", + "subdir", + "suboperation", + "sweepjob", + "Sybase", + "Teradata", + "testconnection", + "timeseries", + "tmpfs", + "Tmpfs", + "UAMI", + "UNKNOWON", + "valn", + "Vectorizer", + "Vertica", + "Wasserstein", + "WEBAPICONTAINER", + "Xero", + "xlarge" + ] +} \ No newline at end of file diff --git a/specification/maintenance/cspell.json b/specification/maintenance/cspell.json new file mode 100644 index 000000000000..1da2f73dfc5a --- /dev/null +++ b/specification/maintenance/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "applyupdate", + "KBID", + "postive", + "runbook", + "scheduledevents", + "SQLDB" + ] +} \ No newline at end of file diff --git a/specification/managednetwork/cspell.json b/specification/managednetwork/cspell.json new file mode 100644 index 000000000000..235e8bac287b --- /dev/null +++ b/specification/managednetwork/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "managednetwork", + "managednetworkgroups", + "managednetworkpeeringpolicies", + "peerings", + "scopeassignments" + ] +} \ No newline at end of file diff --git a/specification/managednetworkfabric/cspell.json b/specification/managednetworkfabric/cspell.json new file mode 100644 index 000000000000..940a34fd8dd3 --- /dev/null +++ b/specification/managednetworkfabric/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "dscp", + "DSCP", + "GSHUT", + "managednetworkfabric" + ] +} \ No newline at end of file diff --git a/specification/managedservices/cspell.json b/specification/managedservices/cspell.json new file mode 100644 index 000000000000..0f6f229bbd2e --- /dev/null +++ b/specification/managedservices/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "managedservices", + "managee" + ] +} \ No newline at end of file diff --git a/specification/managementgroups/cspell.json b/specification/managementgroups/cspell.json new file mode 100644 index 000000000000..d7ad66b62441 --- /dev/null +++ b/specification/managementgroups/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "managementgroup", + "managementgroups", + "noaccess" + ] +} \ No newline at end of file diff --git a/specification/managementpartner/cspell.json b/specification/managementpartner/cspell.json new file mode 100644 index 000000000000..8863d138037a --- /dev/null +++ b/specification/managementpartner/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "managementpartner" + ] +} \ No newline at end of file diff --git a/specification/maps/cspell.json b/specification/maps/cspell.json new file mode 100644 index 000000000000..92d25c84fc54 --- /dev/null +++ b/specification/maps/cspell.json @@ -0,0 +1,131 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actuals", + "Actuals", + "antimeridian", + "armmaps", + "azureblob", + "boundingbox", + "boundingzoom", + "Chademo", + "Chttp", + "customermanagedkeys", + "dataregistry", + "Datasetid", + "datasetid", + "dewpoint", + "dwgconversion", + "dwgzippackage", + "Einsteinweg", + "EPSG", + "Fcontoso", + "featurestate", + "Featurestate", + "Fpushpins", + "freeflow", + "geobias", + "Geocode", + "geocode", + "geocoded", + "geocodes", + "geocodingresponse", + "Geofence", + "geofence", + "geofences", + "Geofences", + "Geofencing", + "geofencing", + "Geospatial", + "geospatial", + "getclosestpoint", + "Getitems", + "getmaptile", + "grayscale", + "Haag", + "Hecto", + "hecto", + "Isochrone", + "isochrone", + "keyname", + "Keyname", + "KMPH", + "Linestring", + "locationally", + "mapbox", + "mapconfiguration", + "mapconfigurations", + "maptileset", + "Maputnik", + "maxcoordinates", + "maxzoom", + "mincoordinates", + "Minkowski", + "minzoom", + "mountainview", + "multipoint", + "multipoints", + "Neighbourhood", + "neighbourhood", + "ngeofence", + "notstrict", + "nowcasts", + "openlr", + "overviewbox", + "overviewzoom", + "postbuffer", + "postclosestpoint", + "restrant", + "routeset", + "Routeset", + "routesets", + "Routesets", + "rstrnt", + "Scame", + "searchaddressresult", + "searchaddressreverseresponse", + "Searchbuffer", + "searchbuffer", + "stateset", + "Stateset", + "statesets", + "Statesets", + "statetile", + "subcause", + "subpackage", + "TEPCO's", + "tilejson", + "Tileset", + "tileset", + "tilesetconfiguration", + "tilesets", + "Tilesets", + "timeframe", + "TPEG", + "trafficmodelid", + "travelled", + "Travelling", + "Typeahead", + "typeahead", + "udid", + "Udid", + "UDID", + "udids", + "unitless", + "unregistering", + "Usertime", + "UTURN", + "viewp", + "wayfind", + "Wayfind", + "Wayfinding", + "wayfinding", + "Windingness", + "windingness", + "Xstr", + "Yazaki" + ] +} \ No newline at end of file diff --git a/specification/mariadb/cspell.json b/specification/mariadb/cspell.json new file mode 100644 index 000000000000..156c66c4528f --- /dev/null +++ b/specification/mariadb/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armmariadb", + "Autogrow", + "rdbms" + ] +} \ No newline at end of file diff --git a/specification/marketplacecatalog/cspell.json b/specification/marketplacecatalog/cspell.json new file mode 100644 index 000000000000..4a72561cef80 --- /dev/null +++ b/specification/marketplacecatalog/cspell.json @@ -0,0 +1,31 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Addins", + "Appsource", + "appsource", + "autorenew", + "Autorenewable", + "Byol", + "catalogapi", + "Cosell", + "discoverykeys", + "docon", + "Hidekeys", + "marketplacecatalog", + "msrp", + "mysolutions", + "Newtonsoft", + "omex", + "Optout", + "Pricings", + "pricings", + "remediations", + "Securitytypes", + "upns", + "windowsserver" + ] +} \ No newline at end of file diff --git a/specification/marketplacenotifications/cspell.json b/specification/marketplacenotifications/cspell.json new file mode 100644 index 000000000000..c400e9109907 --- /dev/null +++ b/specification/marketplacenotifications/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "afterscript", + "azureresourceschema", + "marketplacenotifications", + "sdkauto" + ] +} \ No newline at end of file diff --git a/specification/marketplaceordering/cspell.json b/specification/marketplaceordering/cspell.json new file mode 100644 index 000000000000..adbdd4b38290 --- /dev/null +++ b/specification/marketplaceordering/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "marketplaceagreementsapi", + "marketplaceordering", + "virtualmachine" + ] +} \ No newline at end of file diff --git a/specification/mediaservices/cspell.json b/specification/mediaservices/cspell.json new file mode 100644 index 000000000000..d46487d8faee --- /dev/null +++ b/specification/mediaservices/cspell.json @@ -0,0 +1,71 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "accountn", + "assetnam", + "Backoff", + "bitrates", + "bitstream", + "Cabac", + "CABAC", + "Cavlc", + "CAVLC", + "Cbcs", + "CBCS", + "Cenc", + "CENC", + "clientaccesspolicy", + "Cmaf", + "CMAF", + "contentk", + "contosomedia", + "crossdomain", + "Deinterlace", + "deinterlace", + "deinterlacing", + "diarization", + "Fairplay", + "filterna", + "jobname", + "kbps", + "Kbps", + "lastmodified", + "liveeven", + "liveevent", + "liveoutp", + "liveoutput", + "mediaservices", + "Mediaservices", + "muxed", + "muxer", + "muxing", + "nodrm", + "nonincreasing", + "operatio", + "playready", + "PSNR", + "RTMP", + "Rtsp", + "rtsp", + "RTSP", + "scms", + "SCMS", + "Silverlight", + "streamin", + "streamingendpoint", + "streamingservice", + "Subwoofer", + "subwoofer", + "TARGETDURATION", + "teststorageaccount", + "tracknam", + "transfor", + "unsubstituted", + "Widevine", + "widevine", + "windowsazuremediaservices" + ] +} \ No newline at end of file diff --git a/specification/migrate/cspell.json b/specification/migrate/cspell.json new file mode 100644 index 000000000000..c277780ac47b --- /dev/null +++ b/specification/migrate/cspell.json @@ -0,0 +1,121 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "agentless", + "AHUB", + "ahub", + "Ahub", + "Annotatable", + "annotatable", + "armmigrate", + "ASPNET", + "Assessible", + "assessmentprojects", + "Atleast", + "azuremigrate", + "bitness", + "Byol", + "BYOL", + "Capex", + "capex", + "Carbonite", + "CIFS", + "Cifs", + "Cloudamize", + "Cluter", + "computeusage", + "Computeusage", + "Corent", + "Datacentre", + "decomission", + "Decommision", + "Decommisioned", + "Deletejob", + "Deletejobs", + "Ebds", + "Exportjob", + "Exportjobs", + "fareast", + "Filestream", + "Flexera", + "Fulltext", + "Gmsa", + "GMSA", + "gmsa", + "Hadr", + "HADR", + "hubmigrate", + "hyperthread", + "Hyperthread", + "hyperv", + "Hyperv", + "HYPERV", + "hypervcollectors", + "idms", + "Idms", + "IISAKS", + "importcollectors", + "Importjob", + "Importjobs", + "ldom", + "licence", + "Licence", + "Mapextensions", + "migrateengine", + "migrateproject", + "migrationassessment", + "migrationdiscovery", + "migrationhub", + "migrationmodernization", + "Mordernize", + "Movere", + "MSAZR", + "Msazr", + "MSAZRDE", + "Msazrde", + "MSAZRUSGO", + "Msazrusgo", + "MSMCAZR", + "Msmcazr", + "Occured", + "Opex", + "opex", + "Overcommit", + "overcommit", + "paas", + "PAAS", + "Paas", + "PMEM", + "Pmem", + "Reasonings", + "Recieved", + "runasaccount", + "runasaccounts", + "Sddc", + "servercollectors", + "softwareinventories", + "sqlcollectors", + "SSDE", + "Succeded", + "supression", + "Turbonomic", + "undoable", + "Unsynchronized", + "vcenters", + "vcpu", + "VCPU", + "VFFS", + "Vffs", + "VMFS", + "Vmfs", + "vmwarecollectors", + "VVOL", + "Vvol", + "wacc", + "webapps", + "Zerto" + ] +} \ No newline at end of file diff --git a/specification/migrateprojects/cspell.json b/specification/migrateprojects/cspell.json new file mode 100644 index 000000000000..aed008b4d9e9 --- /dev/null +++ b/specification/migrateprojects/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Annotatable", + "azuremigrate", + "Carbonite", + "Cloudamize", + "Corent", + "migrateprojects", + "Turbonomic", + "Zerto" + ] +} \ No newline at end of file diff --git a/specification/mixedreality/cspell.json b/specification/mixedreality/cspell.json new file mode 100644 index 000000000000..6856368d4c45 --- /dev/null +++ b/specification/mixedreality/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "gltf", + "mixedreality", + "remoterenderingvm" + ] +} \ No newline at end of file diff --git a/specification/mobilenetwork/cspell.json b/specification/mobilenetwork/cspell.json new file mode 100644 index 000000000000..25b3d6bd3bad --- /dev/null +++ b/specification/mobilenetwork/cspell.json @@ -0,0 +1,57 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Ambr", + "AMBR", + "ambr", + "fiveg", + "fiveqi", + "Gbps", + "GBPS", + "Guti", + "GUTI", + "guti", + "Homee", + "ICCID", + "imei", + "imeisv", + "IMSI", + "imsi", + "Kbps", + "Macroe", + "mobildnetwork", + "mobilenetwork", + "napt", + "Napt", + "NAPT", + "Ngap", + "NGAP", + "NSSAI", + "Nssai", + "Plmn", + "PLMN", + "plmn", + "Preemptable", + "rfsp", + "Rfsp", + "SIMIDs", + "snssai", + "Snssai", + "SUCI", + "SUPI", + "Supi", + "supi", + "Tbps", + "Tmsi", + "tngf", + "TNGF", + "Tnla", + "UE's", + "unversioned", + "Vuln", + "wagf" + ] +} \ No newline at end of file diff --git a/specification/mongocluster/cspell.json b/specification/mongocluster/cspell.json new file mode 100644 index 000000000000..a38dadb8f3b1 --- /dev/null +++ b/specification/mongocluster/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armmongocluster", + "Capitialized", + "cloe", + "Managment", + "mongoclu", + "mongocluster", + "PITR", + "Quickstart", + "replicaclu", + "specificatoin", + "tspconfig", + "versoin" + ] +} \ No newline at end of file diff --git a/specification/monitor/cspell.json b/specification/monitor/cspell.json new file mode 100644 index 000000000000..c099f64580ed --- /dev/null +++ b/specification/monitor/cspell.json @@ -0,0 +1,96 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "activitylog", + "activitylogs", + "actualcostbudget", + "adece", + "alertrule", + "alertrules", + "amcs", + "AMCS", + "appteststorage", + "armmonitor", + "asumming", + "australiasoutheast", + "authorizationrules", + "authpriv", + "autoscalesettings", + "azns", + "azuremonitor", + "azuremonitorpipeline", + "canadacentral", + "centralindia", + "cooldown", + "datacollection", + "datapoint", + "datetimes", + "endtime", + "eventcategories", + "eventhubs", + "eventtypes", + "forecastedbudget", + "GSMT", + "homepagetest", + "itsm", + "Itsm", + "ITSM", + "japaneast", + "logalert", + "logprofiles", + "lookback", + "Magadan", + "metadatavalues", + "metricdefinitions", + "metricmeasurement", + "metricname", + "metricnames", + "metricnamespace", + "metricsdynamicthreshold", + "metricstaticthreshold", + "Milli", + "minimalmetadata", + "monitorlegacy", + "ndjson", + "networksecurityperimeter", + "newrelapp", + "nopri", + "numresult", + "odatatype", + "Otlp", + "OTLP", + "otlp", + "pipelinegroups", + "privatelinkscopes", + "resourcehealth", + "resourceid", + "resourceids", + "resourceregion", + "rollupby", + "runbook", + "Runbook", + "scheduledqueryrules", + "serverfarms", + "servicehealth", + "smartalert", + "southeastasia", + "supporttickets", + "Syslogs", + "timegrain", + "Timegrain", + "timeseries", + "typeperf", + "uksouth", + "Ulaanbaatar", + "uucp", + "viruela", + "Webtest", + "webtestalert", + "webtests", + "westcentralus", + "westeurope" + ] +} \ No newline at end of file diff --git a/specification/msi/cspell.json b/specification/msi/cspell.json new file mode 100644 index 000000000000..75c1e26c06c5 --- /dev/null +++ b/specification/msi/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armmsi", + "managedserviceidentity" + ] +} \ No newline at end of file diff --git a/specification/mysql/cspell.json b/specification/mysql/cspell.json new file mode 100644 index 000000000000..88219f5c18ac --- /dev/null +++ b/specification/mysql/cspell.json @@ -0,0 +1,29 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acctest", + "armmysql", + "Autogrow", + "azapi", + "Burstable", + "cloudsa", + "detecion", + "euap", + "flexibleserver", + "flexibleservers", + "gtid", + "Gtid", + "GTID", + "mysqlflexibleservers", + "privatelink", + "rdbms", + "reponse", + "rpname", + "singleservers", + "Vcore", + "Vcores" + ] +} \ No newline at end of file diff --git a/specification/netapp/cspell.json b/specification/netapp/cspell.json new file mode 100644 index 000000000000..f737d3c003d0 --- /dev/null +++ b/specification/netapp/cspell.json @@ -0,0 +1,32 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armnetapp", + "baremetal", + "Baremetal", + "Browsable", + "browsable", + "cifs", + "CIFS", + "Cifs", + "domainname", + "fullyqualified", + "getent", + "kibibytes", + "MHSM", + "Mibps", + "Ontap", + "ONTAP", + "parentpath", + "Showmount", + "subvolume", + "Subvolume", + "subvolumes", + "Subvolumes", + "transitiontocmk", + "useraccount" + ] +} \ No newline at end of file diff --git a/specification/network/cspell.json b/specification/network/cspell.json new file mode 100644 index 000000000000..1baa539df547 --- /dev/null +++ b/specification/network/cspell.json @@ -0,0 +1,162 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AFRI", + "APAC", + "applicationgateways", + "applicationsecuritygroups", + "armnetwork", + "arpa", + "AZFW", + "azurefirewalls", + "backendhealth", + "bastionhost", + "bastionhosts", + "cloudapp", + "Cloudngfw", + "Cololocation", + "Conditon", + "connectionmonitors", + "customizability", + "ddoscustompolicies", + "ddosprotectionplans", + "Dnat", + "DNAT", + "DSCP", + "dscp", + "Dscp", + "EAPMSCHAP", + "EAPTLS", + "expressroutecircuitauthorizations", + "expressroutecircuitconnections", + "expressroutecircuitpeerings", + "expressroutecircuits", + "expressrouteconnections", + "expressroutecrossconnectionpeerings", + "expressroutecrossconnections", + "expressroutegateways", + "expressrouteports", + "firewallpolicies", + "flowlogs", + "Gbps", + "GCMAES", + "generatevpnclientpackage", + "Generatevpnclientpackage", + "generatevpnprofile", + "getikesas", + "getvpnclientipsecparameters", + "getvpnprofilepackageurl", + "groupmembership", + "hubroutetables", + "Hypernet", + "IDNS", + "Idps", + "IDPS", + "inboundnatrules", + "ipallocations", + "Ipam", + "ipam", + "IPAM", + "ipconfiguration", + "Ipconfiguration", + "ipconfigurations", + "ipgroups", + "LATAM", + "loadbalancer", + "loadbalancerbackendaddresspools", + "loadbalancers", + "localnetworkgateways", + "natgateways", + "networkinterfacetapconfigurations", + "networkprofiles", + "networksecuritygroups", + "networkvirtualappliances", + "networkwatcher", + "networkwatchers", + "nics", + "Nics", + "OCSP", + "overprovision", + "Overprovisioning", + "OWASP", + "Owasp", + "packetcaptures", + "Palo", + "peerings", + "Peerings", + "PFSMM", + "primarybytes", + "privatednszonegroups", + "privateendpoints", + "Privatelinkservice", + "privatelinkservices", + "Propogation", + "propogation", + "providerport", + "publicipaddresses", + "publicipprefixes", + "Recordset", + "recordset", + "regionalized", + "resetconnection", + "resetvpnclientsharedkey", + "routefilterrules", + "routefilters", + "routetables", + "ruleset", + "secondarybytes", + "securitypartnerproviders", + "securityrules", + "seperate", + "serviceendpointpolicies", + "serviceendpointpolicydefinitions", + "sessionids", + "setvpnclientipsecparameters", + "sharedkey", + "SNAT", + "Snat", + "snat", + "SSTP", + "startpacketcapture", + "stoppacketcapture", + "subresources", + "supportedvpndevices", + "svpn", + "svpngateways", + "swappable", + "Uknown", + "Unprepare", + "unprepare", + "Unprepares", + "Unpreparing", + "virtualhubroutetable", + "virtualhubs", + "virtualmachine", + "virtualnetworkgatewayconnections", + "virtualnetworkgateways", + "virtualnetworkpeerings", + "virtualnetworks", + "virtualnetworktaps", + "virtualrouterpeerings", + "virtualrouters", + "virtualwans", + "virutal", + "VMSSVM", + "Vnets", + "Vpnclient", + "vpnclient", + "vpnconnections", + "vpndeviceconfigurationscript", + "vpngateways", + "vpnserverconfigurations", + "vpnsites", + "VXLAN", + "Vxlan", + "Wans", + "webapplicationfirewall", + "webapplicationfirewallpolicies" + ] +} \ No newline at end of file diff --git a/specification/networkanalytics/cspell.json b/specification/networkanalytics/cspell.json new file mode 100644 index 000000000000..b2a4b2ea4044 --- /dev/null +++ b/specification/networkanalytics/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "iprules", + "networkacls", + "networkanalytics" + ] +} \ No newline at end of file diff --git a/specification/networkcloud/cspell.json b/specification/networkcloud/cspell.json new file mode 100644 index 000000000000..683a9bef7002 --- /dev/null +++ b/specification/networkcloud/cspell.json @@ -0,0 +1,29 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "DPDK", + "gibibytes", + "hugepages", + "Hugepages", + "Ipam", + "IPAM", + "ipam", + "IPVLAN", + "Lldp", + "lldp", + "MACVLAN", + "Mebibytes", + "networkcloud", + "nics", + "SRIOV", + "Uami", + "uncordon", + "Uncordon", + "Uncordoned", + "virtio", + "Virtio" + ] +} \ No newline at end of file diff --git a/specification/networkfunction/cspell.json b/specification/networkfunction/cspell.json new file mode 100644 index 000000000000..ba534c870847 --- /dev/null +++ b/specification/networkfunction/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "IPFIX", + "networkfunction" + ] +} \ No newline at end of file diff --git a/specification/newrelic/cspell.json b/specification/newrelic/cspell.json new file mode 100644 index 000000000000..10bc2e5de663 --- /dev/null +++ b/specification/newrelic/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Createor", + "createor", + "newrelic", + "NEWRELIC", + "newrelicobservability" + ] +} \ No newline at end of file diff --git a/specification/nginx/cspell.json b/specification/nginx/cspell.json new file mode 100644 index 000000000000..d5c8eed4554e --- /dev/null +++ b/specification/nginx/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armnginx", + "autoscaled", + "Autoupgrade", + "autoupgrade", + "NGINXPLUS" + ] +} \ No newline at end of file diff --git a/specification/notificationhubs/cspell.json b/specification/notificationhubs/cspell.json new file mode 100644 index 000000000000..b2743aa3605a --- /dev/null +++ b/specification/notificationhubs/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Availiable", + "debugsend", + "Mpns", + "mpns", + "MPNS", + "notificationhubs", + "Policykey", + "xiaomi", + "Xiaomi" + ] +} \ No newline at end of file diff --git a/specification/oep/cspell.json b/specification/oep/cspell.json new file mode 100644 index 000000000000..87c72ea17134 --- /dev/null +++ b/specification/oep/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armoep" + ] +} \ No newline at end of file diff --git a/specification/offazurespringboot/cspell.json b/specification/offazurespringboot/cspell.json new file mode 100644 index 000000000000..daa5072b89bf --- /dev/null +++ b/specification/offazurespringboot/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "miscs", + "springappdiscovery", + "springbootapps", + "springbootdiscovery", + "springbootservers", + "springbootsites" + ] +} \ No newline at end of file diff --git a/specification/operationalinsights/cspell.json b/specification/operationalinsights/cspell.json new file mode 100644 index 000000000000..4604877ecad9 --- /dev/null +++ b/specification/operationalinsights/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additinal", + "AIAPI", + "asyncoperation", + "Datasources", + "datasources", + "Itsm", + "loganalytics", + "operationalinsights" + ] +} \ No newline at end of file diff --git a/specification/operationsmanagement/cspell.json b/specification/operationsmanagement/cspell.json new file mode 100644 index 000000000000..d3276a52952a --- /dev/null +++ b/specification/operationsmanagement/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Jtoken", + "operationsmanagement" + ] +} \ No newline at end of file diff --git a/specification/oracle/cspell.json b/specification/oracle/cspell.json new file mode 100644 index 000000000000..c3695e454162 --- /dev/null +++ b/specification/oracle/cspell.json @@ -0,0 +1,67 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "adbbackupid", + "adbscharsetname", + "adbsncharsetname", + "autonomousdatabasename", + "autonomousdbversionsname", + "cloudexadatainfrastructurename", + "cloudvmclustername", + "Clusterware", + "dataguard", + "Dataguard", + "DBCS", + "dbnodeocid", + "dbserverocid", + "dbsystemshapename", + "Deregistering", + "Diskgroup", + "dnsprivateviewocid", + "dnsprivatezonename", + "ECPU", + "Exacc", + "Exadata", + "exadata", + "exadatainfra", + "exaoverview", + "Ezconnect", + "EZCONNECT", + "Ezconnectplus", + "EZCONNECTPLUS", + "giversionname", + "iorm", + "Iorm", + "IORM", + "Mtls", + "ncharacter", + "OCID", + "ocid", + "Ocid", + "OCIDs", + "ocids", + "OCPU", + "ocpu", + "OLTP", + "oracledatabase", + "oraclesubscriptionname", + "ORDS", + "ords", + "provisionable", + "RECO", + "systemversionname", + "TCPS", + "Tpurgent", + "virtualnetworkaddressname", + "VMBM", + "vmcluster", + "VMDB", + "Vmdb", + "VNIC", + "Vnic", + "vnic" + ] +} \ No newline at end of file diff --git a/specification/orbital/cspell.json b/specification/orbital/cspell.json new file mode 100644 index 000000000000..7539b280b396 --- /dev/null +++ b/specification/orbital/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "aodg", + "armorbital", + "EIRP", + "eirpd", + "Kratos", + "LHCP", + "RHCP" + ] +} \ No newline at end of file diff --git a/specification/paloaltonetworks/cspell.json b/specification/paloaltonetworks/cspell.json new file mode 100644 index 000000000000..53117a808315 --- /dev/null +++ b/specification/paloaltonetworks/cspell.json @@ -0,0 +1,21 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Cloudngfw", + "fqdnlists", + "Ngfw", + "Palo", + "paloaltonetworks", + "paloaltonetworksngfw", + "prefixlists", + "rulestack", + "Rulestack", + "Rulestacks", + "vwan", + "Vwan", + "VWAN" + ] +} \ No newline at end of file diff --git a/specification/peering/cspell.json b/specification/peering/cspell.json new file mode 100644 index 000000000000..a7a644817237 --- /dev/null +++ b/specification/peering/cspell.json @@ -0,0 +1,25 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armpeering", + "Asns", + "legacypeerings", + "peerasns", + "peercontactinfo", + "peeringlocations", + "peerings", + "Peerings", + "peeringservicelocations", + "peeringserviceproviders", + "peeringservices", + "rpki", + "RPKI", + "traceroute", + "Traceroute", + "Unbilled", + "unbilled" + ] +} \ No newline at end of file diff --git a/specification/playwrighttesting/cspell.json b/specification/playwrighttesting/cspell.json new file mode 100644 index 000000000000..dcab1b898421 --- /dev/null +++ b/specification/playwrighttesting/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "playwrighttesting", + "southeastasia" + ] +} \ No newline at end of file diff --git a/specification/policyinsights/cspell.json b/specification/policyinsights/cspell.json new file mode 100644 index 000000000000..6bd6864eb293 --- /dev/null +++ b/specification/policyinsights/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "pagable", + "policyinsights", + "Remediations", + "remediations" + ] +} \ No newline at end of file diff --git a/specification/portal/cspell.json b/specification/portal/cspell.json new file mode 100644 index 000000000000..42f6fb1077a2 --- /dev/null +++ b/specification/portal/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armportal" + ] +} \ No newline at end of file diff --git a/specification/portalservices/cspell.json b/specification/portalservices/cspell.json new file mode 100644 index 000000000000..8b78734014b9 --- /dev/null +++ b/specification/portalservices/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "compilefile", + "Compilefile", + "inforamtion", + "portalservices" + ] +} \ No newline at end of file diff --git a/specification/postgresql/cspell.json b/specification/postgresql/cspell.json new file mode 100644 index 000000000000..74ea5be41c30 --- /dev/null +++ b/specification/postgresql/cspell.json @@ -0,0 +1,25 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Apsara", + "Autogrow", + "Burstable", + "Citus", + "flexibleserver", + "flexibleservers", + "Hyperscale", + "postgresqlflexibleservers", + "Prebackup", + "rdbms", + "rpname", + "singleservers", + "Supabase", + "Tigger", + "Vcore", + "Vcores", + "virtualendpoints" + ] +} \ No newline at end of file diff --git a/specification/postgresqlhsc/cspell.json b/specification/postgresqlhsc/cspell.json new file mode 100644 index 000000000000..1c1ba42f9ae0 --- /dev/null +++ b/specification/postgresqlhsc/cspell.json @@ -0,0 +1,22 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Burstable", + "Citus", + "citus", + "cosmosdbforpostgresql", + "cosmosforpostgresql", + "Hyperscale", + "Meru", + "PITR", + "Postgre", + "postgresqlhsc", + "rdbms", + "rebalancing", + "SQLHSC", + "Vpackage" + ] +} \ No newline at end of file diff --git a/specification/powerbidedicated/cspell.json b/specification/powerbidedicated/cspell.json new file mode 100644 index 000000000000..65b389d692b8 --- /dev/null +++ b/specification/powerbidedicated/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "PBIE", + "powerbidedicated", + "vcore" + ] +} \ No newline at end of file diff --git a/specification/powerbiembedded/cspell.json b/specification/powerbiembedded/cspell.json new file mode 100644 index 000000000000..7eda7c7ac2ed --- /dev/null +++ b/specification/powerbiembedded/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "powerbi", + "powerbiembedded" + ] +} \ No newline at end of file diff --git a/specification/powerbiprivatelinks/cspell.json b/specification/powerbiprivatelinks/cspell.json new file mode 100644 index 000000000000..dd942cbca51c --- /dev/null +++ b/specification/powerbiprivatelinks/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "powerbi", + "powerbiprivatelinks" + ] +} \ No newline at end of file diff --git a/specification/powerplatform/cspell.json b/specification/powerplatform/cspell.json new file mode 100644 index 000000000000..4518f9ce67cb --- /dev/null +++ b/specification/powerplatform/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "powerplatform" + ] +} \ No newline at end of file diff --git a/specification/privatedns/cspell.json b/specification/privatedns/cspell.json new file mode 100644 index 000000000000..5cd9a0b61124 --- /dev/null +++ b/specification/privatedns/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "fconfig", + "privatedns", + "privatelink", + "ptrdname", + "recordsetnamesuffix" + ] +} \ No newline at end of file diff --git a/specification/professionalservice/cspell.json b/specification/professionalservice/cspell.json new file mode 100644 index 000000000000..4d944c6e653c --- /dev/null +++ b/specification/professionalservice/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "professionalservice" + ] +} \ No newline at end of file diff --git a/specification/programmableconnectivity/cspell.json b/specification/programmableconnectivity/cspell.json new file mode 100644 index 000000000000..c0c4c2542feb --- /dev/null +++ b/specification/programmableconnectivity/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "CAMARA", + "camara", + "commonisation", + "lookback", + "MSISDN", + "occured", + "programmableconnectivity", + "simswap", + "Verificaiton" + ] +} \ No newline at end of file diff --git a/specification/providerhub/cspell.json b/specification/providerhub/cspell.json new file mode 100644 index 000000000000..37725fe9e782 --- /dev/null +++ b/specification/providerhub/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "checkin", + "Checkin", + "Fanout", + "regionality", + "Regionality", + "resourcetype", + "rollouts", + "Rollouts" + ] +} \ No newline at end of file diff --git a/specification/purview/cspell.json b/specification/purview/cspell.json new file mode 100644 index 000000000000..71d9eb3b3d2b --- /dev/null +++ b/specification/purview/cspell.json @@ -0,0 +1,53 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armpurview", + "attributerule", + "businessmetadata", + "classificationdef", + "classificationrules", + "datamap", + "datasources", + "Dataverse", + "decisionrule", + "entitydef", + "enumdef", + "eventhub", + "Gondor", + "gosdk", + "Guids", + "guids", + "integrationruntimes", + "lifecycles", + "listkeys", + "managedprivateendpoints", + "managedvirtualnetworks", + "Miti", + "miti", + "Postgre", + "purviewcatalog", + "purviewdatamap", + "regeneratekeys", + "Regexes", + "regexes", + "relationshipdef", + "Ruleset", + "ruleset", + "safeint", + "scanrulesets", + "structdef", + "Teradata", + "teradata", + "termtemplatedef", + "timerange", + "truefr", + "typedefs", + "userrequests", + "workflowruns", + "workflowtasks", + "XLSB" + ] +} \ No newline at end of file diff --git a/specification/purviewpolicy/cspell.json b/specification/purviewpolicy/cspell.json new file mode 100644 index 000000000000..27343e23fe96 --- /dev/null +++ b/specification/purviewpolicy/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "backcompat" + ] +} \ No newline at end of file diff --git a/specification/quantum/cspell.json b/specification/quantum/cspell.json new file mode 100644 index 000000000000..247cf71ae701 --- /dev/null +++ b/specification/quantum/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apiview", + "armquantum", + "LASTEXITCODE", + "msrest", + "reqs", + "sesssions", + "tspconfig", + "unversioned" + ] +} \ No newline at end of file diff --git a/specification/quota/cspell.json b/specification/quota/cspell.json new file mode 100644 index 000000000000..180dabf7af2c --- /dev/null +++ b/specification/quota/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armquota", + "groupquota", + "paramter", + "Supressions" + ] +} \ No newline at end of file diff --git a/specification/recommendationsservice/cspell.json b/specification/recommendationsservice/cspell.json new file mode 100644 index 000000000000..1caadc029871 --- /dev/null +++ b/specification/recommendationsservice/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "recommendationsservice" + ] +} \ No newline at end of file diff --git a/specification/recoveryservices/cspell.json b/specification/recoveryservices/cspell.json new file mode 100644 index 000000000000..c395e5022fc0 --- /dev/null +++ b/specification/recoveryservices/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "backupstorageconfig", + "bcdr", + "BCDR", + "recoveryservices", + "registeredidentities", + "replicationusages", + "Timedout", + "Unregisters", + "vaultusages" + ] +} \ No newline at end of file diff --git a/specification/recoveryservicesbackup/cspell.json b/specification/recoveryservicesbackup/cspell.json new file mode 100644 index 000000000000..dc62b92e78b6 --- /dev/null +++ b/specification/recoveryservicesbackup/cspell.json @@ -0,0 +1,51 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "activestamp", + "backupconfig", + "backupengine", + "backupstorageconfig", + "bitlocker", + "Bitlocker", + "BMSAAD", + "BMSPO", + "BMSRP", + "csname", + "Dbinstance", + "dedup", + "Dedup", + "execptions", + "IAASVM", + "iaasvmcontainer", + "issqlcompression", + "kpis", + "Lajolla", + "passivestamp", + "prebackupvalidation", + "protectable", + "Protectable", + "recoverypoint", + "recoverypoints", + "recoveryservices", + "recoveryservicesbackup", + "Reregister", + "Retriable", + "rgname", + "Scaleout", + "SQLAG", + "SQLDB", + "subinquireditemcount", + "subprotectableitemcount", + "Unregisters", + "vaultconfig", + "vaultstorageconfig", + "virtualmachines", + "VMILR", + "vmname", + "xcool", + "XSMB" + ] +} \ No newline at end of file diff --git a/specification/recoveryservicesdatareplication/cspell.json b/specification/recoveryservicesdatareplication/cspell.json new file mode 100644 index 000000000000..40a9f1dab239 --- /dev/null +++ b/specification/recoveryservicesdatareplication/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Dras", + "Extn", + "nics", + "Nics", + "recoveryservicesdatareplication", + "Reprotect", + "vhdx" + ] +} \ No newline at end of file diff --git a/specification/recoveryservicessiterecovery/cspell.json b/specification/recoveryservicessiterecovery/cspell.json new file mode 100644 index 000000000000..7cb794bd3b6f --- /dev/null +++ b/specification/recoveryservicessiterecovery/cspell.json @@ -0,0 +1,39 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AHUB", + "bcdr", + "BCDR", + "dras", + "esxi", + "Failback", + "failback", + "migratetoaad", + "Nics", + "Onprem", + "Orignal", + "Protectable", + "protectable", + "recoveryservices", + "recoveryservicessiterecovery", + "replicationv", + "Replicationv", + "reprotect", + "Reprotect", + "Runbook", + "runbook", + "Seleted", + "serverlevel", + "siterecovery", + "subcomponent", + "switchprotection", + "systemlevel", + "targetv", + "testfailover", + "unpairing", + "Unpairing" + ] +} \ No newline at end of file diff --git a/specification/redhatopenshift/cspell.json b/specification/redhatopenshift/cspell.json new file mode 100644 index 000000000000..367e7506bc26 --- /dev/null +++ b/specification/redhatopenshift/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apiserver", + "kubeadmin", + "Loadbalancer", + "openshiftclusters", + "openshiftversions", + "preconfigured", + "Preconfigured", + "redhatopenshift", + "SNAT", + "Syncsets", + "syncsets" + ] +} \ No newline at end of file diff --git a/specification/redis/cspell.json b/specification/redis/cspell.json new file mode 100644 index 000000000000..b2096c960021 --- /dev/null +++ b/specification/redis/cspell.json @@ -0,0 +1,23 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additonal", + "armredis", + "authnotrequired", + "intset", + "keyspace", + "maxclients", + "maxfragmentationmemory", + "maxmemory", + "rediscache", + "rediscachemanagement", + "slowlog", + "Unprovisioning", + "upsell", + "ziplist", + "zset" + ] +} \ No newline at end of file diff --git a/specification/redisenterprise/cspell.json b/specification/redisenterprise/cspell.json new file mode 100644 index 000000000000..d96d397fd2cc --- /dev/null +++ b/specification/redisenterprise/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "georeplication", + "Oneh", + "Redi", + "redisenterprise", + "redisenterprisecache", + "Sixh", + "Twoh", + "unversioned" + ] +} \ No newline at end of file diff --git a/specification/relay/cspell.json b/specification/relay/cspell.json new file mode 100644 index 000000000000..865a83fcc691 --- /dev/null +++ b/specification/relay/cspell.json @@ -0,0 +1,22 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armrelay", + "Autorization", + "butthe", + "Hybridconnection", + "Lockdown", + "namespce", + "neeeds", + "Regenrate", + "Relaytype", + "reponse", + "resourcegroup", + "retirve", + "successfuly", + "usermetadata" + ] +} \ No newline at end of file diff --git a/specification/reservations/cspell.json b/specification/reservations/cspell.json new file mode 100644 index 000000000000..146e5d53698e --- /dev/null +++ b/specification/reservations/cspell.json @@ -0,0 +1,35 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "australiaeast", + "australiasoutheast", + "Autofit", + "brazilsouth", + "canadacentral", + "canadaeast", + "centralindia", + "centralus", + "eastasia", + "japaneast", + "japanwest", + "msrp", + "MSRP", + "Msrp", + "Nonsupported", + "northcentralus", + "northeurope", + "sku's", + "southcentralus", + "southeastasia", + "southindia", + "uksouth", + "ukwest", + "Unarchiving", + "westcentralus", + "westeurope", + "westindia" + ] +} \ No newline at end of file diff --git a/specification/resourceconnector/cspell.json b/specification/resourceconnector/cspell.json new file mode 100644 index 000000000000..ee45a12af943 --- /dev/null +++ b/specification/resourceconnector/cspell.json @@ -0,0 +1,16 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "CAPI", + "kubeconfigs", + "KVAIO", + "listkeys", + "resourceconnector", + "SCVMM", + "telemetryconfig", + "Virt" + ] +} \ No newline at end of file diff --git a/specification/resourcegraph/cspell.json b/specification/resourcegraph/cspell.json new file mode 100644 index 000000000000..948deefad6f0 --- /dev/null +++ b/specification/resourcegraph/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "graphquery", + "Listresourcechanges", + "resourcechanges", + "resourcecopilot", + "resourcegraph", + "resourceshistory" + ] +} \ No newline at end of file diff --git a/specification/resourcehealth/cspell.json b/specification/resourcehealth/cspell.json new file mode 100644 index 000000000000..66443e76b4ad --- /dev/null +++ b/specification/resourcehealth/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "occured", + "Occured", + "recommendedactions", + "resourcehealth" + ] +} \ No newline at end of file diff --git a/specification/resourcemover/cspell.json b/specification/resourcemover/cspell.json new file mode 100644 index 000000000000..09c0f49566e2 --- /dev/null +++ b/specification/resourcemover/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "gosdk", + "regionmove", + "resourcemover", + "resourcemovercollection" + ] +} \ No newline at end of file diff --git a/specification/resources/cspell.json b/specification/resources/cspell.json new file mode 100644 index 000000000000..0898e6152a9e --- /dev/null +++ b/specification/resources/cspell.json @@ -0,0 +1,36 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AFEC", + "armlinks", + "armlocks", + "armpolicy", + "databoundaries", + "Databoundaries", + "decompilation", + "decompile", + "Decompile", + "decompiled", + "Decompiles", + "deploymentscripts", + "deploymentstacks", + "managedapplications", + "managementgroups", + "Manegement", + "newgen", + "policyassignments", + "policydefinitions", + "resourcesdeploymentstacks", + "rmpl", + "substringof", + "tagvalue", + "templatespecs", + "unmanage", + "Unmanage", + "Unregistering", + "Unregisters" + ] +} \ No newline at end of file diff --git a/specification/riskiq/cspell.json b/specification/riskiq/cspell.json new file mode 100644 index 000000000000..a7b33eb6d8e7 --- /dev/null +++ b/specification/riskiq/cspell.json @@ -0,0 +1,36 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Alexa", + "alexa", + "asns", + "Asns", + "autoconfirmed", + "cisa", + "Cisa", + "cnames", + "Cves", + "cves", + "datasheet", + "defendereasm", + "EASM", + "easm", + "Easm", + "exploitability", + "guids", + "Minhash", + "nxdomain", + "officedocument", + "openxmlformats", + "prameter", + "remediations", + "rollup", + "spreadsheetml", + "Thirdparty", + "Whois", + "whois" + ] +} \ No newline at end of file diff --git a/specification/saas/cspell.json b/specification/saas/cspell.json new file mode 100644 index 000000000000..aea80107d635 --- /dev/null +++ b/specification/saas/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armsaas", + "exsisting", + "saasresources" + ] +} \ No newline at end of file diff --git a/specification/schemaregistry/cspell.json b/specification/schemaregistry/cspell.json new file mode 100644 index 000000000000..aa938d3b49e6 --- /dev/null +++ b/specification/schemaregistry/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "protobuf", + "Protobuf", + "schemaregistry", + "servicebus" + ] +} \ No newline at end of file diff --git a/specification/scom/cspell.json b/specification/scom/cspell.json new file mode 100644 index 000000000000..781ca6d0d0e8 --- /dev/null +++ b/specification/scom/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additinal", + "afterscript", + "armscom", + "asyncronously", + "azureresourceschema", + "gmsa", + "Gmsa", + "Scom", + "SCOM", + "scom", + "sdkauto" + ] +} \ No newline at end of file diff --git a/specification/scvmm/cspell.json b/specification/scvmm/cspell.json new file mode 100644 index 000000000000..fc31111d7332 --- /dev/null +++ b/specification/scvmm/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "afterscript", + "armscvmm", + "azureresourceschema", + "Deboards", + "Deregisters", + "Metadatas", + "Onboards", + "scvmm", + "SCVMM", + "sdkauto", + "Updateable", + "Virtualmachine" + ] +} \ No newline at end of file diff --git a/specification/search/cspell.json b/specification/search/cspell.json new file mode 100644 index 000000000000..9cafa62dcb78 --- /dev/null +++ b/specification/search/cspell.json @@ -0,0 +1,180 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "adlsgen", + "Angika", + "armsearch", + "asciifolding", + "Asturian", + "Autocompletes", + "Awadhi", + "azureblob", + "azuresql", + "azuretable", + "Bagheli", + "Bahasa", + "Balkar", + "Bangla", + "bangla", + "beider", + "Beider", + "Bhojpuri", + "bigram", + "Bigram", + "bigrams", + "Bislama", + "Bodo", + "Bokmaal", + "Bokmål", + "Bokmal", + "Brajbha", + "Bundeli", + "caverphone", + "Caverphone", + "Chamling", + "Chhattisgarhi", + "Dari", + "datasources", + "Datasources", + "Decompounder", + "Devanagiri", + "Dhimal", + "discretizing", + "Dogri", + "Erzya", + "Exfiltration", + "exfiltration", + "facetable", + "Facetable", + "Faroese", + "fasterxml", + "Frulian", + "fullwidth", + "Gagauz", + "Gilbertese", + "Gurung", + "haase", + "Haase", + "Halbi", + "Hani", + "Haryanvi", + "hnsw", + "Hnsw", + "HNSW", + "Inari", + "Jaunsari", + "K'iche", + "Kabuverdianu", + "Kachin", + "Kangri", + "Karachay", + "Kashubian", + "Khaling", + "Kiswahili", + "koelner", + "Koelner", + "Kölner", + "Korku", + "Koryak", + "Kosraean", + "Kraaij", + "kstem", + "Kumyk", + "Kurukh", + "lovins", + "Lovins", + "Lucene", + "lucene", + "Lule", + "Luxembourgish", + "Mahasu", + "Malto", + "Matryoshka", + "maxcharlength", + "metaphone", + "Metaphone", + "mylocation", + "Newtonsoft", + "Niuean", + "Nogay", + "nysiis", + "Nysiis", + "NYSIIS", + "Occitan", + "onelake", + "Otomi", + "Phonetik", + "Piqd", + "Pohlmann", + "regexes", + "rerank", + "reranked", + "Reranked", + "reranker", + "Reranker", + "reranking", + "rescored", + "rescoring", + "Rescoring", + "resetdocs", + "resetskills", + "Rslp", + "RSLP", + "Sadri", + "Sami", + "Santali", + "searchindex", + "searchservice", + "servicestats", + "Sirmauri", + "skillset", + "Skillset", + "skillsets", + "Skillsets", + "Skolt", + "sorani", + "Sorani", + "soundex", + "Soundex", + "standardasciifolding", + "stopword", + "stopwords", + "Stopwords", + "Submode", + "submode", + "subpackage", + "subscores", + "Subscores", + "subword", + "Subword", + "subwords", + "synonymmaps", + "Tetum", + "TFIDF", + "Thangmi", + "tiktoken", + "Tokenizes", + "Tuvan", + "Typeless", + "Unigrams", + "unigrams", + "Uyghur", + "vararg", + "Vectorizable", + "vectorizable", + "vectorize", + "Vectorize", + "Vectorizer", + "vectorizer", + "vectorizers", + "vectorizing", + "Viet", + "Volapük", + "Walser", + "Yucatec", + "Zhuang" + ] +} \ No newline at end of file diff --git a/specification/security/cspell.json b/specification/security/cspell.json new file mode 100644 index 000000000000..dc97419c4891 --- /dev/null +++ b/specification/security/cspell.json @@ -0,0 +1,39 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Agentless", + "agentless", + "Antimalware", + "Automations", + "automations", + "autoprovisioning", + "ciem", + "CIEM", + "Creds", + "Cspm", + "cspm", + "CSPM", + "Dspm", + "DSPM", + "Exfiltration", + "exfiltration", + "MCAS", + "Ngfw", + "Offboard", + "Offboarding", + "pricings", + "Pricings", + "Qualys", + "Recommedations", + "securitycenter", + "stackset", + "thirdparty", + "Timeframe", + "timeframe", + "vmuuid", + "WDATP" + ] +} \ No newline at end of file diff --git a/specification/securityandcompliance/cspell.json b/specification/securityandcompliance/cspell.json new file mode 100644 index 000000000000..f8aaa2b6fa7c --- /dev/null +++ b/specification/securityandcompliance/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "operationresults", + "securityandcompliance" + ] +} \ No newline at end of file diff --git a/specification/securityinsights/cspell.json b/specification/securityinsights/cspell.json new file mode 100644 index 000000000000..6fe6ec759f10 --- /dev/null +++ b/specification/securityinsights/cspell.json @@ -0,0 +1,74 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "aadiam", + "AADIP", + "AATP", + "Abap", + "abap", + "ABAP", + "ADCP", + "AGRAGRS", + "AGRDEFINE", + "AGRFLAGS", + "AGRPROF", + "AGRTCODES", + "AGRUSERS", + "antispam", + "Antispam", + "Authenticode", + "Criterias", + "defanged", + "DEVACCESS", + "exfiltrate", + "Exfiltration", + "exfiltration", + "Geodata", + "geodata", + "Intraorg", + "Jedobot", + "lookback", + "Lookback", + "MCAS", + "Mcas", + "MDATP", + "Mdatp", + "MSTI", + "NLSTEXT", + "nwrfc", + "occured", + "PAHI", + "securityinsight", + "securityinsights", + "sentinelus", + "Signin", + "SNCSYSACL", + "sourcecontrols", + "sourcesystem", + "STIX", + "Stix", + "stix", + "stixobjects", + "Supressions", + "Syncer", + "Taxii", + "TAXII", + "taxii", + "threatintelligenceindicators", + "Ueba", + "ueba", + "USERADDR", + "USGRPUSER", + "USRACL", + "USRSTAMP", + "watchlist", + "Watchlist", + "watchlists", + "Watchlists", + "Whois", + "whois" + ] +} \ No newline at end of file diff --git a/specification/serialconsole/cspell.json b/specification/serialconsole/cspell.json new file mode 100644 index 000000000000..ec14e2b26b36 --- /dev/null +++ b/specification/serialconsole/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "serialconsole" + ] +} \ No newline at end of file diff --git a/specification/service-map/cspell.json b/specification/service-map/cspell.json new file mode 100644 index 000000000000..9c4cc892f073 --- /dev/null +++ b/specification/service-map/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Bitness", + "bitness", + "clientgroup", + "hyperv", + "ldom", + "machinewithhints", + "onmachine", + "operationalinsights", + "servicemap", + "Servicemap" + ] +} \ No newline at end of file diff --git a/specification/servicebus/cspell.json b/specification/servicebus/cspell.json new file mode 100644 index 000000000000..061a506b933d --- /dev/null +++ b/specification/servicebus/cspell.json @@ -0,0 +1,27 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "deadlettered", + "eventhub", + "Eventhub", + "eventhubs", + "fearthecowboy", + "ipfilterrules", + "Lockdown", + "messagingplan", + "migrationconfigs", + "namespaceinfo", + "networksets", + "Ofstringany", + "Planproperties", + "Policykey", + "Ruleproperties", + "SBEH", + "servicebus", + "unpartitioned", + "virtualnetworkrules" + ] +} \ No newline at end of file diff --git a/specification/servicefabric/cspell.json b/specification/servicefabric/cspell.json new file mode 100644 index 000000000000..b88aaeda016a --- /dev/null +++ b/specification/servicefabric/cspell.json @@ -0,0 +1,44 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "affinitized", + "autokey", + "clientlib", + "codepackage", + "datacenters", + "Dsms", + "faultable", + "Fautls", + "fluentd", + "IMAGEBUILDER", + "Inbuild", + "INVALIDARG", + "managedcluster", + "Managedcluster", + "milli", + "myapp", + "preconfigured", + "Qurum", + "Reconfig", + "Reimages", + "reprovisioned", + "Rollforward", + "servicefabric", + "sfhealthid", + "sfpkg", + "subnames", + "toolset", + "Unprovision", + "unprovision", + "unprovisioned", + "unprovisioning", + "Unprovisioning", + "unpublish", + "Unregistering", + "unregisters", + "waagent" + ] +} \ No newline at end of file diff --git a/specification/servicefabricmanagedclusters/cspell.json b/specification/servicefabricmanagedclusters/cspell.json new file mode 100644 index 000000000000..d0907507aaf9 --- /dev/null +++ b/specification/servicefabricmanagedclusters/cspell.json @@ -0,0 +1,28 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "affinitized", + "clientlib", + "clustername", + "datacenters", + "dscp", + "DSCP", + "getazresiliencystatus", + "managedapplication", + "managedcluster", + "managedclusters", + "overprovisioned", + "regionname", + "Reimages", + "servicefabricmanagedclusters", + "sfmc", + "SFMC's", + "sfmcdomain", + "SNAT", + "toolset", + "waagent" + ] +} \ No newline at end of file diff --git a/specification/servicefabricmesh/cspell.json b/specification/servicefabricmesh/cspell.json new file mode 100644 index 000000000000..b3e2b66d5d36 --- /dev/null +++ b/specification/servicefabricmesh/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "autokey", + "fluentd", + "servicefabric", + "servicefabricmesh" + ] +} \ No newline at end of file diff --git a/specification/servicelinker/cspell.json b/specification/servicelinker/cspell.json new file mode 100644 index 000000000000..98b6487456f7 --- /dev/null +++ b/specification/servicelinker/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "dapr", + "Dapr", + "dryrun", + "Dryrun", + "dryruns", + "servicelinker" + ] +} \ No newline at end of file diff --git a/specification/servicenetworking/cspell.json b/specification/servicenetworking/cspell.json new file mode 100644 index 000000000000..a1a474fd5a3d --- /dev/null +++ b/specification/servicenetworking/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "frontends", + "Frontends", + "servicenetworking" + ] +} \ No newline at end of file diff --git a/specification/signalr/cspell.json b/specification/signalr/cspell.json new file mode 100644 index 000000000000..fcd84450f469 --- /dev/null +++ b/specification/signalr/cspell.json @@ -0,0 +1,26 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acctest", + "armsignalr", + "azapi", + "azurerm", + "centraluseuap", + "Creds", + "dogfood", + "euap", + "filebase", + "jsondecode", + "mysignalrservice", + "RESTAPI", + "serverfarm", + "serverfarms", + "signalr", + "Signalr", + "southeastasia", + "tolist" + ] +} \ No newline at end of file diff --git a/specification/softwareplan/cspell.json b/specification/softwareplan/cspell.json new file mode 100644 index 000000000000..f57d5de46c5d --- /dev/null +++ b/specification/softwareplan/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Softwareplan", + "softwareplan" + ] +} \ No newline at end of file diff --git a/specification/solutions/cspell.json b/specification/solutions/cspell.json new file mode 100644 index 000000000000..875cc1467c9f --- /dev/null +++ b/specification/solutions/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "managedapplications", + "resourcegroup" + ] +} \ No newline at end of file diff --git a/specification/sphere/cspell.json b/specification/sphere/cspell.json new file mode 100644 index 000000000000..74199e270fa7 --- /dev/null +++ b/specification/sphere/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "afterscript", + "armsphere", + "azureresourceschema", + "azuresphere", + "Nwfs", + "sdkauto" + ] +} \ No newline at end of file diff --git a/specification/splitio/cspell.json b/specification/splitio/cspell.json new file mode 100644 index 000000000000..243caa0fa6e6 --- /dev/null +++ b/specification/splitio/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "splitio" + ] +} \ No newline at end of file diff --git a/specification/sql/cspell.json b/specification/sql/cspell.json new file mode 100644 index 000000000000..8be11d51edec --- /dev/null +++ b/specification/sql/cspell.json @@ -0,0 +1,82 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "activedirectory", + "Adal", + "ADAL", + "armsql", + "azurecli", + "azuresqldbkeyrotation", + "Backoff", + "backoff", + "bacpac", + "BACPAC", + "Bacpac", + "CMKDW", + "CMKHS", + "CMWIs", + "COLUMNSTORE", + "Datamasking", + "datamasking", + "datawarehouse", + "Datawarehouse", + "datetimeoffset", + "DBCC", + "DBCMK", + "Droppeded", + "Dtcs", + "Dtus", + "Exfiltration", + "Failovers", + "filegroup", + "freemium", + "Freemium", + "GZRS", + "hierarchyid", + "Hyperscale", + "logio", + "msdb", + "MSDTC's", + "MSDTCDNS", + "NONCLUSTERED", + "nonreadable", + "ntext", + "PITR", + "Pitr", + "Polybase", + "polybase", + "PRMS", + "Reprovision", + "Reprovisioned", + "Reprovisioning", + "Retriable", + "retriable", + "Retryable", + "Revalidates", + "Revertable", + "SAWA", + "smalldatetime", + "smallmoney", + "sqlmanagement", + "sqlmi", + "synapselink", + "sysname", + "tempdb", + "timestep", + "topqueries", + "topquery", + "uniqueidentifier", + "unrestorable", + "Unrestorable", + "Vcore", + "vcore", + "Vcores", + "virtualclusters", + "Virutal", + "virutal", + "Vldb" + ] +} \ No newline at end of file diff --git a/specification/sqlvirtualmachine/cspell.json b/specification/sqlvirtualmachine/cspell.json new file mode 100644 index 000000000000..ee80948622f4 --- /dev/null +++ b/specification/sqlvirtualmachine/cspell.json @@ -0,0 +1,35 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AHUB", + "ASYNCHRONOUSCOMMIT", + "autobackup", + "autopatching", + "BYOL", + "Domainful", + "Gmsa", + "GMSA", + "Licence", + "Loadbalancer", + "Lpim", + "LPIM", + "MAXDOP", + "Multisubnet", + "OLTP", + "Resourcegroup", + "sqlvirtualmachine", + "Sqlvm", + "SQLVM", + "sqlvm", + "Sqlvms", + "SYNCHRONOUSCOMMIT", + "tempdb", + "WSFC", + "wsfc", + "Wsfc", + "WUMU" + ] +} \ No newline at end of file diff --git a/specification/standbypool/cspell.json b/specification/standbypool/cspell.json new file mode 100644 index 000000000000..6dd96c26e0b7 --- /dev/null +++ b/specification/standbypool/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armstandbypool", + "standbypool" + ] +} \ No newline at end of file diff --git a/specification/storSimple1200Series/cspell.json b/specification/storSimple1200Series/cspell.json new file mode 100644 index 000000000000..c9eddbb44591 --- /dev/null +++ b/specification/storSimple1200Series/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "accesspoint", + "Availablity", + "Browsable", + "endtime", + "fileservers", + "granularities", + "iscsiservers", + "occurences", + "Requestrequest", + "RSAES", + "storsimple", + "timegrain" + ] +} \ No newline at end of file diff --git a/specification/storage/cspell.json b/specification/storage/cspell.json new file mode 100644 index 000000000000..03c3d0ea70b9 --- /dev/null +++ b/specification/storage/cspell.json @@ -0,0 +1,86 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "AAAABBBB", + "AADDS", + "AADKERB", + "ABFS", + "aborthnsonmigration", + "appendblob", + "appendblock", + "appendpos", + "armstorage", + "batchresponse", + "blockblob", + "blockid", + "blocklisttype", + "canonicalized", + "Contentcrc", + "copyid", + "dacl", + "deletedwithversions", + "deletetype", + "fearthecowboy", + "filepermission", + "filesystems", + "Filesystems", + "forceclosehandles", + "GZRS", + "hnsonmigration", + "immutabilitypolicy", + "incrementalcopy", + "ipos", + "isfolder", + "keyname", + "keyvaultproperties", + "keyvaulturi", + "keyversion", + "legalhold", + "listhandles", + "managementpolicy", + "maxresults", + "mebibytes", + "messageid", + "messagettl", + "mibps", + "Mibps", + "NTLM", + "numofmessages", + "optionalbody", + "overriden", + "pageblob", + "pagelist", + "peekonly", + "policyid", + "popreceipt", + "predfined", + "prevsharesnapshot", + "prevsnapshot", + "RAGRS", + "RAGZRS", + "ramoka", + "rangelist", + "restype", + "rscc", + "rscd", + "rsce", + "rscl", + "rsct", + "ruleid", + "rwxrw", + "SDDL", + "Sddl", + "sharesnapshot", + "showonly", + "snaptshot", + "uncommittedblobs", + "unleased", + "userdelegationkey", + "versionid", + "visibilitytimeout", + "XSMB" + ] +} \ No newline at end of file diff --git a/specification/storageactions/cspell.json b/specification/storageactions/cspell.json new file mode 100644 index 000000000000..99972ac86479 --- /dev/null +++ b/specification/storageactions/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "storageactions", + "storagepool", + "storagetasks" + ] +} \ No newline at end of file diff --git a/specification/storagecache/cspell.json b/specification/storagecache/cspell.json new file mode 100644 index 000000000000..cbaa2c62cb91 --- /dev/null +++ b/specification/storagecache/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "amlfilesystem", + "Clfs", + "CLFS", + "clfs", + "Filesystems", + "primingjob", + "storagecache", + "storagetarget", + "submount" + ] +} \ No newline at end of file diff --git a/specification/storageimportexport/cspell.json b/specification/storageimportexport/cspell.json new file mode 100644 index 000000000000..5fe57b37e48e --- /dev/null +++ b/specification/storageimportexport/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Infomation", + "storageimportexport" + ] +} \ No newline at end of file diff --git a/specification/storagemover/cspell.json b/specification/storagemover/cspell.json new file mode 100644 index 000000000000..c782f8e069d5 --- /dev/null +++ b/specification/storagemover/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "storagemover", + "Unregistering" + ] +} \ No newline at end of file diff --git a/specification/storagepool/cspell.json b/specification/storagepool/cspell.json new file mode 100644 index 000000000000..6adf8ae15778 --- /dev/null +++ b/specification/storagepool/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "additinal", + "diskpool", + "storagepool", + "tpgs" + ] +} \ No newline at end of file diff --git a/specification/storagesync/cspell.json b/specification/storagesync/cspell.json new file mode 100644 index 000000000000..7dd18faaff5f --- /dev/null +++ b/specification/storagesync/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Heatbeat", + "istransitioning", + "Managementt", + "occurences", + "postbackup", + "postrestore", + "prebackup", + "prerestore", + "restoreheartbeat", + "storagesync" + ] +} \ No newline at end of file diff --git a/specification/storsimple8000series/cspell.json b/specification/storsimple8000series/cspell.json new file mode 100644 index 000000000000..7f1bf6071114 --- /dev/null +++ b/specification/storsimple8000series/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Availablity", + "Failovers", + "granularities", + "NTLM", + "occurences", + "Remotemanagement", + "rolloverdetails", + "RSAES", + "storsimple", + "timegrain", + "webproxy", + "Webproxy" + ] +} \ No newline at end of file diff --git a/specification/streamanalytics/cspell.json b/specification/streamanalytics/cspell.json new file mode 100644 index 000000000000..bda09ed1d0b1 --- /dev/null +++ b/specification/streamanalytics/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Nonblocking", + "privatelink", + "SAQL", + "saql", + "streamanalytics", + "streamingjobs", + "Streamingjobs" + ] +} \ No newline at end of file diff --git a/specification/subscription/cspell.json b/specification/subscription/cspell.json new file mode 100644 index 000000000000..91a8d597a64c --- /dev/null +++ b/specification/subscription/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "workitem" + ] +} \ No newline at end of file diff --git a/specification/support/cspell.json b/specification/support/cspell.json new file mode 100644 index 000000000000..930ba92dfc1c --- /dev/null +++ b/specification/support/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armsupport", + "highestcriticalimpact" + ] +} \ No newline at end of file diff --git a/specification/synapse/cspell.json b/specification/synapse/cspell.json new file mode 100644 index 000000000000..ff4ee7c2dd4e --- /dev/null +++ b/specification/synapse/cspell.json @@ -0,0 +1,156 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "accesscontrol", + "Activityruns", + "activityruns", + "Adal", + "adla", + "ADLA", + "amazonservices", + "APACHEAVRO", + "appendblock", + "appendpos", + "Appfigures", + "armsynapse", + "Asana", + "Autotune", + "autotune", + "azuredatabricks", + "byoa", + "cacerts", + "CLOGFILE", + "Cmdkey", + "cmdkey", + "codemirror", + "Couchbase", + "datafactory", + "dataflows", + "Dataware", + "dataware", + "Datawarehouse", + "datawarehouse", + "datawarehousequeries", + "Datawarehousequeries", + "Dataworld", + "datetimeoffset", + "Dbcc", + "DBFS", + "ddls", + "detailedstatus", + "distcp", + "Distcp", + "dotnetspark", + "edittables", + "Eloqua", + "eloqua", + "ename", + "evalue", + "Exfiltration", + "Exprired", + "flowlet", + "Flowlet", + "gitintegration", + "Greenplum", + "hbasephoenix", + "hcatalog", + "Headnode", + "hierarchyid", + "hivevar", + "Hubspot", + "ilearner", + "Informations", + "Informix", + "Ingestor", + "Integrationruntimes", + "interactivequery", + "Interactivequery", + "kernelspec", + "keyspace", + "kustooperations", + "largerc", + "linkconnections", + "linkedservices", + "linktables", + "logio", + "Magento", + "magento", + "maintenancewindows", + "managedprivateendpoints", + "managedvirtualnetwork", + "MANYTOMANY", + "MANYTOONE", + "mapred", + "Marketo", + "MAXERRORS", + "mediumrc", + "metastore", + "Metastore", + "mktorest", + "MSAPIDDL", + "MULTIJSON", + "myshopify", + "mysquare", + "mystore", + "nbformat", + "Netezza", + "nonadmin", + "ntext", + "Odbc", + "ODBC", + "ondemand", + "ONETOMANY", + "ONETOONE", + "oozie", + "Oozie", + "operationstatuses", + "PARTITIONINFO", + "pipelineruns", + "Polybase", + "privatelinkhub", + "pyspark", + "querytablestatus", + "Queueable", + "Quickbase", + "quickbooks", + "Revalidates", + "SAWA", + "SCSV", + "serde", + "SINGLEJSON", + "sitename", + "smalldatetime", + "smallmoney", + "smallrc", + "Smartsheet", + "SOHSV", + "SOQL", + "sparkconfiguration", + "sparkconfigurations", + "sqldatabase", + "Sqlpool", + "sqlpool", + "Sqlpools", + "SSISDB", + "Sybase", + "sysname", + "Teradata", + "teradata", + "triggerruns", + "TSVE", + "uniqueidentifier", + "updation", + "Updation", + "upserting", + "USQL", + "Vertica", + "Workernode", + "WTGCTBG", + "Xero", + "xero", + "xlargerc" + ] +} \ No newline at end of file diff --git a/specification/syntex/cspell.json b/specification/syntex/cspell.json new file mode 100644 index 000000000000..9c9960e5cbcf --- /dev/null +++ b/specification/syntex/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armsyntex", + "Syntex", + "syntex" + ] +} \ No newline at end of file diff --git a/specification/terraform/cspell.json b/specification/terraform/cspell.json new file mode 100644 index 000000000000..d9412ae5f11a --- /dev/null +++ b/specification/terraform/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acctest", + "armterraform", + "azapi", + "azurerm", + "jsondecode", + "virtualnetworks", + "westeurope" + ] +} \ No newline at end of file diff --git a/specification/testbase/cspell.json b/specification/testbase/cspell.json new file mode 100644 index 000000000000..7f5e53530dfe --- /dev/null +++ b/specification/testbase/cspell.json @@ -0,0 +1,25 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "actionrequest", + "afterscript", + "azureresourceschema", + "customimage", + "draftpackage", + "Intune", + "intune", + "intunewin", + "MAPP", + "offboard", + "Offboard", + "sdkauto", + "SUVP", + "testbase", + "vhds", + "Winget", + "winget" + ] +} \ No newline at end of file diff --git a/specification/timeseriesinsights/cspell.json b/specification/timeseriesinsights/cspell.json new file mode 100644 index 000000000000..3512a90f01fd --- /dev/null +++ b/specification/timeseriesinsights/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "ingressed", + "timeseries", + "timeseriesinsights" + ] +} \ No newline at end of file diff --git a/specification/trafficmanager/cspell.json b/specification/trafficmanager/cspell.json new file mode 100644 index 000000000000..78908a528abd --- /dev/null +++ b/specification/trafficmanager/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "fearthecowboy", + "trafficmanager", + "trafficmanageranalytics", + "trafficmanagerprofiles" + ] +} \ No newline at end of file diff --git a/specification/translation/cspell.json b/specification/translation/cspell.json new file mode 100644 index 000000000000..8925da87a2d9 --- /dev/null +++ b/specification/translation/cspell.json @@ -0,0 +1,14 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "autodetection", + "breaksentence", + "mosca", + "subpackage", + "Transliterable", + "translitered" + ] +} \ No newline at end of file diff --git a/specification/trustedsigning/cspell.json b/specification/trustedsigning/cspell.json new file mode 100644 index 000000000000..ce04d9cf52a1 --- /dev/null +++ b/specification/trustedsigning/cspell.json @@ -0,0 +1,19 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "authenticode", + "bytesbody", + "certificateprofiles", + "codesign", + "codesigning", + "codesigningaccounts", + "rootcert", + "RSASSA", + "secp", + "trusedsigning", + "trustedsigning" + ] +} \ No newline at end of file diff --git a/specification/verifiedid/cspell.json b/specification/verifiedid/cspell.json new file mode 100644 index 000000000000..8765768a385b --- /dev/null +++ b/specification/verifiedid/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "verifiedid" + ] +} \ No newline at end of file diff --git a/specification/vi/cspell.json b/specification/vi/cspell.json new file mode 100644 index 000000000000..c24a2e0e57ca --- /dev/null +++ b/specification/vi/cspell.json @@ -0,0 +1,15 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Medianalyzer", + "mediaservices", + "Mediause", + "videoanalyzer", + "Videoanalyzer", + "videoindexer", + "viopenai" + ] +} \ No newline at end of file diff --git a/specification/videoanalyzer/cspell.json b/specification/videoanalyzer/cspell.json new file mode 100644 index 000000000000..021a8bf15cb6 --- /dev/null +++ b/specification/videoanalyzer/cspell.json @@ -0,0 +1,35 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "abgr", + "ABGR", + "ABGRABGR", + "argb", + "ARGB", + "ARGBARGB", + "backoff", + "bgra", + "BGRA", + "BGRABGRA", + "BGRBGR", + "CMAF", + "cmaf", + "datetimeoffset", + "kbps", + "Kbps", + "mebibytes", + "mediaservices", + "Onvif", + "ONVIF", + "onvif", + "RGBARGBA", + "RGBRGB", + "RTSP", + "Rtsp", + "rtsp", + "videoanalyzer" + ] +} \ No newline at end of file diff --git a/specification/visualstudio/cspell.json b/specification/visualstudio/cspell.json new file mode 100644 index 000000000000..e95cc79856c1 --- /dev/null +++ b/specification/visualstudio/cspell.json @@ -0,0 +1,13 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Bootstrappers", + "CMMI", + "Cmmi", + "southcentralus", + "Tfvc" + ] +} \ No newline at end of file diff --git a/specification/vmware/cspell.json b/specification/vmware/cspell.json new file mode 100644 index 000000000000..c63512cc38ad --- /dev/null +++ b/specification/vmware/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "armavs", + "gosdk", + "LDAPS", + "nsxt", + "Nsxt", + "pathresourceprovidernamepascalcase", + "privatecloud", + "updatd", + "vcsa", + "vmotion" + ] +} \ No newline at end of file diff --git a/specification/vmwarecloudsimple/cspell.json b/specification/vmwarecloudsimple/cspell.json new file mode 100644 index 000000000000..aa21b69db058 --- /dev/null +++ b/specification/vmwarecloudsimple/cspell.json @@ -0,0 +1,21 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "CSRP", + "deallocating", + "DIMM", + "dnsname", + "nics", + "OSNIC", + "PARAVIRTUAL", + "PCNET", + "poweredoff", + "poweroff", + "Refid", + "vmwarecloudsimple", + "vmwaretools" + ] +} \ No newline at end of file diff --git a/specification/voiceservices/cspell.json b/specification/voiceservices/cspell.json new file mode 100644 index 000000000000..59ec78595571 --- /dev/null +++ b/specification/voiceservices/cspell.json @@ -0,0 +1,26 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "apiview", + "choosable", + "Choosable", + "communicationsgateway", + "elin", + "ESRP", + "Esrp", + "esrp", + "narrowband", + "PCMA", + "PCMU", + "PSTN", + "reimplementations", + "Updateable", + "updateable", + "voiceservice", + "voiceservices", + "wideband" + ] +} \ No newline at end of file diff --git a/specification/web/cspell.json b/specification/web/cspell.json new file mode 100644 index 000000000000..5297f54533b3 --- /dev/null +++ b/specification/web/cspell.json @@ -0,0 +1,115 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "Accessable", + "Appservice", + "appservice", + "appsettings", + "aseregions", + "authprovider", + "authproviders", + "authsettings", + "Availabilily", + "Availablility", + "availablility", + "azurefiles", + "azurestorageaccounts", + "azurewebsites", + "bitness", + "biztalk", + "checknameavailability", + "Cloneability", + "cloneability", + "configreferences", + "connectionstrings", + "containerlogs", + "continuouswebjobs", + "cowlishaw", + "Creds", + "csrs", + "Csrs", + "customdnssuffix", + "customhostname", + "dapr", + "Dapr", + "Defintions", + "diagnosics", + "discoverbackup", + "FDID", + "functionappsettings", + "Guage", + "hybridconnection", + "ICANN", + "ipssl", + "iscloneable", + "ishostingenvironmentnameavailable", + "JWTs", + "listbackups", + "listkeys", + "listsecrets", + "listsyncfunctiontriggerstatus", + "listsyncstatus", + "metricdefinitions", + "migratemysql", + "Minidump", + "minidump", + "ministamps", + "myapp", + "newpassword", + "nonpaged", + "onedeploy", + "operationresults", + "Pendingissuance", + "Pendingrevocation", + "perfcounters", + "perfmon", + "phplogging", + "premieraddonoffers", + "premieraddons", + "priviledged", + "publishingcredentials", + "publishxml", + "pushsettings", + "ravbhatnagar", + "RDWORKERNAME", + "reprovisions", + "resetapikey", + "resourcegroup", + "secureobject", + "securestring", + "serverfarms", + "servicebus", + "sitecontainers", + "siteextensions", + "sitename", + "slotcopy", + "slotsdiffs", + "slotsswap", + "snapshotsdr", + "sourcecontrols", + "stackoverflow", + "staticsite", + "subexpressions", + "syncfunctiontriggers", + "triggeredwebjobs", + "Unparked", + "Unregistering", + "updatemachinekey", + "userid", + "virtualip", + "Vnets", + "VSTSRM", + "webapps", + "webhostingplans", + "webjob", + "webjobs", + "Webspace", + "weidongxu", + "Whois", + "Zilla", + "zipdeploy" + ] +} \ No newline at end of file diff --git a/specification/webpubsub/cspell.json b/specification/webpubsub/cspell.json new file mode 100644 index 000000000000..ba7f9b119401 --- /dev/null +++ b/specification/webpubsub/cspell.json @@ -0,0 +1,26 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acctest", + "azapi", + "azurerm", + "centraluseuap", + "Creds", + "dogfood", + "euap", + "filebase", + "jsondecode", + "mysignalrservice", + "RESTAPI", + "serverfarm", + "serverfarms", + "servicebus", + "signalr", + "southeastasia", + "webpubsub", + "webpubsubservice" + ] +} \ No newline at end of file diff --git a/specification/windowsesu/cspell.json b/specification/windowsesu/cspell.json new file mode 100644 index 000000000000..bf0125d175e9 --- /dev/null +++ b/specification/windowsesu/cspell.json @@ -0,0 +1,9 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "windowsesu" + ] +} \ No newline at end of file diff --git a/specification/windowsiot/cspell.json b/specification/windowsiot/cspell.json new file mode 100644 index 000000000000..4f17f87923f6 --- /dev/null +++ b/specification/windowsiot/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "windowsiot", + "windowsiotservices" + ] +} \ No newline at end of file diff --git a/specification/workloadmonitor/cspell.json b/specification/workloadmonitor/cspell.json new file mode 100644 index 000000000000..139e3cf2e991 --- /dev/null +++ b/specification/workloadmonitor/cspell.json @@ -0,0 +1,10 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "lookback", + "workloadmonitor" + ] +} \ No newline at end of file diff --git a/specification/workloads/cspell.json b/specification/workloads/cspell.json new file mode 100644 index 000000000000..1485f28e2306 --- /dev/null +++ b/specification/workloads/cspell.json @@ -0,0 +1,43 @@ +{ + "version": "0.2", + "import": [ + "../../cspell.json" + ], + "words": [ + "acss", + "ACSS", + "Acss", + "actuser", + "Adabas", + "armworkloadssapvirtualinstance", + "ASCS", + "ascs", + "aspnet", + "Burstable", + "commoncrypto", + "datadisk", + "giga", + "hdbuserstore", + "IAASVM", + "IBMAIX", + "iloveyou", + "Informix", + "issqlcompression", + "Loadbalancer", + "migrationdiscovery", + "migrationdiscoverysap", + "northeurope", + "phpworkloads", + "SAPASE", + "SAPDB", + "sapmonitors", + "sapsrv", + "sapvirtualinstance", + "SQLDB", + "ssword", + "vmname", + "WEBDISP", + "workloadmonitor", + "workloadssapvirtualinstance" + ] +} \ No newline at end of file diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 9c6ad529e741..0c01f4a24883 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -10,6 +10,7 @@ "azure-sdk-for-java": { "integrationRepository": "azure-sdk/azure-sdk-for-java", "mainRepository": "Azure/azure-sdk-for-java", + "mainBranch": "automation_package_name_when_failure", "configFilePath": "eng/automation/swagger_to_sdk_config.json" }, "azure-sdk-for-js": {