You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ebisuda@Azure:~$ az k8sconfiguration create \
> --name cluster-config \
> --cluster-name firstcluster --resource-group AzureArcTest \
> --operator-instance-name cluster-config --operator-namespace cluster-config \
> --repository-url https://github.com/Azure/arc-k8s-demo \
> --scope cluster --cluster-type connectedClusters
Command group 'k8sconfiguration' is in preview. It may be changed/removed in a future release.
Warning! https url is being used without https auth params, ensure the repository url provided is not a private repo
code: NoRegisteredProviderFound - , No registered resource provider found for location 'eastus' and API version '2020-10-01-preview' for type 'sourceControlConfigurations'. The supported api-versions are '2019-11-01-preview, 2020-07-01-preview'. The supported locations are 'eastus, westeurope'.
I did same thing from CloudShell and my local PC but I got same error.
ebisuda@Azure:~$ az version
{
"azure-cli": "2.14.0",
"azure-cli-core": "2.14.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"ai-examples": "0.2.4",
"k8sconfiguration": "0.2.0"
}
}
The text was updated successfully, but these errors were encountered:
I installed older version of Azure CLI and it works with same command.
PS C:\Users\masah> az version
This command is in preview. It may be changed/removed in a future release.
{
"azure-cli": "2.2.0",
"azure-cli-command-modules-nspkg": "2.0.3",
"azure-cli-core": "2.2.0",
"azure-cli-nspkg": "3.0.4",
"azure-cli-telemetry": "1.0.4",
"extensions": {
"k8sconfiguration": "0.1.7"
}
}
When execute sample command, I got error.
I did same thing from CloudShell and my local PC but I got same error.
The text was updated successfully, but these errors were encountered: