Skip to content

Commit fda3d5e

Browse files
Fix awsconnector missing suppression (#30964)
1 parent 6f84774 commit fda3d5e

File tree

1 file changed

+1
-0
lines changed
  • specification/awsconnector/EmrClusterSummary.Management

1 file changed

+1
-0
lines changed

specification/awsconnector/EmrClusterSummary.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ model ClusterTimeline {
231231
readyDateTime?: utcDateTime;
232232
}
233233

234+
#suppress "@azure-tools/typespec-azure-resource-manager/no-empty-model" "Existing model"
234235
#suppress "@azure-tools/typespec-azure-core/casing-style" "Supress casing style as the property name is defined in aws."
235236
#suppress "@azure-tools/typespec-azure-core/no-unknown" "Supress no-unknown to handle the datatype object used in aws"
236237
#suppress "@azure-tools/typespec-azure-resource-manager/arm-no-record" "Supress arm-no-record to handle the datatype object used in aws"

0 commit comments

Comments
 (0)