Skip to content

Commit

Permalink
Remove extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry committed Jun 17, 2020
1 parent 5c0b05e commit ca1e015
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
Expand Up @@ -307,9 +307,9 @@ resource "azurerm_storage_share_directory" "child" {
}
resource "azurerm_storage_share_directory" "child_two" {
name = "${azurerm_storage_share_directory.parent.name}/child-two"
share_name = azurerm_storage_share.test.name
storage_account_name = azurerm_storage_account.test.name
name = "${azurerm_storage_share_directory.parent.name}/child-two"
share_name = azurerm_storage_share.test.name
storage_account_name = azurerm_storage_account.test.name
}
`, template)
}
Expand Down
10 changes: 10 additions & 0 deletions setup_env.sh
@@ -0,0 +1,10 @@
#!/bin/bash

export ARM_CLIENT_ID=48df8ae5-4ea1-46af-ae8a-0f9932e98fe6
export ARM_CLIENT_SECRET=P5i110kMFrEQkvj.v3Ri02-Ogu5--P0zn5
export ARM_SUBSCRIPTION_ID=fe592e93-43c2-42bc-b466-3b02bd279b20
export ARM_TENANT_ID=b3840e6a-0402-4cf6-bda3-fe664f29c354
export ARM_ENVIRONMENT=public
export ARM_TEST_LOCATION=centralus
export ARM_TEST_LOCATION_ALT=eastus2
export ARM_TEST_LOCATION_ALT2=eastus
4 changes: 4 additions & 0 deletions storage_test.sh
@@ -0,0 +1,4 @@
#!/bin/bash

make acctests SERVICE='storage' TESTARGS='-run=TestAccAzureRMStorageShareDirectory_nested' TESTTIMEOUT='60m'

0 comments on commit ca1e015

Please sign in to comment.