From 3337a61dd26df8aa6bf8136a3904a94ede8fa00d Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Wed, 10 Jul 2024 14:05:00 +0800 Subject: [PATCH] tsp, loadtesting, remove empty visibility from FileInfo.fileName (#29521) --- specification/loadtestservice/LoadTestService/models.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/loadtestservice/LoadTestService/models.tsp b/specification/loadtestservice/LoadTestService/models.tsp index 5f1ccb5d57bab..77317b553889e 100644 --- a/specification/loadtestservice/LoadTestService/models.tsp +++ b/specification/loadtestservice/LoadTestService/models.tsp @@ -496,9 +496,9 @@ model TestInputArtifacts { @doc("File info") model FileInfo { + #suppress "@azure-tools/typespec-azure-core/key-visibility-required" "model is output only" @doc("Name of the file.") @key - @visibility fileName: string; @doc("File URL.")