Skip to content

Fix cspell-lint failure by scoping Azure AI Training vocabulary to extension dictionary#8225

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-cspell-lint-job
Draft

Fix cspell-lint failure by scoping Azure AI Training vocabulary to extension dictionary#8225
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-cspell-lint-job

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

The cspell-lint Actions job (cspell-ext) failed on the azure.ai.training extension due to unrecognized domain-specific terms in both design docs and Go sources.
This change resolves the failure by adding the missing extension vocabulary to the extension-local cspell config.

  • Root cause

    • cspell-ext runs with cli/azd/.vscode/cspell.yaml and cascades into per-extension configs; azure.ai.training/cspell.yaml lacked many terms used by this extension.
  • Change made

    • Expanded cli/azd/extensions/azure.ai.training/cspell.yaml words: list with training-specific terminology and identifiers (ML terms, Azure resource naming patterns, API field names, and extension-specific tokens).
  • Scope control

    • Kept the fix local to azure.ai.training dictionary instead of broadening global dictionaries, so spelling exceptions remain extension-scoped.
# cli/azd/extensions/azure.ai.training/cspell.yaml
words:
  - serviceinstances
  - safetensors
  - openmpi
  - cudnn
  - sklearn
  - workspaceblobstore
  - experimentids
  - FINETUNING

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dario.cat
    • Triggering command: /dependabot-proxy /dependabot-proxy (dns block)
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)
  • go.lsp.dev
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)
  • go.opentelemetry.io
    • Triggering command: /dependabot-proxy /dependabot-proxy (dns block)
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)
  • go.uber.org
    • Triggering command: /dependabot-proxy /dependabot-proxy (dns block)
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)
  • go.yaml.in
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)
  • google.golang.org
    • Triggering command: /dependabot-proxy /dependabot-proxy (dns block)
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)
  • gopkg.in
    • Triggering command: /dependabot-proxy /dependabot-proxy (dns block)
    • Triggering command: /dependabot-proxy /dependabot-proxy -d 172.18.0.0/16 -j DROP /tmp/runc-shim-error.log test /usr/bin/bash lobalSign_ECC_Robash basename n/git-credential--root bash /usr�� --root /var/run/docker/--log-format /usr/bin/ln d2a12c3a9684bc81/usr/sbin/iptables --log-format json ln (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Fix failing GitHub Actions job cspell-lint Fix cspell-lint failure by scoping Azure AI Training vocabulary to extension dictionary May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants