Skip to content

Commit

Permalink
update tests for sas ds changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Mar 22, 2022
1 parent fa1a09a commit 5c07792
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2573,6 +2573,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
`, r.template(data, planSku))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2333,6 +2333,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
`, r.template(data, planSku))
Expand Down
2 changes: 2 additions & 0 deletions internal/services/appservice/linux_web_app_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2512,6 +2512,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
`, r.standardPlanTemplate(data), data.RandomInteger, data.RandomString)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1988,6 +1988,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
`, r.baseTemplate(data), data.RandomInteger, data.RandomString)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2315,6 +2315,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2158,6 +2158,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
Expand Down
2 changes: 2 additions & 0 deletions internal/services/appservice/windows_web_app_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
`, r.baseTemplate(data), data.RandomInteger, data.RandomString)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,8 @@ data "azurerm_storage_account_sas" "test" {
create = false
update = false
process = false
tag = false
filter = false
}
}
`, r.baseTemplate(data), data.RandomInteger, data.RandomString)
Expand Down

0 comments on commit 5c07792

Please sign in to comment.