Skip to content

Commit

Permalink
[Storage] Public API spell check. (#22205)
Browse files Browse the repository at this point in the history
* spell check

* wip
  • Loading branch information
kasobol-msft authored Jun 25, 2021
1 parent 4cf14a6 commit 6af7063
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,21 @@
{
"filename": "**/eng/pipelines/templates/jobs/ci.yml",
"words": ["warnaserror"]
},
{
"filename": "**/sdk/storage/**/*.cs",
"words": [
"Aadds",
"Deprovisioning",
"Gzrs",
"Ntfs",
"Posix",
"Ragrs",
"Ragzrs",
"Rehydrated",
"Skus",
"Undelete"
]
}
],
"allowCompoundWords": true
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: storage
SpellCheckPublicApiSurface: true
ArtifactName: packages
Artifacts:
- name: Azure.Storage.Blobs
Expand Down

0 comments on commit 6af7063

Please sign in to comment.