Skip to content

Commit 383805f

Browse files
committed
Supressing exceptions for announced breaking changes.
1 parent a354ad6 commit 383805f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmMetricAlertRuleCommand","Add-AzureRmMetricAlertRule","0","3040","The generic type argument for 'parameter Actions' has been changed from 'Microsoft.Azure.Management.Insights.Models.RuleAction' to 'Microsoft.Azure.Management.Monitor.Management.Models.RuleAction'.","Change the generic type argument for 'parameter Actions' back to 'Microsoft.Azure.Management.Insights.Models.RuleAction'."
102102
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmLogAlertRuleCommand","Add-AzureRmLogAlertRule","0","3040","The generic type argument for 'parameter Actions' has been changed from 'Microsoft.Azure.Management.Insights.Models.RuleAction' to 'Microsoft.Azure.Management.Monitor.Management.Models.RuleAction'.","Change the generic type argument for 'parameter Actions' back to 'Microsoft.Azure.Management.Insights.Models.RuleAction'."
103103
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmWebtestAlertRuleCommand","Add-AzureRmWebtestAlertRule","0","3040","The generic type argument for 'parameter Actions' has been changed from 'Microsoft.Azure.Management.Insights.Models.RuleAction' to 'Microsoft.Azure.Management.Monitor.Management.Models.RuleAction'.","Change the generic type argument for 'parameter Actions' back to 'Microsoft.Azure.Management.Insights.Models.RuleAction'."
104+
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Autoscale.AddAzureRmAutoscaleSettingCommand","Add-AzureRmAutoscaleSetting","0","1020","The cmdlet 'Add-AzureRmAutoscaleSetting' no longer has output type 'AzureOperationResponse'.","Make cmdlet 'Add-AzureRmAutoscaleSetting' return type 'AzureOperationResponse'."
105+
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmMetricAlertRuleCommand","Add-AzureRmMetricAlertRule","0","1020","The cmdlet 'Add-AzureRmMetricAlertRule' no longer has output type 'List'.","Make cmdlet 'Add-AzureRmMetricAlertRule' return type 'List'."
106+
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmLogAlertRuleCommand","Add-AzureRmLogAlertRule","0","1020","The cmdlet 'Add-AzureRmLogAlertRule' no longer has output type 'List'.","Make cmdlet 'Add-AzureRmLogAlertRule' return type 'List'."
107+
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmWebtestAlertRuleCommand","Add-AzureRmWebtestAlertRule","0","1020","The cmdlet 'Add-AzureRmWebtestAlertRule' no longer has output type 'List'.","Make cmdlet 'Add-AzureRmWebtestAlertRule' return type 'List'."
104108
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVaultKey","Remove-AzureKeyVaultKey","0","1020","The cmdlet 'Remove-AzureKeyVaultKey' no longer has output type 'KeyBundle'.","Make cmdlet 'Remove-AzureKeyVaultKey' return type 'KeyBundle'."
105109
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVaultSecret","Remove-AzureKeyVaultSecret","0","1020","The cmdlet 'Remove-AzureKeyVaultSecret' no longer has output type 'Secret'.","Make cmdlet 'Remove-AzureKeyVaultSecret' return type 'Secret'."
106110
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVault","Remove-AzureRmKeyVault","0","2100","The parameter 'ResourceGroupName' in cmdlet 'Remove-AzureRmKeyVault' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ResourceGroupName' back to the parameter set '__AllParameterSets'."

0 commit comments

Comments
 (0)