Skip to content

Commit

Permalink
move mhsm data source test into resource test
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed May 12, 2023
1 parent 1f35167 commit 2dd42a6
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ func TestAccKeyVaultManagedHardwareSecurityModule(t *testing.T) {
// NOTE: this is a combined test rather than separate split out tests due to
// Azure only being able provision against one instance at a time
acceptance.RunTestsInSequence(t, map[string]map[string]func(t *testing.T){
//"data_source": {
// "basic": testAccDataSourceKeyVaultManagedHardwareSecurityModule_basic,
//},
"resource": {
//"basic": testAccKeyVaultManagedHardwareSecurityModule_basic,
//"update": testAccKeyVaultManagedHardwareSecurityModule_requiresImport,
//"complete": testAccKeyVaultManagedHardwareSecurityModule_complete,
"download": testAccKeyVaultManagedHardwareSecurityModule_download,
"data_source": testAccDataSourceKeyVaultManagedHardwareSecurityModule_basic,
"basic": testAccKeyVaultManagedHardwareSecurityModule_basic,
"update": testAccKeyVaultManagedHardwareSecurityModule_requiresImport,
"complete": testAccKeyVaultManagedHardwareSecurityModule_complete,
"download": testAccKeyVaultManagedHardwareSecurityModule_download,
},
})
}
Expand Down

0 comments on commit 2dd42a6

Please sign in to comment.