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

update azurerm version #2370

Merged
merged 2 commits into from Apr 1, 2024
Merged

update azurerm version #2370

merged 2 commits into from Apr 1, 2024

Conversation

Adam-D-Lewis
Copy link
Member

@Adam-D-Lewis Adam-D-Lewis commented Mar 28, 2024

Reference Issues or PRs

Fixes #2374

Azurerm was throwing the following error on deployment in eastus2 region when updating a cluster from 2024.1.1 to 2024.3.3.

Error: retrieving Cluster: (Managed Cluster Name "nebari-dev" / Resource Group "my-resourcegroup"): 
containerservice.ManagedClustersClient#Get: Failure respond ing to request: StatusCode=400 -- 
Original Error: autorest/azure: Service returned an error. Status=400 Code="NoRegisteredProviderFound" 
Message="No registered resource provider found for location 'eastus2' and API version '2022-03-02-preview' for type 'managedClusters'.

Updating azurerm provider fixed the issue.

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe): Update azurerm

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Any other comments?

@marcelovilla marcelovilla removed this from the Next release milestone Apr 1, 2024
@Adam-D-Lewis Adam-D-Lewis merged commit 8094913 into develop Apr 1, 2024
26 checks passed
@Adam-D-Lewis Adam-D-Lewis deleted the update_azurerm branch April 1, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 💪🏾
Development

Successfully merging this pull request may close these issues.

[BUG] - Azure NoRegisteredProviderFound Error
2 participants