Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoRegisteredProviderFound #7

Open
ebibibi opened this issue Nov 7, 2020 · 1 comment
Open

NoRegisteredProviderFound #7

ebibibi opened this issue Nov 7, 2020 · 1 comment

Comments

@ebibibi
Copy link

ebibibi commented Nov 7, 2020

When execute sample command, I got error.

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"
  }
}
@ebibibi
Copy link
Author

ebibibi commented Nov 7, 2020

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"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant