az ppg create failing with any tags included in version 2.39.0 #23540
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Compute - PPG
az ppg
Compute
az vm/vmss/image/disk/snapshot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Milestone
Related command
az ppg create
Describe the bug
Current version of azure-cli (2.39.0) introduced bug where any tag included seems to results in the returned error:
Parameter 'tags' must be of type 'dict[str, str]'
To Reproduce
Run the command:
ppg create --resource-group <resource_group> --location <region> --name <ppg_name> --tags testtag=test
using version version 2.39.0 ofazure-cli
. If the version is downgraded to any earlier version it works as intended.Environment summary
Ubuntu 20.04.4 LTS, Python 3.8.13, pip 21.2.4, azure-cli 2.39.0
Additional context
including
--debug
flag produces the following output (some parts obscured)The text was updated successfully, but these errors were encountered: