diff --git a/.azure-pipelines/sync-aliases.yml b/.azure-pipelines/sync-aliases.yml index 08389137da9d..e82f1d9e78ea 100644 --- a/.azure-pipelines/sync-aliases.yml +++ b/.azure-pipelines/sync-aliases.yml @@ -35,7 +35,7 @@ jobs: displayName: Install PowerShell 7.4.x - pwsh: | - dotnet tool run pwsh -NoLogo -NoProfile -NonInteractive -File "./tools/Github/ParseServiceContactsList.ps1 -AccessToken $env:SYSTEM_ACCESSTOKEN" + dotnet tool run pwsh -NoLogo -NoProfile -NonInteractive -File ./tools/Github/ParseServiceContactsList.ps1 -AccessToken $env:SYSTEM_ACCESSTOKEN env: SYSTEM_ACCESSTOKEN: $(System.AccessToken) displayName: Update resourceManagement.yml file locally diff --git a/tools/StaticAnalysis/Exceptions/Az.NewRelic/UXMetadataIssues.csv b/tools/StaticAnalysis/Exceptions/Az.NewRelic/UXMetadataIssues.csv deleted file mode 100644 index fa426460b508..000000000000 --- a/tools/StaticAnalysis/Exceptions/Az.NewRelic/UXMetadataIssues.csv +++ /dev/null @@ -1,3 +0,0 @@ -"Module","Severity","ResourceType","SubResourceType","Command","Description" -"Az.NewRelic","1","NewRelic.Observability","monitors-monitoredSubscriptions","Get-AzNewRelicMonitoredSubscription","configurationName is defined in path but cannot find in example" -"Az.NewRelic","1","NewRelic.Observability","monitors-monitoredSubscriptions","Remove-AzNewRelicMonitoredSubscription","configurationName is defined in path but cannot find in example" \ No newline at end of file