Skip to content

Commit fec6fbb

Browse files
committed
Suppress false-positive breaking change exception for TrafficManager
1 parent 84d2f85 commit fec6fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,4 +1603,5 @@
16031603
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkCommand","New-AzureRmVirtualNetwork","0","3010","The property 'EnableDDoSProtection' of type 'Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork' has been removed.","Add the property 'EnableDDoSProtection' back to type 'Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork'."
16041604
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkCommand","New-AzureRmVirtualNetwork","0","3010","The property 'EnableDDoSProtectionText' of type 'Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork' has been removed.","Add the property 'EnableDDoSProtectionText' back to type 'Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork'."
16051605
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkCommand","New-AzureRmVirtualNetwork","0","2000","The cmdlet 'New-AzureRmVirtualNetwork' no longer supports the parameter 'EnableDDoSProtection' and no alias was found for the original parameter name.","Add the parameter 'EnableDDoSProtection' back to the cmdlet 'New-AzureRmVirtualNetwork', or add an alias to the original parameter name."
1606-
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkCommand","New-AzureRmVirtualNetwork","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzureRmVirtualNetwork' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzureRmVirtualNetwork'."
1606+
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkCommand","New-AzureRmVirtualNetwork","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzureRmVirtualNetwork' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzureRmVirtualNetwork'."
1607+
"Microsoft.Azure.Commands.TrafficManager.dll","Microsoft.Azure.Commands.TrafficManager.GetAzureTrafficManagerProfile","Get-AzureRmTrafficManagerProfile","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Get-AzureRmTrafficManagerProfile' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Get-AzureRmTrafficManagerProfile'."

0 commit comments

Comments
 (0)