Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 4accf35

Browse files
f-alizadaFarhad Alizada
andauthored
Remove sample property from ApiOperationRepresentation (#710)
Co-authored-by: Farhad Alizada <falizada@microsoft.com>
1 parent 43e6806 commit 4accf35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ArmTemplates/Common/Templates/ApiOperations/ApiOperationRepresentation.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public class ApiOperationRepresentation
1414

1515
public string TypeName { get; set; }
1616

17-
public string Sample { get; set; }
18-
1917
public IDictionary<string, ParameterExampleContract> Examples { get; set; }
2018
}
2119
}

0 commit comments

Comments
 (0)