Skip to content

Commit 945b85c

Browse files
azure-powershell-botazurepowershell
andauthored
Sync tools folder from main branch to generation branch (#24719)
Co-authored-by: azurepowershell <[email protected]>
1 parent 0b1f7d9 commit 945b85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ try {
196196
# Prevent EOL changes detected
197197
git config --global core.safecrlf false
198198
git config --global core.autocrlf true
199-
$diff = git diff
199+
$diff = git diff ".\Generated"
200200
if($diff -ne $null){
201201
$changes = $changes.replace(" ", "`n")
202202
$ExceptionList += [GeneratedSdkIssue]@{

0 commit comments

Comments
 (0)