"az stack-hci-vm network lnet create" fails when tags are included #30733
Labels
Auto-Assign
Auto assign by bot
Azure Deployments
az deployment/bicep/stack/deployment-scripts/ts/group export
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Attention
This issue is responsible by Azure service team.
Similar-Issue
Describe the bug
When running
az stack-hci-vm network lnet create
with--tags myTag="myValue"
it fails.For comparison I tried running
az sshkey create
andaz aksarc create
and both work with and without--tags
using the same format.Related command
az stack-hci-vm network lnet create
Errors
Issue script & Debug output
az stack-hci-vm network lnet create --name "name" --subscription "subscription" --resource-group "resource-group" --location "westeurope" --custom-location "/subscriptions/GUID/resourceGroups/RGNAME/providers/Microsoft.ExtendedLocation/customLocations/CLNAME" --vm-switch-name '"SWITCHNAME"' --ip-allocation-method "Static" --address-prefixes "x.x.x.x/23" --gateway "x.x.x.x" --dns-servers 0.0.0.0 --ip-pool-start "x.x.x.x" --ip-pool-end "x.x.x.x" --vlan 1 --tags createdBy="fel"
Expected behavior
It should work with
--tags
included.Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: