Skip to content

Commit b71b908

Browse files
author
Dragos Avadanei
committed
[KeyVault] Suppressing exception for changing the return type of cmdlet Remove-AzureKeyVaultCertificate (a non-breaking change)
1 parent d26cb1b commit b71b908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,5 @@
346346
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.UseAzureSqlServerAuditingPolicy","Use-AzureRmSqlServerAuditingPolicy","0","3010","The property 'AuditType' of type 'Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel' has been removed.","Add the property 'AuditType' back to type 'Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel'."
347347
"C:\azure\az-pwrshll\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll","Microsoft.Azure.Commands.Automation.Cmdlet.ImportAzureAutomationDscNodeConfiguration","Import-AzureRmAutomationDscNodeConfiguration","0","2100","The parameter 'Path' in cmdlet 'Import-AzureRmAutomationDscNodeConfiguration' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Path' back to the parameter set '__AllParameterSets'."
348348
"C:\azure\az-pwrshll\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll","Microsoft.Azure.Commands.Automation.Cmdlet.ImportAzureAutomationDscNodeConfiguration","Import-AzureRmAutomationDscNodeConfiguration","0","2100","The parameter 'ConfigurationName' in cmdlet 'Import-AzureRmAutomationDscNodeConfiguration' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ConfigurationName' back to the parameter set '__AllParameterSets'."
349-
"C:\azure\az-pwrshll\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll","Microsoft.Azure.Commands.Automation.Cmdlet.ImportAzureAutomationDscNodeConfiguration","Import-AzureRmAutomationDscNodeConfiguration","0","2100","The parameter 'Force' in cmdlet 'Import-AzureRmAutomationDscNodeConfiguration' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Force' back to the parameter set '__AllParameterSets'."
349+
"C:\azure\az-pwrshll\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll","Microsoft.Azure.Commands.Automation.Cmdlet.ImportAzureAutomationDscNodeConfiguration","Import-AzureRmAutomationDscNodeConfiguration","0","2100","The parameter 'Force' in cmdlet 'Import-AzureRmAutomationDscNodeConfiguration' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Force' back to the parameter set '__AllParameterSets'."
350+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVaultCertificate","Remove-AzureKeyVaultCertificate","0","1020","The cmdlet 'Remove-AzureKeyVaultCertificate' no longer has output type 'Microsoft.Azure.Commands.KeyVault.Models.KeyVaultCertificate'.","Make cmdlet 'Remove-AzureKeyVaultCertificate' return type 'Microsoft.Azure.Commands.KeyVault.Models.KeyVaultCertificate'."

0 commit comments

Comments
 (0)