We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0492a7d commit 9f9261fCopy full SHA for 9f9261f
1 file changed
.github/skills/trigger-registration/SKILL.md
@@ -151,7 +151,7 @@ def on_new_file(payload: str) -> None:
151
logging.info(f"Received file content: {len(content)} bytes")
152
```
153
154
-#### With generic trigger (when using Python <= 3.12>)
+#### With generic trigger (when using Python <= 3.12)
155
156
```python
157
import azure.functions as func
0 commit comments