Skip to content

Commit

Permalink
Fixed withTags test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Feb 11, 2020
1 parent e9bcd55 commit 4aa6624
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func testAccAzureRMMachineLearningWorkspace_withTagsUpdate(data acceptance.TestD
return fmt.Sprintf(`
%s
resource "azurerm_machine_learning_workspace" "amltest" {
resource "azurerm_machine_learning_workspace" "test" {
name = "acctestworkspace-%d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
Expand Down Expand Up @@ -312,6 +312,7 @@ func testAccAzureRMMachineLearningWorkspace_requiresImport(data acceptance.TestD
resource "azurerm_machine_learning_workspace" "import" {
name = azurerm_machine_learning_workspace.test.name
location = azurerm_machine_learning_workspace.test.location
resource_group_name = azurerm_machine_learning_workspace.test.resource_group_name
application_insights_id = azurerm_machine_learning_workspace.test.application_insights_id
key_vault_id = azurerm_machine_learning_workspace.test.key_vault_id
Expand Down

0 comments on commit 4aa6624

Please sign in to comment.