From c2c2d64f7bd7aeb04ae9b77c822ec452014258ff Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 29 Mar 2023 11:45:06 -0600 Subject: [PATCH] feat(artifactregistry): promote to GA --- artifactregistry/apiv1/doc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/artifactregistry/apiv1/doc.go b/artifactregistry/apiv1/doc.go index 1e3e7a83af0a..c9676068dc9a 100644 --- a/artifactregistry/apiv1/doc.go +++ b/artifactregistry/apiv1/doc.go @@ -20,8 +20,6 @@ // Store and manage build artifacts in a scalable and integrated service // built on Google infrastructure. // -// NOTE: This package is in beta. It is not stable, and may be subject to changes. -// // # General documentation // // For information about setting deadlines, reusing contexts, and more