Skip to content

Commit cc05690

Browse files
authored
fix(network): cspell errors due to swagger definitions (Azure#24073)
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
1 parent b0d2e7a commit cc05690

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.vscode/cspell.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"sdk/machinelearningservices/*/api/*.cs",
4444
"sdk/modelsrepository/*/api/*.cs",
4545
"sdk/monitor/*/api/*.cs",
46-
"sdk/network/*/api/*.cs",
4746
"sdk/objectanchors/*/api/*.cs",
4847
"sdk/purview/*/api/*.cs",
4948
"sdk/remoterendering/*/api/*.cs",
@@ -109,6 +108,34 @@
109108
"filename": "**/sdk/formrecognizer/**/*.cs",
110109
"words": ["ZhHant"]
111110
},
111+
{
112+
"filename": "**/sdk/network/**/*.cs",
113+
"words": [
114+
"Ddos",
115+
"ddos",
116+
"Dscp",
117+
"dscp",
118+
"Mbps",
119+
"Snat",
120+
"Nics",
121+
"Fqdns",
122+
"Unprepare",
123+
"Skus",
124+
"WAFV",
125+
"Eapmscha",
126+
"Eaptls",
127+
"TLSDHEDSS",
128+
"TLSDHERSA",
129+
"Dnat",
130+
"Azfw",
131+
"Vxlan",
132+
"Ipconfiguration",
133+
"Owasp",
134+
"Conditon",
135+
"Pfsmm",
136+
"Sstp"
137+
]
138+
},
112139
{
113140
"filename": "**/sdk/keyvault/**/*.cs",
114141
"words": [

0 commit comments

Comments
 (0)