-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
When creating a run-command on a arc enabled server i have several instances where the provisioningState is stuck in creating
Related command
az connectedmachine run-command show --resource-group "" --machine-name "" --name ""
Errors
"instanceView": {
"executionState": "Unknown",
"exitCode": 0
},
"location": "westeurope",
"name": "",
"provisioningState": "Creating",
Issue script & Debug output
no additional information in debug output
Expected behavior
run-command should be running / finishing
Environment Summary
az --version
azure-cli 2.77.0 *
core 2.77.0 *
telemetry 1.1.0
Extensions:
azure-devops 1.0.2
connectedmachine 0.7.0
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Additional context
No response