Skip to content

Commit 4ef5ba3

Browse files
committed
Updated DLL names/paths for Az StaticAnalysis exceptions. Removed full path from signature issues.
1 parent 34506db commit 4ef5ba3

File tree

92 files changed

+2123
-2123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2123
-2123
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2-
"Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.GetAzureRmAks","Get-AzureRmAks","0","1020","The cmdlet 'Get-AzureRmAks' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster]'.","Make cmdlet 'Get-AzureRmAks' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster]'."
2+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.GetAzureRmAks","Get-AzureRmAks","0","1020","The cmdlet 'Get-AzureRmAks' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster]'.","Make cmdlet 'Get-AzureRmAks' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster]'."
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Aks\Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.GetAzureRmAks","Get-AzureRmAks","1","8400","Get-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
3-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Aks\Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.NewAzureRmAks","New-AzureRmAks","1","8400","New-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
4-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Aks\Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.RemoveAzureRmAks","Remove-AzureRmAks","1","8400","Remove-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
5-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Aks\Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.SetAzureRmAks","Set-AzureRmAks","1","8400","Set-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
6-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Aks\Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.StartAzureRmAksDashboard","Start-AzureRmAksDashboard","1","8100","Start-AzureRmAksDashboard Does not support ShouldProcess but the cmdlet verb Start indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
7-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Aks\Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.StopAzureRmAksDashboard","Stop-AzureRmAksDashboard","1","8100","Stop-AzureRmAksDashboard Does not support ShouldProcess but the cmdlet verb Stop indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
2+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.GetAzureRmAks","Get-AzureRmAks","1","8400","Get-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
3+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.NewAzureRmAks","New-AzureRmAks","1","8400","New-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
4+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.RemoveAzureRmAks","Remove-AzureRmAks","1","8400","Remove-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
5+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.SetAzureRmAks","Set-AzureRmAks","1","8400","Set-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
6+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.StartAzureRmAksDashboard","Start-AzureRmAksDashboard","1","8100","Start-AzureRmAksDashboard Does not support ShouldProcess but the cmdlet verb Start indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
7+
"Microsoft.Azure.PowerShell.Cmdlets.Aks.dll","Microsoft.Azure.Commands.Aks.StopAzureRmAksDashboard","Stop-AzureRmAksDashboard","1","8100","Stop-AzureRmAksDashboard Does not support ShouldProcess but the cmdlet verb Stop indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2-
"Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.GetAzureAnalysisServicesServer","Get-AzureRmAnalysisServicesServer","0","1020","The cmdlet 'Get-AzureRmAnalysisServicesServer' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer]'.","Make cmdlet 'Get-AzureRmAnalysisServicesServer' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer]'."
3-
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll","Microsoft.Azure.Commands.AnalysisServices.Dataplane.SynchronizeAzureAzureAnalysisServer","Sync-AzureAnalysisServicesInstance","0","1020","The cmdlet 'Sync-AzureAnalysisServicesInstance' no longer has output type 'Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails[]'.","Make cmdlet 'Sync-AzureAnalysisServicesInstance' return type 'Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails[]'."
2+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.GetAzureAnalysisServicesServer","Get-AzureRmAnalysisServicesServer","0","1020","The cmdlet 'Get-AzureRmAnalysisServicesServer' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer]'.","Make cmdlet 'Get-AzureRmAnalysisServicesServer' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer]'."
3+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane.dll","Microsoft.Azure.Commands.AnalysisServices.Dataplane.SynchronizeAzureAzureAnalysisServer","Sync-AzureAnalysisServicesInstance","0","1020","The cmdlet 'Sync-AzureAnalysisServicesInstance' no longer has output type 'Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails[]'.","Make cmdlet 'Sync-AzureAnalysisServicesInstance' return type 'Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails[]'."
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.NewAzureRmAnalysisServicesFirewallRule","New-AzureRmAnalysisServicesFirewallRule","1","8100","New-AzureRmAnalysisServicesFirewallRule Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
3-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.NewAzureRmAnalysisServicesFirewallConfig","New-AzureRmAnalysisServicesFirewallConfig","1","8100","New-AzureRmAnalysisServicesFirewallConfig Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
4-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set '__AllParameterSets' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
5-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set 'Default' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
6-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set 'DisableBackup' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
7-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set 'DisassociateGateway' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
8-
"C:\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.NewAnalysisServicesServer","New-AzureRmAnalysisServicesServer","1","8420","Parameter set '__AllParameterSets' of cmdlet 'New-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
2+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.NewAzureRmAnalysisServicesFirewallRule","New-AzureRmAnalysisServicesFirewallRule","1","8100","New-AzureRmAnalysisServicesFirewallRule Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
3+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.NewAzureRmAnalysisServicesFirewallConfig","New-AzureRmAnalysisServicesFirewallConfig","1","8100","New-AzureRmAnalysisServicesFirewallConfig Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
4+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set '__AllParameterSets' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
5+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set 'Default' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
6+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set 'DisableBackup' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
7+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.SetAzureAnalysisServicesServer","Set-AzureRmAnalysisServicesServer","1","8420","Parameter set 'DisassociateGateway' of cmdlet 'Set-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
8+
"Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll","Microsoft.Azure.Commands.AnalysisServices.NewAnalysisServicesServer","New-AzureRmAnalysisServicesServer","1","8420","Parameter set '__AllParameterSets' of cmdlet 'New-AzureRmAnalysisServicesServer' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."

0 commit comments

Comments
 (0)