Skip to content

Commit e03f9b1

Browse files
committed
Suppress breaking change exceptions.
1 parent 2e5388f commit e03f9b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
22
"Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.RemoveSqlDatabaseAuditing","Remove-AzureRmSqlDatabaseAuditing","0","1010","The cmdlet 'Remove-AzureRmSqlDatabaseAuditing' no longer supports the alias 'Remove-AzureRmSqlDatabaseAuditing'.","Add the alias 'Remove-AzureRmSqlDatabaseAuditing back to the cmdlet 'Remove-AzureRmSqlDatabaseAuditing'."
3+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.GetAzureVMImageCommand","Get-AzureRmVMImage","0","3000","The type of property 'OperatingSystem' of type 'OSDiskImage' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]' to 'Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes'.","Change the type of property 'OperatingSystem' back to 'System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]'."
4+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.SetAzureVMSourceImageCommand","Set-AzureRmVMSourceImage","0","1050","The parameter set 'ImageReferenceParameterSet' for cmdlet 'Set-AzureRmVMSourceImage' has been removed.","Add parameter set 'ImageReferenceParameterSet' back to cmdlet 'Set-AzureRmVMSourceImage'."
5+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMDataDiskCommand","Add-AzureRmVMDataDisk","0","2030","The parameter 'Lun' is no longer optional for the parameter set '__AllParameterSets' for cmdlet 'Add-AzureRmVMDataDisk'.","Make 'Lun' optional for the parameter set '__AllParameterSets'."
6+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand","Add-AzureRmContainerServiceAgentPoolProfile","0","3000","The type of property 'Count' of type 'ContainerServiceAgentPoolProfile' has changed from 'System.Nullable`1[System.Int32]' to 'System.Int32'.","Change the type of property 'Count' back to 'System.Nullable`1[System.Int32]'."
7+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand","Add-AzureRmContainerServiceAgentPoolProfile","0","3000","The type of property 'Enabled' of type 'ContainerServiceVMDiagnostics' has changed from 'System.Nullable`1[System.Boolean]' to 'System.Boolean'.","Change the type of property 'Enabled' back to 'System.Nullable`1[System.Boolean]'."
8+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand","Add-AzureRmContainerServiceAgentPoolProfile","0","3000","The type of property 'OrchestratorType' of type 'ContainerServiceOrchestratorProfile' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes]' to 'Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes'.","Change the type of property 'OrchestratorType' back to 'System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes]'."
9+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand","Add-AzureRmContainerServiceAgentPoolProfile","0","2020","The cmdlet 'Add-AzureRmContainerServiceAgentPoolProfile' no longer supports the type 'Nullable' for parameter 'Count'.","Change the type for parameter 'Count' back to 'Nullable'."
10+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmContainerServiceConfigCommand","New-AzureRmContainerServiceConfig","0","2020","The cmdlet 'New-AzureRmContainerServiceConfig' no longer supports the type 'Nullable' for parameter 'VmDiagnosticsEnabled'.","Change the type for parameter 'VmDiagnosticsEnabled' back to 'Nullable'."
11+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssExtensionCommand","Add-AzureRmVmssExtension","0","2000","The cmdlet 'Add-AzureRmVmssExtension' no longer supports the parameter 'Id' and no alias was found for the original parameter name.","Add the parameter 'Id' back to the cmdlet 'Add-AzureRmVmssExtension', or add an alias to the original parameter name."
12+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssExtensionCommand","Add-AzureRmVmssExtension","0","2100","The parameter 'Id' in cmdlet 'Add-AzureRmVmssExtension' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Id' back to the parameter set '__AllParameterSets'."
13+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssStorageProfileCommand","Set-AzureRmVmssStorageProfile","0","2020","The cmdlet 'Set-AzureRmVmssStorageProfile' no longer supports the type 'DiskCreateOptionTypes' for parameter 'OsDiskCreateOption'.","Change the type for parameter 'OsDiskCreateOption' back to 'DiskCreateOptionTypes'."

0 commit comments

Comments
 (0)