diff --git a/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv index c3fd37d93c95..a1a0997a9ce5 100644 --- a/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv @@ -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'." \ No newline at end of file