Skip to content

Commit 9894c4d

Browse files
azure-sdkheaths
andauthored
Sync eng/common directory with azure-sdk-tools for PR 12588 (Azure#3247)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12588 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Heath Stewart <[email protected]>
1 parent 42cde41 commit 9894c4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/common/TestResources/TestResources-Helpers.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ function LintBicepFile([string] $path) {
185185
}
186186

187187
# Work around lack of config file override: https://github.com/Azure/bicep/issues/5013
188-
$output = bicep lint $path 2>&1
189-
190188
if ($useBicepCli) {
191189
$output = bicep lint $path 2>&1
192190
} else {

0 commit comments

Comments
 (0)