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_machine_learning_workspace - Fixes #10864 #11065

Merged
merged 3 commits into from
Mar 30, 2021

Conversation

ArcturusZhang
Copy link
Contributor

Fixes #10864

Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TC is failing with the following:

------- Stdout: -------
=== RUN   TestAccMachineLearningWorkspace_basic
=== PAUSE TestAccMachineLearningWorkspace_basic
=== CONT  TestAccMachineLearningWorkspace_basic
    testing.go:620: Step 1/2 error: Error running apply: 
        Error: Error creating Machine Learning Workspace "acctest-MLW-2103241743564635" (Resource Group "acctestRG-ml-210324174356463582"): Error validating Storage Account "acctestsa210324174356482" (Resource Group "acctestRG-ml-210324174356463582"): storage.AccountsClient#GetProperties: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidSubscriptionId" Message="The provided subscription identifier 'resourceGroups' is malformed or invalid."
        
          on config277218270/terraform_plugin_test.tf line 39, in resource "azurerm_machine_learning_workspace" "test":
          39: resource "azurerm_machine_learning_workspace" "test" {
        
        
--- FAIL: TestAccMachineLearningWorkspace_basic (247.79s)
FAIL

------- Stderr: -------
2021/03/24 17:43:56 [DEBUG] not using binary driver name, it's no longer needed
2021/03/24 17:43:56 [DEBUG] not using binary driver name, it's no longer needed

TestAccMachineLearningWorkspaceDataSource_basic
--
TestAccMachineLearningWorkspace_basic
TestAccMachineLearningWorkspace_basicUpdate
TestAccMachineLearningWorkspace_complete
TestAccMachineLearningWorkspace_completeUpdate
TestAccMachineLearningWorkspace_requiresImport


Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@ArcturusZhang
Copy link
Contributor Author

Well, we might need to merge this after #11063

@katbyte katbyte added this to the v2.54.0 milestone Mar 30, 2021
Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ArcturusZhang - this LGTM 👍

@katbyte katbyte merged commit 080e0b6 into hashicorp:master Mar 30, 2021
katbyte added a commit that referenced this pull request Mar 30, 2021
@ArcturusZhang ArcturusZhang deleted the machinelearning-fix-10864 branch March 31, 2021 04:18
@ghost
Copy link

ghost commented Apr 2, 2021

This has been released in version 2.54.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.54.0"
}
# ... other configuration ...

@ghost
Copy link

ghost commented Apr 30, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Apr 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azurerm_machine_learning_workspace error when referencing container registry in another subscription
2 participants