Azure – Remove Special Charactors from Az command Output using Az CLI
I'm Trying to get only IP address from below command using Azure cli. But it always coming with extra "". az network nic ip-config list --resource-group "RG_TEST" --nic-name "TEST_NIC6768" --query "[0].privateIpAddress" Output: "10.244.4.4" Required Output: 10.244.4.4