Skip to content

Commit

Permalink
Suppress breaking change exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne committed May 2, 2017
1 parent 6c56d55 commit 2bbb4a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@
"Microsoft.Azure.Commands.MachineLearning.dll","Microsoft.Azure.Commands.MachineLearning.RemoveAzureMLWebService","Remove-AzureRmMlWebService","0","3000","The type of property 'LocationInfo' of type 'AssetItem' has changed from 'Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation' to 'Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation'.","Change the type of property 'LocationInfo' back to 'Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation'."
"Microsoft.Azure.Commands.MachineLearning.dll","Microsoft.Azure.Commands.MachineLearning.RemoveAzureMLWebService","Remove-AzureRmMlWebService","0","3040","The generic type argument for 'property Parameters' has been changed from 'System.String' to 'Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter'.","Change the generic type argument for 'property Parameters' back to 'System.String'."
"Microsoft.Azure.Commands.MachineLearning.dll","Microsoft.Azure.Commands.MachineLearning.UpdateAzureMLWebService","Update-AzureRmMlWebService","0","3040","The generic type argument for 'property Parameters' has been changed from 'System.String' to 'Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter'.","Change the generic type argument for 'property Parameters' back to 'System.String'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoBackupConfigCommand","New-AzureVMSqlServerAutoBackupConfig","0","1000","The cmdlet 'New-AzureVMSqlServerAutoBackupConfig' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzureVMSqlServerAutoBackupConfig' back to the module, or add an alias to the original cmdlet name."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoPatchingConfigCommand","New-AzureVMSqlServerAutoPatchingConfig","0","1000","The cmdlet 'New-AzureVMSqlServerAutoPatchingConfig' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzureVMSqlServerAutoPatchingConfig' back to the module, or add an alias to the original cmdlet name."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerKeyVaultCredentialConfigCommand","New-AzureVMSqlServerKeyVaultCredentialConfig","0","1000","The cmdlet 'New-AzureVMSqlServerKeyVaultCredentialConfig' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzureVMSqlServerKeyVaultCredentialConfig' back to the module, or add an alias to the original cmdlet name."
"Microsoft.Azure.Commands.Profile.dll","Microsoft.Azure.Commands.Profile.DisableAzureRmDataCollectionCommand","Disable-AzureRmDataCollection","0","1010","The cmdlet 'Disable-AzureRmDataCollection' no longer supports the alias 'Disable-AzureDataCollection'.","Add the alias 'Disable-AzureDataCollection back to the cmdlet 'Disable-AzureRmDataCollection'."
"Microsoft.Azure.Commands.Profile.dll","Microsoft.Azure.Commands.Profile.EnableAzureRmDataCollectionCommand","Enable-AzureRmDataCollection","0","1010","The cmdlet 'Enable-AzureRmDataCollection' no longer supports the alias 'Enable-AzureDataCollection'.","Add the alias 'Enable-AzureDataCollection back to the cmdlet 'Enable-AzureRmDataCollection'."

0 comments on commit 2bbb4a2

Please sign in to comment.