Skip to content

Commit

Permalink
fix(network): cspell errors due to swagger definitions
Browse files Browse the repository at this point in the history
The cspell errors in `Network` SDK are due to the problematic naming in `Network` swagger definitions. We can hardly fix those, so put them into the ignore list.

resolve Azure#23184
  • Loading branch information
archerzz committed Sep 17, 2021

Verified

This commit was signed with the committer’s verified signature.
juliusvonkohout Julius von Kohout
1 parent 44ce01c commit 9bfaee2
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,6 @@
"sdk/machinelearningservices/*/api/*.cs",
"sdk/modelsrepository/*/api/*.cs",
"sdk/monitor/*/api/*.cs",
"sdk/network/*/api/*.cs",
"sdk/objectanchors/*/api/*.cs",
"sdk/purview/*/api/*.cs",
"sdk/remoterendering/*/api/*.cs",
@@ -101,6 +100,34 @@
"filename": "**/sdk/formrecognizer/**/*.cs",
"words": ["ZhHant"]
},
{
"filename": "**/sdk/network/**/*.cs",
"words": [
"Ddos",
"ddos",
"Dscp",
"dscp",
"Mbps",
"Snat",
"Nics",
"Fqdns",
"Unprepare",
"Skus",
"WAFV",
"Eapmscha",
"Eaptls",
"TLSDHEDSS",
"TLSDHERSA",
"Dnat",
"Azfw",
"Vxlan",
"Ipconfiguration",
"Owasp",
"Conditon",
"Pfsmm",
"Sstp"
]
},
{
"filename": "**/sdk/keyvault/**/*.cs",
"words": [

0 comments on commit 9bfaee2

Please sign in to comment.