Skip to content

sdk/purview/azure-analytics-purview-administration - cspell found spelling errors in package #31630

Description

@jairmyree

Spell check scanning of package at sdk/purview/azure-analytics-purview-administration detected spelling errors in the public API surface. This directory is opted out of PR spell checking in PR #31526 to keep PRs unblocked.

What to do

  1. Ensure Node.js is installed (https://nodejs.org/en/download/).
  2. Delete the entry in .vscode/cspell.json's ignorePaths field. It will look like: sdk/purview/azure-analytics-purview-administration/**. You need to do this to enable checking the files.
  3. From the root of the repo run spell check using ./eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/purview/azure-analytics-purview-administration/**"
  4. Fix detections according to http://aka.ms/azsdk/engsys/spellcheck use the "False positives" section to fix false positives
  5. 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

./sdk/purview/azure-analytics-purview-administration/src/samples/java/com/azure/analytics/purview/administration/generated/MetadataPolicyUpdate.java:26:703 - Unknown word (myparentcollection)
./sdk/purview/azure-analytics-purview-administration/src/samples/java/com/azure/analytics/purview/administration/generated/MetadataPolicyUpdate.java:26:1102 - Unknown word (myparentcollection)
./sdk/purview/azure-analytics-purview-administration/src/samples/java/com/azure/analytics/purview/administration/generated/MetadataPolicyUpdate.java:26:1509 - Unknown word (myparentcollection)
./sdk/purview/azure-analytics-purview-administration/src/samples/java/com/azure/analytics/purview/administration/generated/ResourceSetRulesCreateOrUpdateResourceSetRule.java:24:5588 - Unknown word (XLSB)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Spelling

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions