Skip to content

Commit

Permalink
Update Logging Functions (#31374)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Nov 6, 2024
1 parent b4c2f06 commit 7dfd170
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 87 deletions.
84 changes: 0 additions & 84 deletions eng/scripts/Logging-Functions.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion eng/scripts/Swagger-Prettier-Check.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param (
Set-StrictMode -Version 3

. $PSScriptRoot/ChangedFiles-Functions.ps1
. $PSScriptRoot/Logging-Functions.ps1
. $PSScriptRoot/../common/scripts/logging.ps1

$repoPath = Resolve-Path "$PSScriptRoot/../.."
$pathsWithErrors = @()
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/TypeSpec-Requirement.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param (
Set-StrictMode -Version 3

. $PSScriptRoot/ChangedFiles-Functions.ps1
. $PSScriptRoot/Logging-Functions.ps1
. $PSScriptRoot/../common/scripts/logging.ps1
. $PSScriptRoot/Suppressions-Functions.ps1

function Get-ValidatedSuppression {
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/TypeSpec-Validation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ($TotalShards -gt 0 -and $Shard -ge $TotalShards) {
throw "Shard ($Shard) must be less than TotalShards ($TotalShards)"
}

. $PSScriptRoot/Logging-Functions.ps1
. $PSScriptRoot/../common/scripts/logging.ps1
. $PSScriptRoot/Suppressions-Functions.ps1
. $PSScriptRoot/Array-Functions.ps1

Expand Down

0 comments on commit 7dfd170

Please sign in to comment.