We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a34548 commit 3b549d5Copy full SHA for 3b549d5
.evergreen/scripts/oidc_tester.py
@@ -35,6 +35,7 @@ def setup_oidc(sub_test_name: str) -> dict[str, str] | None:
35
if sub_test_name == "azure":
36
env["AZUREOIDC_VMNAME_PREFIX"] = "PYTHON_DRIVER"
37
if "-remote" not in sub_test_name:
38
+ env["NO_EXT"] = "1"
39
40
# Found using "az vm image list --output table"
41
env["AZUREOIDC_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
0 commit comments