Skip to content

Commit

Permalink
tsp, loadtesting, remove empty visibility from FileInfo.fileName (Azu…
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jul 10, 2024
1 parent ad58668 commit df3cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/loadtestservice/LoadTestService/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit df3cd3e

Please sign in to comment.