Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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."
9 changes: 9 additions & 0 deletions tools/StaticAnalysis/Exceptions/Az.Ssh/ExampleIssues.csv
Original file line number Diff line number Diff line change
@@ -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."