Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit c435071

Browse files
Update create.ts (#959)
The usageScenario parameter should not be included in the static example. Co-authored-by: Emilio Munoz <[email protected]>
1 parent c262712 commit c435071

File tree

1 file changed

+1
-1
lines changed
  • packages/luis/src/commands/luis/application

1 file changed

+1
-1
lines changed

packages/luis/src/commands/luis/application/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class LuisApplicationCreate extends Command {
1414

1515
static examples = [`
1616
$ bf luis:application:create --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --name {NAME} --culture {CULTURE}
17-
--domain {DOMAIN} --description {DESCRIPTION} --versionId {INITIAL_VERSION_ID} --usageScenario {USAGE_SCENARIO}
17+
--domain {DOMAIN} --description {DESCRIPTION} --versionId {INITIAL_VERSION_ID}
1818
`]
1919

2020
static flags: flags.Input<any> = {

0 commit comments

Comments
 (0)