Closed davecorun closed 3 years ago
The az devops command must have changed.
I've updated the script to work:
$jsonresult = az devops service-endpoint create --service-endpoint-configuration config.json $adxendpoint = $jsonresult | ConvertFrom-Json rm config.json az devops service-endpoint update --id $adxendpoint.id --enable-for-all
The az devops command must have changed.
I've updated the script to work: