We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84774 commit fda3d5eCopy full SHA for fda3d5e
specification/awsconnector/EmrClusterSummary.Management/main.tsp
@@ -231,6 +231,7 @@ model ClusterTimeline {
231
readyDateTime?: utcDateTime;
232
}
233
234
+#suppress "@azure-tools/typespec-azure-resource-manager/no-empty-model" "Existing model"
235
#suppress "@azure-tools/typespec-azure-core/casing-style" "Supress casing style as the property name is defined in aws."
236
#suppress "@azure-tools/typespec-azure-core/no-unknown" "Supress no-unknown to handle the datatype object used in aws"
237
#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