-
Notifications
You must be signed in to change notification settings - Fork 1.5k
stack-hci-vm showing no resource provider #9744
Description
Describe the bug
When I try to enable vmconnect in my azure local cluster to demo to a client I get the following API Error:
cli.azure.cli.core.azclierror: Failed to delete existing VM Connect provision job for VM 'Server01': Bad Request({"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'eastus' and API version '2023-12-01-preview' for type 'clusters/jobs'. The supported api-versions are '2026-02-15-preview, 2026-03-01-preview'. The supported locations are 'australiaeast, southcentralus, eastus, uksouth, germanywestcentral, westeurope, southeastasia, canadacentral, japaneast, centralindia'."}})
az_command_data_logger: Failed to delete existing VM Connect provision job for VM 'Server01': Bad Request({"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'eastus' and API version '2023-12-01-preview' for type 'clusters/jobs'. The supported api-versions are '2026-02-15-preview, 2026-03-01-preview'. The supported locations are 'australiaeast, southcentralus, eastus, uksouth, germanywestcentral, westeurope, southeastasia, canadacentral, japaneast, centralindia'."}})
Related command
az stack-hci-vm vmconnect enable --resource-group "infra" --name "Server01" --cluster-name "cluster01" --path "C:\temp\server01.rdp" --debug
Errors
cli.azure.cli.core.azclierror: Failed to delete existing VM Connect provision job for VM 'Server01': Bad Request({"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'eastus' and API version '2023-12-01-preview' for type 'clusters/jobs'. The supported api-versions are '2026-02-15-preview, 2026-03-01-preview'. The supported locations are 'australiaeast, southcentralus, eastus, uksouth, germanywestcentral, westeurope, southeastasia, canadacentral, japaneast, centralindia'."}})
az_command_data_logger: Failed to delete existing VM Connect provision job for VM 'Server01': Bad Request({"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'eastus' and API version '2023-12-01-preview' for type 'clusters/jobs'. The supported api-versions are '2026-02-15-preview, 2026-03-01-preview'. The supported locations are 'australiaeast, southcentralus, eastus, uksouth, germanywestcentral, westeurope, southeastasia, canadacentral, japaneast, centralindia'."}})
Issue script & Debug output
N.A
Expected behavior
To enable vmconnect on my az local cluster
Environment Summary
PS C:\Users\jayc> az --version
azure-cli 2.84.0
core 2.84.0
telemetry 1.1.0
Extensions:
customlocation 0.1.4
stack-hci-vm 1.13.0
Dependencies:
msal 1.35.0b1
azure-mgmt-resource 24.0.0
Python location 'C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe'
Config directory 'C:\Users\jayc.azure'
Extensions directory 'C:\Users\jayc.azure\cliextensions'
Python (Windows) 3.13.11 (tags/v3.13.11:6278944, Dec 5 2025, 16:26:58) [MSC v.1944 64 bit (AMD64)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
PS C:\Users\jayc>
Additional context
No response