Skip to content

Commit 034d9ba

Browse files
authored
Fix reference to display_name_contains in doc example (#1677)
1 parent 82a3944 commit 034d9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-sources/service_principals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "databricks_group" "admins" {
1818
}
1919
2020
data "databricks_service_principals" "spns" {
21-
display_name = "my-spn"
21+
display_name_contains = "my-spn"
2222
}
2323
2424
data "databricks_service_principal" "spn" {

0 commit comments

Comments
 (0)