Skip to content

Commit 36a2975

Browse files
committed
Fix breaking change issues
1 parent 9e6a792 commit 36a2975

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,3 +1074,5 @@
10741074
"Microsoft.Azure.Commands.Websites.dll","Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.NewAzureWebAppCmdlet","New-AzureRmWebApp","0","1050","The parameter set 'S2' for cmdlet 'New-AzureRmWebApp' has been removed.","Add parameter set 'S2' back to cmdlet 'New-AzureRmWebApp'."
10751075
"Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Backup.Cmdlet.SetAzureSqlDatabaseBackupLongTermRetentionPolicy","Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy","0","2100","The parameter 'State' in cmdlet 'Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'State' back to the parameter set '__AllParameterSets'."
10761076
"Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Backup.Cmdlet.SetAzureSqlDatabaseBackupLongTermRetentionPolicy","Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy","0","2100","The parameter 'ResourceId' in cmdlet 'Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ResourceId' back to the parameter set '__AllParameterSets'."
1077+
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVault","Remove-AzureRmKeyVault","0","1050","The parameter set 'InputObjectByAvailableVault' for cmdlet 'Remove-AzureRmKeyVault' has been removed.","Add parameter set 'InputObjectByAvailableVault' back to cmdlet 'Remove-AzureRmKeyVault'."
1078+
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVault","Remove-AzureRmKeyVault","0","1050","The parameter set 'InputObjectByDeletedVault' for cmdlet 'Remove-AzureRmKeyVault' has been removed.","Add parameter set 'InputObjectByDeletedVault' back to cmdlet 'Remove-AzureRmKeyVault'."

0 commit comments

Comments
 (0)