Skip to content

Commit a069787

Browse files
authored
[ENG] Remove useless check in generated SDK Verifier (#27805)
1 parent f8128e4 commit a069787

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,6 @@ try {
153153
Remediation = "Please determine autorest v4 in Readme file."
154154
}
155155
}
156-
157-
If (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null))
158-
{
159-
$ExceptionList += [GeneratedSdkIssue]@{
160-
Module = $ModuleName;
161-
Sdk = $_;
162-
Severity = 1;
163-
ProblemId = $GenSdkChanged
164-
Description = "Failed to set [email protected] for $ModuleName."
165-
Remediation = ""
166-
}
167-
}
168156

169157
If (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null))
170158
{

0 commit comments

Comments
 (0)