From 564f90f5abb93c25b4a4911639d11091dfc2e61e Mon Sep 17 00:00:00 2001 From: Ye Chen <127243817+yec-akamai@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:33:42 -0500 Subject: [PATCH] rm la (#478) --- linode_api4/objects/image.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/linode_api4/objects/image.py b/linode_api4/objects/image.py index 931ed4a31..1215c422c 100644 --- a/linode_api4/objects/image.py +++ b/linode_api4/objects/image.py @@ -64,12 +64,8 @@ class Image(Base): def replicate(self, regions: Union[List[str], List[Region]]): """ - NOTE: Image replication may not currently be available to all users. - Replicate the image to other regions. - Note: Image replication may not currently be available to all users. - API Documentation: https://techdocs.akamai.com/linode-api/reference/post-replicate-image :param regions: A list of regions that the customer wants to replicate this image in.