You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spell check scanning of machinelearning detected spelling errors. This service directory is opted out of PR spell checking in PR #17142 to keep merges unblocked.
Delete the service's entry in .vscode/cspell.json's ignorePaths field. It will look like: sdk/machinelearning/**/*. You need to do this to enable checking the files.
From the root of the repo run spell check using npx cspell lint --config '.vscode/cspell.json' --no-must-find-files "sdk/machinelearning/**"
Check in changes (including the change to .vscode/cspell.json where the ignorePaths is updated to remove the entry for this service.). You may need to run git add -f .vscode/cspell.json to force adding the changes to the file in git.
Spell checking output
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-commitmentplans/src/models/index.ts:54:22 - Unknown word (capabilites)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/index.ts:183:28 - Unknown word (Isnullable)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/index.ts:186:6 - Unknown word (Isnullable)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/index.ts:188:28 - Unknown word (Isordered)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/index.ts:191:6 - Unknown word (Isordered)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/mappers.ts:217:10 - Unknown word (Isnullable)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/mappers.ts:218:31 - Unknown word (isnullable)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/mappers.ts:223:10 - Unknown word (Isordered)
/home/djurek/azure-sdk-for-js/sdk/machinelearning/arm-webservices/src/models/mappers.ts:224:31 - Unknown word (isordered)
The text was updated successfully, but these errors were encountered:
New review request for Microsoft.ContainerService to add version 2022-01-01 (Azure#17814)
* Adds base for updating Microsoft.ContainerService from version stable/2021-10-01 to version 2022-01-01
* Updates readme
* Updates API version in new specs and examples
* Update readme to help generate SDK (Azure#17371)
* update readme to help generate SDK
* update readme
* Support query parameter 'format' in listClusterUserCredential handler (Azure#17209)
* Support query parameter 'format' in listClusterUserCredential handler
* Add kubelogin to custom words
* Fix enum lint
* Fix typo
* Fix typo
* List admin credential should not have format parameter
* Add adminUsers in aadprofile (Azure#17402)
* Revert "Add adminUsers in aadprofile (Azure#17402)" (Azure#17523)
This reverts commit 1d8f262848ad55df67f60321e2ccc1232c7f746b.
* fix conflict (Azure#17623)
Co-authored-by: Tongyao Si <tosi@microsoft.com>
Spell check scanning of machinelearning detected spelling errors. This service directory is opted out of PR spell checking in PR #17142 to keep merges unblocked.
What to do
npx
.vscode/cspell.json
'signorePaths
field. It will look like:sdk/machinelearning/**/*
. You need to do this to enable checking the files.npx cspell lint --config '.vscode/cspell.json' --no-must-find-files "sdk/machinelearning/**"
.vscode/cspell.json
where theignorePaths
is updated to remove the entry for this service.). You may need to rungit add -f .vscode/cspell.json
to force adding the changes to the file in git.Spell checking output
The text was updated successfully, but these errors were encountered: