Skip to content

Commit f4dcfe6

Browse files
updated name for has_azure_managed_identity in the signal response
1 parent a8085f7 commit f4dcfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/platform_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def detect_platforms(platform_detection_timeout_seconds: float | None) -> list[s
396396
"is_azure_vm": executor.submit(
397397
is_azure_vm, platform_detection_timeout_seconds
398398
),
399-
"azure_managed_identity": executor.submit(
399+
"has_azure_managed_identity": executor.submit(
400400
has_azure_managed_identity, platform_detection_timeout_seconds
401401
),
402402
"is_gce_vm": executor.submit(

0 commit comments

Comments
 (0)