Skip to content

Commit 0bfe48c

Browse files
committed
more tweaks
1 parent f84bd7e commit 0bfe48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-core-tools-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The `func new` action supports the following options:
8787
| Option | Description |
8888
| ------------------------------------------ | -------------------------------------- |
8989
| **`--authlevel`** | Set the authorization level for an HTTP trigger. Supported values are: `function`, `anonymous`, `admin`. Authorization isn't enforced when running locally. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth). |
90-
| **`--csx`** | (Version 2.x and later versions.) Generates the same C# script (.csx) templates used in version 1.x and in the portal. |
90+
| **`--csx`** | Generates the same C# script (.csx) templates used by version 1.x and in the portal editor. |
9191
| **`--language`**, **`-l`**| *Reguired only in version 1.x.* In all other versions, the language is defined by the `--worker-runtime` value passed to `func init`. |
9292
| **`--name`**, **`-n`** | The function name. |
9393
| **`--template`**, **`-t`** | Use the `func templates list` command to see the complete list of available templates for each supported language. |

0 commit comments

Comments
 (0)