Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate_vpn_client() missing 1 required positional argument: 'client' #5559

Closed
derekbekoe opened this issue Feb 13, 2018 · 0 comments · Fixed by #5570
Closed

generate_vpn_client() missing 1 required positional argument: 'client' #5559

derekbekoe opened this issue Feb 13, 2018 · 0 comments · Fixed by #5570
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Network az network vnet/lb/nic/dns/etc...
Milestone

Comments

@derekbekoe
Copy link
Member

$ az network vnet-gateway vpn-client generate -g debekoe1 -n myvnetgateway
generate_vpn_client() missing 1 required positional argument: 'client'
Traceback (most recent call last):
  File "/usr/local/Cellar/azure-cli/2.0.24_1/libexec/lib/python3.6/site-packages/knack/cli.py", line 193, in invoke
    cmd_result = self.invocation.execute(args)
  File "/usr/local/Cellar/azure-cli/2.0.24_1/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 319, in execute
    six.reraise(*sys.exc_info())
  File "/usr/local/Cellar/azure-cli/2.0.24_1/libexec/lib/python3.6/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/local/Cellar/azure-cli/2.0.24_1/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 292, in execute
    result = cmd(params)
  File "/usr/local/Cellar/azure-cli/2.0.24_1/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 169, in __call__
    return super(AzCliCommand, self).__call__(*args, **kwargs)
  File "/usr/local/Cellar/azure-cli/2.0.24_1/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.24_1/libexec/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 328, in default_command_handler
    result = op(**command_args)
TypeError: generate_vpn_client() missing 1 required positional argument: 'client'

Environment summary

Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (az --version) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows)

dev commit 4052e027ad7b59f08ea82e7610ff91c45a3bcc88
@derekbekoe derekbekoe added the Network az network vnet/lb/nic/dns/etc... label Feb 13, 2018
@tjprescott tjprescott added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Feb 13, 2018
@tjprescott tjprescott added this to the Sprint 32 milestone Feb 13, 2018
@tjprescott tjprescott self-assigned this Feb 13, 2018
@haroldrandom haroldrandom added bug This issue requires a change to an existing behavior in the product in order to be resolved. Network az network vnet/lb/nic/dns/etc... labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Network az network vnet/lb/nic/dns/etc...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants