Skip to content

Commit

Permalink
doc: Remove Image Services Gen2 LA notice (#628)
Browse files Browse the repository at this point in the history
* remove la

* oops
  • Loading branch information
yec-akamai authored Nov 27, 2024
1 parent bb8fd62 commit d291aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d291aac

Please sign in to comment.