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 and zaowang-ms committed Jul 22, 2024
1 parent 165255a commit 3337a61
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 3337a61

Please sign in to comment.