Skip to content

Commit b05cdb0

Browse files
committed
change BreakingChangeIssue.csv
1 parent b6a2afb commit b05cdb0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tools/StaticAnalysis/Exceptions/Az.Resources/BreakingChangeIssues.csv

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,12 @@
115115
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureDeploymentCmdlet","Get-AzDeployment","0","1050","The parameter set 'GetByDeploymentId' for cmdlet 'Get-AzDeployment' has been removed.","Add parameter set 'GetByDeploymentId' back to cmdlet 'Get-AzDeployment'."
116116
"Microsoft.Azure.PowerShell.Cmdlets.Resources.dll","Microsoft.Azure.Commands.ActiveDirectory.RemoveAzureADGroupCommand","Remove-AzADGroup","0","1060","The parameter set 'ObjectIdParameterSet' for cmdlet 'Remove-AzADGroup' is no longer the default parameter set.","Change the default parameter for cmdlet 'Remove-AzADGroup' back to 'ObjectIdParameterSet'."
117117
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzDeploymentScript","Get-AzDeploymentScript","0","3000","The type of property 'Error' of type 'Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus' has changed from 'Microsoft.Azure.Management.ResourceManager.Models.DefaultErrorResponse' to 'Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse'.","Change the type of property 'Error' back to 'Microsoft.Azure.Management.ResourceManager.Models.DefaultErrorResponse'."
118-
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAlias","Get-AzPolicyAlias","0","3030","The generic type for 'property Aliases' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.AliasType]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.Alias]'.","Change the generic type for 'property Aliases' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.AliasType]'."
118+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAlias","Get-AzPolicyAlias","0","3030","The generic type for 'property Aliases' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.AliasType]' to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.Alias]'.","Change the generic type for 'property Aliases' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.AliasType]'."
119+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet","Get-AzResourceLock","0","2000","The cmdlet 'Get-AzResourceLock' no longer supports the parameter 'TenantLevel' and no alias was found for the original parameter name.","Add the parameter 'TenantLevel' back to the cmdlet 'Get-AzResourceLock', or add an alias to the original parameter name."
120+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet","Get-AzResourceLock","0","1050","The parameter set 'ByTenantLevel' for cmdlet 'Get-AzResourceLock' has been removed.","Add parameter set 'ByTenantLevel' back to cmdlet 'Get-AzResourceLock'."
121+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet","New-AzResourceLock","0","2000","The cmdlet 'New-AzResourceLock' no longer supports the parameter 'TenantLevel' and no alias was found for the original parameter name.","Add the parameter 'TenantLevel' back to the cmdlet 'New-AzResourceLock', or add an alias to the original parameter name."
122+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet","New-AzResourceLock","0","1050","The parameter set 'ByTenantLevel' for cmdlet 'New-AzResourceLock' has been removed.","Add parameter set 'ByTenantLevel' back to cmdlet 'New-AzResourceLock'."
123+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceLockCmdlet","Remove-AzResourceLock","0","2000","The cmdlet 'Remove-AzResourceLock' no longer supports the parameter 'TenantLevel' and no alias was found for the original parameter name.","Add the parameter 'TenantLevel' back to the cmdlet 'Remove-AzResourceLock', or add an alias to the original parameter name."
124+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceLockCmdlet","Remove-AzResourceLock","0","1050","The parameter set 'ByTenantLevel' for cmdlet 'Remove-AzResourceLock' has been removed.","Add parameter set 'ByTenantLevel' back to cmdlet 'Remove-AzResourceLock'."
125+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceLockCmdlet","Set-AzResourceLock","0","2000","The cmdlet 'Set-AzResourceLock' no longer supports the parameter 'TenantLevel' and no alias was found for the original parameter name.","Add the parameter 'TenantLevel' back to the cmdlet 'Set-AzResourceLock', or add an alias to the original parameter name."
126+
"Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceLockCmdlet","Set-AzResourceLock","0","1050","The parameter set 'ByTenantLevel' for cmdlet 'Set-AzResourceLock' has been removed.","Add parameter set 'ByTenantLevel' back to cmdlet 'Set-AzResourceLock'."

0 commit comments

Comments
 (0)