Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (#25374)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <[email protected]>
  • Loading branch information
azure-powershell-bot and azurepowershell authored Jun 26, 2024
1 parent bc7331a commit e213c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/StaticAnalysis/CmdletDiffAnalyzer/CmdletDiffAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void Analyze(
string moduleName = psd1FileName.Replace(".psd1", "");
Directory.SetCurrentDirectory(directory);

Console.WriteLine("Analyzing module: {0}", moduleName);
Console.WriteLine($"[{nameof(CmdletDiffAnalyzer)}] Analyzing module: {0}", moduleName);
processedHelpFiles.Add(moduleName);

var newModuleMetadata = MetadataLoader.GetModuleMetadata(moduleName);
Expand Down Expand Up @@ -855,4 +855,4 @@ string GetSimplifiedOutputTypeName(OutputMetadata outputMetadata)
return outputTypeName;
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"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"

0 comments on commit e213c2a

Please sign in to comment.