diff --git a/tools/StaticAnalysis/Exceptions/Az.PowerBIEmbedded/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.PowerBIEmbedded/BreakingChangeIssues.csv new file mode 100644 index 000000000000..579b2484df5b --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.PowerBIEmbedded/BreakingChangeIssues.csv @@ -0,0 +1,7 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.PowerBIEmbedded","Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.GetWorkspace","Get-AzPowerBIWorkspace","0","1000","The cmdlet 'Get-AzPowerBIWorkspace' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzPowerBIWorkspace' back to the module, or add an alias to the original cmdlet name." +"Az.PowerBIEmbedded","Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.GetWorkspaceCollection","Get-AzPowerBIWorkspaceCollection","0","1000","The cmdlet 'Get-AzPowerBIWorkspaceCollection' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzPowerBIWorkspaceCollection' back to the module, or add an alias to the original cmdlet name." +"Az.PowerBIEmbedded","Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.GetWorkspaceCollectionAccessKeys","Get-AzPowerBIWorkspaceCollectionAccessKey","0","1000","The cmdlet 'Get-AzPowerBIWorkspaceCollectionAccessKey' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzPowerBIWorkspaceCollectionAccessKey' back to the module, or add an alias to the original cmdlet name." +"Az.PowerBIEmbedded","Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.NewWorkspaceCollection","New-AzPowerBIWorkspaceCollection","0","1000","The cmdlet 'New-AzPowerBIWorkspaceCollection' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzPowerBIWorkspaceCollection' back to the module, or add an alias to the original cmdlet name." +"Az.PowerBIEmbedded","Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.RemoveWorkspaceCollection","Remove-AzPowerBIWorkspaceCollection","0","1000","The cmdlet 'Remove-AzPowerBIWorkspaceCollection' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzPowerBIWorkspaceCollection' back to the module, or add an alias to the original cmdlet name." +"Az.PowerBIEmbedded","Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.ResetWorkspaceCollectionAccessKeys","Reset-AzPowerBIWorkspaceCollectionAccessKey","0","1000","The cmdlet 'Reset-AzPowerBIWorkspaceCollectionAccessKey' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Reset-AzPowerBIWorkspaceCollectionAccessKey' back to the module, or add an alias to the original cmdlet name." diff --git a/tools/StaticAnalysis/Exceptions/Az.Ssh/ExampleIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Ssh/ExampleIssues.csv new file mode 100644 index 000000000000..61a77777cb6b --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.Ssh/ExampleIssues.csv @@ -0,0 +1,9 @@ +"Module","Cmdlet","Example","Line","RuleName","ProblemId","Severity","Description","Extent","Remediation" +"Az.Ssh","Enter-AzVM","1","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","2","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine -LocalUser azureuser -PrivateKeyFile ./id_rsa -CertificateFile ./cert","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","3","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine -LocalUser azureuser -PrivateKeyFile ./id_rsa","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","4","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine -LocalUser azureuser","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","5","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -Ip 1.2.3.4","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","6","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine -ResourceType Microsoft.HybridCompute/machines","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","7","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine -PrivateKeyFile ./id_rsa -PublicKeyFile ./id_rsa.pub","Check the spell of Enter-AzVM." +"Az.Ssh","Enter-AzVM","8","1","Invalid_Cmdlet","5000","1","Enter-AzVM is not a valid command name.","Enter-AzVM -ResourceGroupName myRg -Name myMachine -LocalUser username -Rdp","Check the spell of Enter-AzVM."