From d291aac4ddc9f5c00903480a9e301f2eed8964c2 Mon Sep 17 00:00:00 2001 From: Ye Chen <127243817+yec-akamai@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:21:48 -0500 Subject: [PATCH] doc: Remove Image Services Gen2 LA notice (#628) * remove la * oops --- images.go | 1 - 1 file changed, 1 deletion(-) diff --git a/images.go b/images.go index 9bbb20757..dd1d5f3fa 100644 --- a/images.go +++ b/images.go @@ -183,7 +183,6 @@ func (c *Client) UpdateImage(ctx context.Context, imageID string, opts ImageUpda } // ReplicateImage replicates an image to a given set of regions. -// NOTE: Image replication may not currently be available to all users. func (c *Client) ReplicateImage(ctx context.Context, imageID string, opts ImageReplicateOptions) (*Image, error) { return doPOSTRequest[Image]( ctx,