From a476b980809bac0cd03b0dd277f7e02238a6440b Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Mon, 24 Jun 2024 16:45:57 -0700 Subject: [PATCH] format Signed-off-by: nithyatsu --- typespec/UCP/aws-credentials.tsp | 1 + 1 file changed, 1 insertion(+) diff --git a/typespec/UCP/aws-credentials.tsp b/typespec/UCP/aws-credentials.tsp index c47f2ba295..83cd42bd65 100644 --- a/typespec/UCP/aws-credentials.tsp +++ b/typespec/UCP/aws-credentials.tsp @@ -63,6 +63,7 @@ model AwsPlaneNameParameter { enum AWSCredentialKind { @doc("The AWS Access Key credential") AccessKey, + @doc("The AWS IRSA credential") IRSA, }