Is there a way to list all operations in progress?
When I try to update the VPN Gateway because it's stuck in provisioning I get the following error:
Update-AzVpnGateway : Another operation on this or dependent resource is in progress. To retrieve status of the operation use uri:
https://management.azure.com/subscriptions/<SUBSCRIPTION ID>/providers/Microsoft.Network/locations/northeurope/operations/1c48d2e0-2605-40c4-8ee9-fa538cbe7ec9?api-version=2023-09-01.
StatusCode: 409
ReasonPhrase: Conflict
ErrorCode: AnotherOperationInProgress
ErrorMessage: Another operation on this or dependent resource is in progress. To retrieve status of the operation use uri:
https://management.azure.com/subscriptions/<SUBSCRIPTION ID>/providers/Microsoft.Network/locations/northeurope/operations/1c48d2e0-2605-40c4-8ee9-fa538cbe7ec9?api-version=2023-09-01.
OperationID : 08062ee9-035d-43e9-bb86-dc20c4095cc1
Is there a way to list all Operations in Progress, and kill them if necessary?