az bot kik
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage the Kik Channel on a bot.
Commands
Name | Description | Type | Status |
---|---|---|---|
az bot kik create |
Create the Kik Channel on a bot. |
Core | Preview |
az bot kik delete |
Delete the Kik Channel on a bot. |
Core | Preview |
az bot kik show |
Get details of the Kik Channel on a bot. |
Core | Preview |
az bot kik create
Command group 'bot kik' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create the Kik Channel on a bot.
az bot kik create --key
--name
--resource-group
--user-name
[--add-disabled {false, true}]
[--is-validated {false, true}]
[--location]
Examples
Create the Kik Channel for a bot.
az bot kik create -n botName -g MyResourceGroup -u mykikname \
--key key --is-validated
Required Parameters
The API key for the Kik account.
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Kik user name.
Optional Parameters
Add the channel in a disabled state.
Whether or not the Kik account has been validated for use with the bot.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az bot kik delete
Command group 'bot kik' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete the Kik Channel on a bot.
az bot kik delete --name
--resource-group
Required Parameters
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az bot kik show
Command group 'bot kik' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get details of the Kik Channel on a bot.
az bot kik show --name
--resource-group
[--with-secrets {false, true}]
Required Parameters
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Show secrets in response for the channel.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.