Skip to content

Commit f161741

Browse files
committed
Adding breaking changes to BreakingChangeIssues.csv
1 parent 4885905 commit f161741

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,20 @@
435435
"D:\workspace\powershell-sign\src\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.AddAzureNetworkSecurityRuleConfigCommand","Add-AzureRmNetworkSecurityRuleConfig","0","2020","The cmdlet 'Add-AzureRmNetworkSecurityRuleConfig' no longer supports the type 'System.String' for parameter 'DestinationPortRange'.","Change the type for parameter 'DestinationPortRange' back to 'System.String'."
436436
"D:\workspace\powershell-sign\src\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.AddAzureNetworkSecurityRuleConfigCommand","Add-AzureRmNetworkSecurityRuleConfig","0","2020","The cmdlet 'Add-AzureRmNetworkSecurityRuleConfig' no longer supports the type 'System.String' for parameter 'SourceAddressPrefix'.","Change the type for parameter 'SourceAddressPrefix' back to 'System.String'."
437437
"D:\workspace\powershell-sign\src\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.AddAzureNetworkSecurityRuleConfigCommand","Add-AzureRmNetworkSecurityRuleConfig","0","2020","The cmdlet 'Add-AzureRmNetworkSecurityRuleConfig' no longer supports the type 'System.String' for parameter 'DestinationAddressPrefix'.","Change the type for parameter 'DestinationAddressPrefix' back to 'System.String'."
438+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsDataSource","Get-AzureRmDataLakeAnalyticsDataSource","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSStorageAccountInfo' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSStorageAccountInfo'."
439+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsDataSource","Get-AzureRmDataLakeAnalyticsDataSource","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeStoreAccountInfo' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeStoreAccountInfo'."
440+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsJob","Get-AzureRmDataLakeAnalyticsJob","0","1020","The cmdlet 'Get-AzureRmDataLakeAnalyticsJob' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation]'.","Make cmdlet 'Get-AzureRmDataLakeAnalyticsJob' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation]'."
441+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsAccount","Get-AzureRmDataLakeAnalyticsAccount","0","1020","The cmdlet 'Get-AzureRmDataLakeAnalyticsAccount' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount]'.","Make cmdlet 'Get-AzureRmDataLakeAnalyticsAccount' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount]'."
442+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsAccount","Get-AzureRmDataLakeAnalyticsAccount","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeAnalyticsAccount' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeAnalyticsAccount'."
443+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsAccount","Get-AzureRmDataLakeAnalyticsAccount","0","3030","The generic type for 'property DataLakeStoreAccounts' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeStoreAccountInfo]'. ","Change the generic type for 'property DataLakeStoreAccounts' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo]'."
444+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.GetAzureDataLakeAnalyticsAccount","Get-AzureRmDataLakeAnalyticsAccount","0","3030","The generic type for 'property StorageAccounts' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSStorageAccountInfo]'. ","Change the generic type for 'property StorageAccounts' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo]'."
445+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.NewAzureDataLakeAnalyticsAccount","New-AzureRmDataLakeAnalyticsAccount","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeAnalyticsAccount' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeAnalyticsAccount'."
446+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.NewAzureDataLakeAnalyticsAccount","New-AzureRmDataLakeAnalyticsAccount","0","3030","The generic type for 'property DataLakeStoreAccounts' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeStoreAccountInfo]'. ","Change the generic type for 'property DataLakeStoreAccounts' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo]'."
447+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.NewAzureDataLakeAnalyticsAccount","New-AzureRmDataLakeAnalyticsAccount","0","3030","The generic type for 'property StorageAccounts' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSStorageAccountInfo]'. ","Change the generic type for 'property StorageAccounts' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo]'."
448+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.SetAzureDataLakeAnalyticsAccount","Set-AzureRmDataLakeAnalyticsAccount","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeAnalyticsAccount' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeAnalyticsAccount'."
449+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.SetAzureDataLakeAnalyticsAccount","Set-AzureRmDataLakeAnalyticsAccount","0","3030","The generic type for 'property DataLakeStoreAccounts' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSDataLakeStoreAccountInfo]'. ","Change the generic type for 'property DataLakeStoreAccounts' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo]'."
450+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.SetAzureDataLakeAnalyticsAccount","Set-AzureRmDataLakeAnalyticsAccount","0","3030","The generic type for 'property StorageAccounts' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSStorageAccountInfo]'. ","Change the generic type for 'property StorageAccounts' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo]'."
451+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.GetAzureDataLakeStoreAccount","Get-AzureRmDataLakeStoreAccount","0","1020","The cmdlet 'Get-AzureRmDataLakeStoreAccount' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount]'.","Make cmdlet 'Get-AzureRmDataLakeStoreAccount' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount]'."
452+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.GetAzureDataLakeStoreAccount","Get-AzureRmDataLakeStoreAccount","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount'."
453+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.NewAzureDataLakeStoreAccount","New-AzureRmDataLakeStoreAccount","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount'."
454+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.SetAzureDataLakeStoreAccount","Set-AzureRmDataLakeStoreAccount","0","3010","The property 'Properties' of type 'Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount' has been removed.","Add the property 'Properties' back to type 'Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount'."

0 commit comments

Comments
 (0)