diff --git a/specification/loadtestservice/LoadTestService/models.tsp b/specification/loadtestservice/LoadTestService/models.tsp index 5f1ccb5d57ba..77317b553889 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.")