Skip to content

Commit 1eb8d47

Browse files
committed
Suppress the breaking changes by introducing PS object for return type.
1 parent db28276 commit 1eb8d47

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,43 @@
197197
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureVirtualNetworkGatewayCommand","New-AzureRmVirtualNetworkGateway","0","2020","The cmdlet 'New-AzureRmVirtualNetworkGateway' no longer supports the type 'System.UInt32' for parameter 'Asn'.","Change the type for parameter 'Asn' back to 'System.UInt32'."
198198
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureLocalNetworkGatewayCommand","New-AzureRmLocalNetworkGateway","0","2020","The cmdlet 'New-AzureRmLocalNetworkGateway' no longer supports the type 'System.UInt32' for parameter 'Asn'.","Change the type for parameter 'Asn' back to 'System.UInt32'."
199199
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.SetAzureLocalNetworkGatewayCommand","Set-AzureRmLocalNetworkGateway","0","2020","The cmdlet 'Set-AzureRmLocalNetworkGateway' no longer supports the type 'System.UInt32' for parameter 'Asn'.","Change the type for parameter 'Asn' back to 'System.UInt32'."
200-
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.ResetAzureVirtualNetworkGatewayConnectionSharedKeyCommand","Reset-AzureRmVirtualNetworkGatewayConnectionSharedKey","0","2020","The cmdlet 'Reset-AzureRmVirtualNetworkGatewayConnectionSharedKey' no longer supports the type 'System.UInt32' for parameter 'KeyLength'.","Change the type for parameter 'KeyLength' back to 'System.UInt32'."
200+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.ResetAzureVirtualNetworkGatewayConnectionSharedKeyCommand","Reset-AzureRmVirtualNetworkGatewayConnectionSharedKey","0","2020","The cmdlet 'Reset-AzureRmVirtualNetworkGatewayConnectionSharedKey' no longer supports the type 'System.UInt32' for parameter 'KeyLength'.","Change the type for parameter 'KeyLength' back to 'System.UInt32'."
201+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand","Add-AzureRmContainerServiceAgentPoolProfile","0","1020","The cmdlet 'Add-AzureRmContainerServiceAgentPoolProfile' no longer has output type 'Microsoft.Azure.Management.Compute.Models.ContainerService'.","Make cmdlet 'Add-AzureRmContainerServiceAgentPoolProfile' return type 'Microsoft.Azure.Management.Compute.Models.ContainerService'."
202+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand","Add-AzureRmContainerServiceAgentPoolProfile","0","2020","The cmdlet 'Add-AzureRmContainerServiceAgentPoolProfile' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.ContainerService' for parameter 'ContainerService'.","Change the type for parameter 'ContainerService' back to 'Microsoft.Azure.Management.Compute.Models.ContainerService'."
203+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmContainerServiceConfigCommand","New-AzureRmContainerServiceConfig","0","1020","The cmdlet 'New-AzureRmContainerServiceConfig' no longer has output type 'Microsoft.Azure.Management.Compute.Models.ContainerService'.","Make cmdlet 'New-AzureRmContainerServiceConfig' return type 'Microsoft.Azure.Management.Compute.Models.ContainerService'."
204+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmContainerServiceAgentPoolProfileCommand","Remove-AzureRmContainerServiceAgentPoolProfile","0","1020","The cmdlet 'Remove-AzureRmContainerServiceAgentPoolProfile' no longer has output type 'Microsoft.Azure.Management.Compute.Models.ContainerService'.","Make cmdlet 'Remove-AzureRmContainerServiceAgentPoolProfile' return type 'Microsoft.Azure.Management.Compute.Models.ContainerService'."
205+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmContainerServiceAgentPoolProfileCommand","Remove-AzureRmContainerServiceAgentPoolProfile","0","2020","The cmdlet 'Remove-AzureRmContainerServiceAgentPoolProfile' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.ContainerService' for parameter 'ContainerService'.","Change the type for parameter 'ContainerService' back to 'Microsoft.Azure.Management.Compute.Models.ContainerService'."
206+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmImageDataDiskCommand","Add-AzureRmImageDataDisk","0","1020","The cmdlet 'Add-AzureRmImageDataDisk' no longer has output type 'Microsoft.Azure.Management.Compute.Models.Image'.","Make cmdlet 'Add-AzureRmImageDataDisk' return type 'Microsoft.Azure.Management.Compute.Models.Image'."
207+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmImageDataDiskCommand","Add-AzureRmImageDataDisk","0","2020","The cmdlet 'Add-AzureRmImageDataDisk' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.Image' for parameter 'Image'.","Change the type for parameter 'Image' back to 'Microsoft.Azure.Management.Compute.Models.Image'."
208+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmImageConfigCommand","New-AzureRmImageConfig","0","1020","The cmdlet 'New-AzureRmImageConfig' no longer has output type 'Microsoft.Azure.Management.Compute.Models.Image'.","Make cmdlet 'New-AzureRmImageConfig' return type 'Microsoft.Azure.Management.Compute.Models.Image'."
209+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmImageDataDiskCommand","Remove-AzureRmImageDataDisk","0","1020","The cmdlet 'Remove-AzureRmImageDataDisk' no longer has output type 'Microsoft.Azure.Management.Compute.Models.Image'.","Make cmdlet 'Remove-AzureRmImageDataDisk' return type 'Microsoft.Azure.Management.Compute.Models.Image'."
210+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmImageDataDiskCommand","Remove-AzureRmImageDataDisk","0","2020","The cmdlet 'Remove-AzureRmImageDataDisk' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.Image' for parameter 'Image'.","Change the type for parameter 'Image' back to 'Microsoft.Azure.Management.Compute.Models.Image'."
211+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmImageOsDiskCommand","Set-AzureRmImageOsDisk","0","1020","The cmdlet 'Set-AzureRmImageOsDisk' no longer has output type 'Microsoft.Azure.Management.Compute.Models.Image'.","Make cmdlet 'Set-AzureRmImageOsDisk' return type 'Microsoft.Azure.Management.Compute.Models.Image'."
212+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmImageOsDiskCommand","Set-AzureRmImageOsDisk","0","2020","The cmdlet 'Set-AzureRmImageOsDisk' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.Image' for parameter 'Image'.","Change the type for parameter 'Image' back to 'Microsoft.Azure.Management.Compute.Models.Image'."
213+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssAdditionalUnattendContentCommand","Add-AzureRmVmssAdditionalUnattendContent","0","1020","The cmdlet 'Add-AzureRmVmssAdditionalUnattendContent' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssAdditionalUnattendContent' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
214+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssAdditionalUnattendContentCommand","Add-AzureRmVmssAdditionalUnattendContent","0","2020","The cmdlet 'Add-AzureRmVmssAdditionalUnattendContent' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
215+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssDataDiskCommand","Add-AzureRmVmssDataDisk","0","1020","The cmdlet 'Add-AzureRmVmssDataDisk' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssDataDisk' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
216+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssDataDiskCommand","Add-AzureRmVmssDataDisk","0","2020","The cmdlet 'Add-AzureRmVmssDataDisk' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
217+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssExtensionCommand","Add-AzureRmVmssExtension","0","1020","The cmdlet 'Add-AzureRmVmssExtension' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssExtension' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
218+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssExtensionCommand","Add-AzureRmVmssExtension","0","2020","The cmdlet 'Add-AzureRmVmssExtension' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
219+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssNetworkInterfaceConfigurationCommand","Add-AzureRmVmssNetworkInterfaceConfiguration","0","1020","The cmdlet 'Add-AzureRmVmssNetworkInterfaceConfiguration' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssNetworkInterfaceConfiguration' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
220+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssNetworkInterfaceConfigurationCommand","Add-AzureRmVmssNetworkInterfaceConfiguration","0","2020","The cmdlet 'Add-AzureRmVmssNetworkInterfaceConfiguration' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
221+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssSecretCommand","Add-AzureRmVmssSecret","0","1020","The cmdlet 'Add-AzureRmVmssSecret' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssSecret' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
222+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssSecretCommand","Add-AzureRmVmssSecret","0","2020","The cmdlet 'Add-AzureRmVmssSecret' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
223+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssSshPublicKeyCommand","Add-AzureRmVmssSshPublicKey","0","1020","The cmdlet 'Add-AzureRmVmssSshPublicKey' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssSshPublicKey' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
224+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssSshPublicKeyCommand","Add-AzureRmVmssSshPublicKey","0","2020","The cmdlet 'Add-AzureRmVmssSshPublicKey' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
225+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssWinRMListenerCommand","Add-AzureRmVmssWinRMListener","0","1020","The cmdlet 'Add-AzureRmVmssWinRMListener' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Add-AzureRmVmssWinRMListener' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
226+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssWinRMListenerCommand","Add-AzureRmVmssWinRMListener","0","2020","The cmdlet 'Add-AzureRmVmssWinRMListener' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
227+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand","New-AzureRmVmssConfig","0","1020","The cmdlet 'New-AzureRmVmssConfig' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'New-AzureRmVmssConfig' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
228+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssIpConfigCommand","New-AzureRmVmssIpConfig","0","1020","The cmdlet 'New-AzureRmVmssIpConfig' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'New-AzureRmVmssIpConfig' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
229+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssVaultCertificateConfigCommand","New-AzureRmVmssVaultCertificateConfig","0","1020","The cmdlet 'New-AzureRmVmssVaultCertificateConfig' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'New-AzureRmVmssVaultCertificateConfig' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
230+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssDataDiskCommand","Remove-AzureRmVmssDataDisk","0","1020","The cmdlet 'Remove-AzureRmVmssDataDisk' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Remove-AzureRmVmssDataDisk' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
231+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssDataDiskCommand","Remove-AzureRmVmssDataDisk","0","2020","The cmdlet 'Remove-AzureRmVmssDataDisk' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
232+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssExtensionCommand","Remove-AzureRmVmssExtension","0","1020","The cmdlet 'Remove-AzureRmVmssExtension' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Remove-AzureRmVmssExtension' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
233+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssExtensionCommand","Remove-AzureRmVmssExtension","0","2020","The cmdlet 'Remove-AzureRmVmssExtension' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
234+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssNetworkInterfaceConfigurationCommand","Remove-AzureRmVmssNetworkInterfaceConfiguration","0","1020","The cmdlet 'Remove-AzureRmVmssNetworkInterfaceConfiguration' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Remove-AzureRmVmssNetworkInterfaceConfiguration' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
235+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssNetworkInterfaceConfigurationCommand","Remove-AzureRmVmssNetworkInterfaceConfiguration","0","2020","The cmdlet 'Remove-AzureRmVmssNetworkInterfaceConfiguration' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
236+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssOsProfileCommand","Set-AzureRmVmssOsProfile","0","1020","The cmdlet 'Set-AzureRmVmssOsProfile' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Set-AzureRmVmssOsProfile' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
237+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssOsProfileCommand","Set-AzureRmVmssOsProfile","0","2020","The cmdlet 'Set-AzureRmVmssOsProfile' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
238+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssStorageProfileCommand","Set-AzureRmVmssStorageProfile","0","1020","The cmdlet 'Set-AzureRmVmssStorageProfile' no longer has output type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'.","Make cmdlet 'Set-AzureRmVmssStorageProfile' return type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."
239+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssStorageProfileCommand","Set-AzureRmVmssStorageProfile","0","2020","The cmdlet 'Set-AzureRmVmssStorageProfile' no longer supports the type 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet' for parameter 'VirtualMachineScaleSet'.","Change the type for parameter 'VirtualMachineScaleSet' back to 'Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet'."

0 commit comments

Comments
 (0)