We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0d0f2 commit a8b4fb1Copy full SHA for a8b4fb1
Examples/IC/run.ps1
@@ -1,4 +1,5 @@
1
-# run.ps1 auto-generated by EasyAzureFunction module, https://github.com/iricigor/EasyAzureFunction, [email protected]
+[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingConvertToSecureStringWithPlainText", "")] param()
2
+# run.ps1 auto-generated by EasyAzureFunction module, https://github.com/iricigor/EasyAzureFunction, [email protected]
3
'run.ps1 start'
4
5
# POST method: $req
0 commit comments