From 10af5409d7042e88789e0db977729f8f615c8da8 Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Tue, 25 Jun 2024 10:25:04 -0700 Subject: [PATCH] fix format Signed-off-by: nithyatsu --- typespec/UCP/aws-credentials.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typespec/UCP/aws-credentials.tsp b/typespec/UCP/aws-credentials.tsp index 83cd42bd65..ef2088dadc 100644 --- a/typespec/UCP/aws-credentials.tsp +++ b/typespec/UCP/aws-credentials.tsp @@ -63,7 +63,7 @@ model AwsPlaneNameParameter { enum AWSCredentialKind { @doc("The AWS Access Key credential") AccessKey, - + @doc("The AWS IRSA credential") IRSA, }