Skip to content

Commit e77f1ce

Browse files
committed
Suppress analysis warning for changing a required parameter to be optional.
1 parent c2530a7 commit e77f1ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"Az.ElasticSan","Get-AzElasticSan","Get-AzElasticSan","0","3000","The type of property 'BaseSizeTiB' of type 'Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan' has changed from 'System.Int64' to 'System.Nullable`1[System.Int64]'.","Change the type of property 'BaseSizeTiB' back to 'System.Int64'."
3+
"Az.ElasticSan","Get-AzElasticSan","Get-AzElasticSan","0","3000","The type of property 'ExtendedCapacitySizeTiB' of type 'Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan' has changed from 'System.Int64' to 'System.Nullable`1[System.Int64]'.","Change the type of property 'ExtendedCapacitySizeTiB' back to 'System.Int64'."
4+
"Az.ElasticSan","New-AzElasticSan","New-AzElasticSan","0","3000","The type of property 'BaseSizeTiB' of type 'Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan' has changed from 'System.Int64' to 'System.Nullable`1[System.Int64]'.","Change the type of property 'BaseSizeTiB' back to 'System.Int64'."
5+
"Az.ElasticSan","New-AzElasticSan","New-AzElasticSan","0","3000","The type of property 'ExtendedCapacitySizeTiB' of type 'Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan' has changed from 'System.Int64' to 'System.Nullable`1[System.Int64]'.","Change the type of property 'ExtendedCapacitySizeTiB' back to 'System.Int64'."
6+
"Az.ElasticSan","Update-AzElasticSan","Update-AzElasticSan","0","3000","The type of property 'BaseSizeTiB' of type 'Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan' has changed from 'System.Int64' to 'System.Nullable`1[System.Int64]'.","Change the type of property 'BaseSizeTiB' back to 'System.Int64'."
7+
"Az.ElasticSan","Update-AzElasticSan","Update-AzElasticSan","0","3000","The type of property 'ExtendedCapacitySizeTiB' of type 'Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan' has changed from 'System.Int64' to 'System.Nullable`1[System.Int64]'.","Change the type of property 'ExtendedCapacitySizeTiB' back to 'System.Int64'."

0 commit comments

Comments
 (0)