Skip to content

Commit c9b121d

Browse files
committed
Fix: Correct grammar in metric alert definition comments
1 parent b3be737 commit c9b121d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

specification/monitor/resource-manager/Microsoft.Insights/Insights/MetricAlertApi/MetricAlertResource.tsp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,16 @@ interface MetricAlertResources {
6969
get is ArmResourceRead<MetricAlertResource, Error = MetricAlertErrorResponse>;
7070

7171
/**
72-
* Create or update an metric alert definition.
72+
* Create or update a metric alert definition.
7373
*/
74-
#suppress "@azure-tools/typespec-azure-resource-manager/arm-put-operation-response-codes" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
7574
@tag("MetricAlerts")
7675
createOrUpdate is ArmResourceCreateOrReplaceSync<
7776
MetricAlertResource,
78-
Response = ArmResourceUpdatedResponse<MetricAlertResource>,
7977
Error = MetricAlertErrorResponse
8078
>;
8179

8280
/**
83-
* Update an metric alert definition.
81+
* Update a metric alert definition.
8482
*/
8583
@patch(#{ implicitOptionality: false })
8684
@tag("MetricAlerts")

0 commit comments

Comments
 (0)