Skip to content

Commit de7cf09

Browse files
Update Az.Functions BreakingChangeIssues and ExampleIssues CSVs for Flex Consumption static analysis
1 parent 51afd91 commit de7cf09

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tools/StaticAnalysis/Exceptions/Az.Functions/SignatureIssues.csv

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,21 @@
3333
"Az.Functions","Get-AzFunctionAppAvailableLocation","Get-AzFunctionAppAvailableLocation","2","8200","Get-AzFunctionAppAvailableLocation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
3434
"Az.Functions","Get-AzFunctionAppPlan","Get-AzFunctionAppPlan","2","8010","Get-AzFunctionAppPlan Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
3535
"Az.Functions","Get-AzFunctionAppPlan","Get-AzFunctionAppPlan","2","8200","Get-AzFunctionAppPlan changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
36+
"Az.Functions","Remove-AzFunctionAppSetting","Remove-AzFunctionAppSetting","0","3030","The generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' back to 'System.Nullable`1[System.Single]'."
37+
"Az.Functions","Remove-AzFunctionAppSetting","Remove-AzFunctionAppSetting","0","3030","The generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' back to 'System.Nullable`1[System.Single]'."
38+
"Az.Functions","Remove-AzFunctionAppSetting","Remove-AzFunctionAppSetting","0","3030","The generic type for 'property HttpPerInstanceConcurrency' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property HttpPerInstanceConcurrency' back to 'System.Nullable`1[System.Single]'."
39+
"Az.Functions","Restart-AzFunctionApp","Restart-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' back to 'System.Nullable`1[System.Single]'."
40+
"Az.Functions","Restart-AzFunctionApp","Restart-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' back to 'System.Nullable`1[System.Single]'."
41+
"Az.Functions","Restart-AzFunctionApp","Restart-AzFunctionApp","0","3030","The generic type for 'property HttpPerInstanceConcurrency' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property HttpPerInstanceConcurrency' back to 'System.Nullable`1[System.Single]'."
42+
"Az.Functions","Start-AzFunctionApp","Start-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' back to 'System.Nullable`1[System.Single]'."
43+
"Az.Functions","Start-AzFunctionApp","Start-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' back to 'System.Nullable`1[System.Single]'."
44+
"Az.Functions","Start-AzFunctionApp","Start-AzFunctionApp","0","3030","The generic type for 'property HttpPerInstanceConcurrency' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property HttpPerInstanceConcurrency' back to 'System.Nullable`1[System.Single]'."
45+
"Az.Functions","Stop-AzFunctionApp","Stop-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' back to 'System.Nullable`1[System.Single]'."
46+
"Az.Functions","Stop-AzFunctionApp","Stop-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' back to 'System.Nullable`1[System.Single]'."
47+
"Az.Functions","Stop-AzFunctionApp","Stop-AzFunctionApp","0","3030","The generic type for 'property HttpPerInstanceConcurrency' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property HttpPerInstanceConcurrency' back to 'System.Nullable`1[System.Single]'."
48+
"Az.Functions","Update-AzFunctionApp","Update-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' back to 'System.Nullable`1[System.Single]'."
49+
"Az.Functions","Update-AzFunctionApp","Update-AzFunctionApp","0","3030","The generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' back to 'System.Nullable`1[System.Single]'."
50+
"Az.Functions","Update-AzFunctionApp","Update-AzFunctionApp","0","3030","The generic type for 'property HttpPerInstanceConcurrency' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property HttpPerInstanceConcurrency' back to 'System.Nullable`1[System.Single]'."
51+
"Az.Functions","Update-AzFunctionAppSetting","Update-AzFunctionAppSetting","0","3030","The generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyMaximumInstanceCount' back to 'System.Nullable`1[System.Single]'."
52+
"Az.Functions","Update-AzFunctionAppSetting","Update-AzFunctionAppSetting","0","3030","The generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property ScaleAndConcurrencyInstanceMemoryMb' back to 'System.Nullable`1[System.Single]'."
53+
"Az.Functions","Update-AzFunctionAppSetting","Update-AzFunctionAppSetting","0","3030","The generic type for 'property HttpPerInstanceConcurrency' has been changed from 'System.Nullable`1[System.Single]' to 'System.Nullable`1[System.Int32]'. ","Change the generic type for 'property HttpPerInstanceConcurrency' back to 'System.Nullable`1[System.Single]'."

0 commit comments

Comments
 (0)