From ff442674e1762697ecb5fc3bcabf2d4fc7fe1b95 Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 15 Apr 2024 17:48:40 -0700 Subject: [PATCH] PYTHON-4367 Fix link to GCP VM metadata (#1592) --- doc/examples/encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/encryption.rst b/doc/examples/encryption.rst index 82f8197f8..338b177be 100644 --- a/doc/examples/encryption.rst +++ b/doc/examples/encryption.rst @@ -603,7 +603,7 @@ An application using GCP credentials would look like: } client_encryption.create_data_key("gcp", master_key) -The driver will query the `VM instance metadata `_ to obtain credentials. +The driver will query the `VM instance metadata `_ to obtain credentials. An application using Azure credentials would look like, this time using :class:`~pymongo.encryption_options.AutoEncryptionOpts`: