azure-cli 2.24.1 unpack requires a buffer of 4 bytes
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Describe the bug**
trying to create vm on azure tenant with those options :
az vm create -n -g --image centos --subnet --public-ip-address "" --admin-username --ssh-key-values ""
*The creation without debug option return :
Failed to retrieve image alias doc 'https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json'. Error: 'ConnectionError'. Use local copy instead.
unpack requires a buffer of 4 bytes
*With debug option :
cli.azure.cli.command_modules.vm._validators: new NIC will be created
cli.azure.cli.core.azclierror: unpack requires a buffer of 4 bytes
az_command_data_logger: unpack requires a buffer of 4 bytes
**Environment summary**
* azure-cli-2.24.1.msi on windows
* azure-cli-2.24.1 on ubuntu
az --version
azure-cli 2.24.1
core 2.24.1
telemetry 1.0.6
Contributor guide
Assessment
This issue has not been assessed yet.