You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az webapp delete --name webapp_name --resource-group webapp_group --slot webapp_slot
delete_slot() missing 1 required positional argument: 'slot'
Traceback (most recent call last):
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/knack/cli.py", line 197, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 347, in execute
six.reraise(*sys.exc_info())
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/six.py", line 693, in reraise
raise value
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 319, in execute
result = cmd(params)
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 180, in call
return super(AzCliCommand, self).call(*args, **kwargs)
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/knack/commands.py", line 109, in call
return self.handler(*args, **kwargs)
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/core/init.py", line 420, in default_command_handler
result = op(**command_args)
File "/usr/local/Cellar/azure-cli/2.0.30/libexec/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 328, in delete_webapp
skip_dns_registration=False if keep_dns_registration else None)
TypeError: delete_slot() missing 1 required positional argument: 'slot'
Are you please able to help about this issues ?
Tks,
Environment summary
Install method: apt-get
CLI version : azure-cli (2.0.30)
OS version: Ubuntu 16.04.3 LTS
Shell Type: bash
The text was updated successfully, but these errors were encountered:
tjprescott
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Web Apps
az webapp
labels
Apr 9, 2018
Hi,
we have an error running following command :
az webapp delete --name webapp_name --resource-group webapp_group --slot webapp_slot
Are you please able to help about this issues ?
Tks,
Environment summary
Install method: apt-get
CLI version : azure-cli (2.0.30)
OS version: Ubuntu 16.04.3 LTS
Shell Type: bash
The text was updated successfully, but these errors were encountered: