Skip to content

Commit e6c2255

Browse files
committed
Add back Az.Accounts breaking change issues
1 parent ee6b1f2 commit e6c2255

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"Az.Accounts","Microsoft.Azure.Commands.Common.RegisterAzModule","Register-AzModule","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Register-AzModule' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Register-AzModule'."
3+
"Az.Accounts","Microsoft.Azure.Commands.Profile.ConnectAzureRmAccountCommand","Connect-AzAccount","0","1010","The cmdlet 'Connect-AzAccount' no longer supports the alias 'Login-AzureRmAccount'.","Add the alias 'Login-AzureRmAccount back to the cmdlet 'Connect-AzAccount'."
4+
"Az.Accounts","Microsoft.Azure.Commands.Profile.DisconnectAzureRmAccountCommand","Disconnect-AzAccount","0","1010","The cmdlet 'Disconnect-AzAccount' no longer supports the alias 'Logout-AzureRmAccount'.","Add the alias 'Logout-AzureRmAccount back to the cmdlet 'Disconnect-AzAccount'."
5+
"Az.Accounts","Microsoft.Azure.Commands.Profile.GetAzureRMTenantCommand","Get-AzTenant","0","1010","The cmdlet 'Get-AzTenant' no longer supports the alias 'Get-AzureRmDomain'.","Add the alias 'Get-AzureRmDomain back to the cmdlet 'Get-AzTenant'."
6+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.RenameAzureRmContext","Rename-AzContext","0","1050","The parameter set 'RenameByInputObject' for cmdlet 'Rename-AzContext' has been removed.","Add parameter set 'RenameByInputObject' back to cmdlet 'Rename-AzContext'."
7+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.RenameAzureRmContext","Rename-AzContext","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Rename-AzContext' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Rename-AzContext'."
8+
"Az.Accounts","Microsoft.Azure.Commands.Profile.GetAzureRMContextCommand","Get-AzContext","0","2000","The cmdlet 'Get-AzContext' no longer supports the parameter 'Name' and no alias was found for the original parameter name.","Add the parameter 'Name' back to the cmdlet 'Get-AzContext', or add an alias to the original parameter name."
9+
"Az.Accounts","Microsoft.Azure.Commands.Profile.GetAzureRMContextCommand","Get-AzContext","0","1050","The parameter set 'GetSingleContext' for cmdlet 'Get-AzContext' has been removed.","Add parameter set 'GetSingleContext' back to cmdlet 'Get-AzContext'."
10+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.RemoveAzureRmContext","Remove-AzContext","0","2000","The cmdlet 'Remove-AzContext' no longer supports the parameter 'Name' and no alias was found for the original parameter name.","Add the parameter 'Name' back to the cmdlet 'Remove-AzContext', or add an alias to the original parameter name."
11+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.RemoveAzureRmContext","Remove-AzContext","0","1050","The parameter set 'RemoveByName' for cmdlet 'Remove-AzContext' has been removed.","Add parameter set 'RemoveByName' back to cmdlet 'Remove-AzContext'."
12+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.RenameAzureRmContext","Rename-AzContext","0","2000","The cmdlet 'Rename-AzContext' no longer supports the parameter 'SourceName' and no alias was found for the original parameter name.","Add the parameter 'SourceName' back to the cmdlet 'Rename-AzContext', or add an alias to the original parameter name."
13+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.RenameAzureRmContext","Rename-AzContext","0","2000","The cmdlet 'Rename-AzContext' no longer supports the parameter 'TargetName' and no alias was found for the original parameter name.","Add the parameter 'TargetName' back to the cmdlet 'Rename-AzContext', or add an alias to the original parameter name."
14+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.SelectAzureRmContext","Select-AzContext","0","2000","The cmdlet 'Select-AzContext' no longer supports the parameter 'Name' and no alias was found for the original parameter name.","Add the parameter 'Name' back to the cmdlet 'Select-AzContext', or add an alias to the original parameter name."
15+
"Az.Accounts","Microsoft.Azure.Commands.Profile.Context.SelectAzureRmContext","Select-AzContext","0","1050","The parameter set 'SelectByName' for cmdlet 'Select-AzContext' has been removed.","Add parameter set 'SelectByName' back to cmdlet 'Select-AzContext'."
16+
"Az.Accounts","Microsoft.Azure.Commands.Profile.ConnectAzureRmAccountCommand","Connect-AzAccount","0","2000","The cmdlet 'Connect-AzAccount' no longer supports the parameter 'ManagedServicePort' and no alias was found for the original parameter name.","Add the parameter 'ManagedServicePort' back to the cmdlet 'Connect-AzAccount', or add an alias to the original parameter name."
17+
"Az.Accounts","Microsoft.Azure.Commands.Profile.ConnectAzureRmAccountCommand","Connect-AzAccount","0","2000","The cmdlet 'Connect-AzAccount' no longer supports the parameter 'ManagedServiceHostName' and no alias was found for the original parameter name.","Add the parameter 'ManagedServiceHostName' back to the cmdlet 'Connect-AzAccount', or add an alias to the original parameter name."
18+
"Az.Accounts","Microsoft.Azure.Commands.Profile.ConnectAzureRmAccountCommand","Connect-AzAccount","0","2000","The cmdlet 'Connect-AzAccount' no longer supports the parameter 'ManagedServiceSecret' and no alias was found for the original parameter name.","Add the parameter 'ManagedServiceSecret' back to the cmdlet 'Connect-AzAccount', or add an alias to the original parameter name."
19+
"Az.Accounts","Microsoft.Azure.Commands.Profile.ConnectAzureRmAccountCommand","Connect-AzAccount","0","1050","The parameter set 'ManagedServiceLogin' for cmdlet 'Connect-AzAccount' has been removed.","Add parameter set 'ManagedServiceLogin' back to cmdlet 'Connect-AzAccount'."

0 commit comments

Comments
 (0)