Skip to content

Commit 211983b

Browse files
committed
Add exceptions for false positive breaking changes
1 parent 14556fd commit 211983b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.RemoveAzureNetworkWatcherPacketCaptureCommand","Remove-AzureRmNetworkWatcherPacketCapture","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'ResourceGroupName' for cmdlet 'Remove-AzureRmNetworkWatcherPacketCapture'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'ResourceGroupName'."
3939
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.StopAzureNetworkWatcherPacketCaptureCommand","Stop-AzureRmNetworkWatcherPacketCapture","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'NetworkWatcherName' for cmdlet 'Stop-AzureRmNetworkWatcherPacketCapture'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'NetworkWatcherName'."
4040
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.StopAzureNetworkWatcherPacketCaptureCommand","Stop-AzureRmNetworkWatcherPacketCapture","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'ResourceGroupName' for cmdlet 'Stop-AzureRmNetworkWatcherPacketCapture'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'ResourceGroupName'."
41+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.SetAzureVirtualNetworkGatewayCommand","Set-AzureRmVirtualNetworkGateway","0","2100","The parameter 'VirtualNetworkGateway' in cmdlet 'Set-AzureRmVirtualNetworkGateway' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'VirtualNetworkGateway' back to the parameter set '__AllParameterSets'."
42+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2100","The parameter 'Name' in cmdlet 'New-AzureRmVirtualNetworkGateway' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Name' back to the parameter set '__AllParameterSets'."
43+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2100","The parameter 'ResourceGroupName' in cmdlet 'New-AzureRmVirtualNetworkGateway' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ResourceGroupName' back to the parameter set '__AllParameterSets'."
44+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2100","The parameter 'Location' in cmdlet 'New-AzureRmVirtualNetworkGateway' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Location' back to the parameter set '__AllParameterSets'."
45+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2100","The parameter 'Name' in cmdlet 'New-AzureRmVirtualNetworkGateway' is no longer in the parameter set 'SetByResource'.","Add parameter 'Name' back to the parameter set 'SetByResource'."
46+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2100","The parameter 'ResourceGroupName' in cmdlet 'New-AzureRmVirtualNetworkGateway' is no longer in the parameter set 'SetByResource'.","Add parameter 'ResourceGroupName' back to the parameter set 'SetByResource'."
47+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2100","The parameter 'Location' in cmdlet 'New-AzureRmVirtualNetworkGateway' is no longer in the parameter set 'SetByResource'.","Add parameter 'Location' back to the parameter set 'SetByResource'."
48+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.SetAzureVirtualNetworkGatewayVpnClientConfigCommand","Set-AzureRmVirtualNetworkGatewayVpnClientConfig","0","2100","The parameter 'VirtualNetworkGateway' in cmdlet 'Set-AzureRmVirtualNetworkGatewayVpnClientConfig' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'VirtualNetworkGateway' back to the parameter set '__AllParameterSets'."
49+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.SetAzureVirtualNetworkGatewayVpnClientConfigCommand","Set-AzureRmVirtualNetworkGatewayVpnClientConfig","0","2100","The parameter 'VpnClientAddressPool' in cmdlet 'Set-AzureRmVirtualNetworkGatewayVpnClientConfig' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'VpnClientAddressPool' back to the parameter set '__AllParameterSets'."
4150
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3040","The generic type argument for 'parameter NetworkInterface' has been changed from 'Microsoft.Azure.Commands.Network.Models.PSNetworkInterface' to 'Microsoft.Azure.Management.Internal.Network.Common.INetworkInterfaceReference'.","Change the generic type argument for 'parameter NetworkInterface' back to 'Microsoft.Azure.Commands.Network.Models.PSNetworkInterface'."
4251
"Microsoft.Azure.Commands.Resources.dll","Microsoft.Azure.Commands.ActiveDirectory.GetAzureADAppCredentialCommand","Get-AzureRmADAppCredential","0","1020","The cmdlet 'Get-AzureRmADAppCredential' no longer has output type 'PSADCredential'.","Make cmdlet 'Get-AzureRmADAppCredential' return type 'PSADCredential'."
4352
"Microsoft.Azure.Commands.Resources.dll","Microsoft.Azure.Commands.ActiveDirectory.GetAzureADApplicationCommand","Get-AzureRmADApplication","0","1020","The cmdlet 'Get-AzureRmADApplication' no longer has output type 'List'.","Make cmdlet 'Get-AzureRmADApplication' return type 'List'."

0 commit comments

Comments
 (0)