We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8128e4 commit a069787Copy full SHA for a069787
tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1
@@ -153,18 +153,6 @@ try {
153
Remediation = "Please determine autorest v4 in Readme file."
154
}
155
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
168
169
If (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null))
170
{
0 commit comments