Skip to content

Commit a8b4fb1

Browse files
committed
updating example due to PSGallery warning, see #43 for good fix
1 parent ad0d0f2 commit a8b4fb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/IC/run.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# run.ps1 auto-generated by EasyAzureFunction module, https://github.com/iricigor/EasyAzureFunction, [email protected]
1+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingConvertToSecureStringWithPlainText", "")] param()
2+
# run.ps1 auto-generated by EasyAzureFunction module, https://github.com/iricigor/EasyAzureFunction, [email protected]
23
'run.ps1 start'
34

45
# POST method: $req

0 commit comments

Comments
 (0)