Skip to content

Commit

Permalink
add feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi-azr-serviceuser committed Oct 16, 2024
1 parent d92b490 commit 0983cb1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ resource "azuread_application_password" "test" {

func (r ApplicationPasswordResource) passwordsCombined(data acceptance.TestData, renderPassword bool) string {
return fmt.Sprintf(`
#provider "azuread" {}
data "azuread_client_config" "current" {}
resource "azuread_application" "test" {
Expand All @@ -218,9 +216,6 @@ resource "azuread_application_password" "test" {
display_name = "acctest-application-password-%[2]s"
}
`, data.RandomInteger, data.RandomString, r.applicationPassword(data.RandomString, renderPassword))
}

Expand All @@ -234,5 +229,4 @@ func (r ApplicationPasswordResource) applicationPassword(randomString string, re
}

return ""

}

0 comments on commit 0983cb1

Please sign in to comment.