Skip to content

Commit

Permalink
Make suppression more specific (#26031)
Browse files Browse the repository at this point in the history
Co-authored-by: Teo Magnino Chaban <teom@microsoft.com>
  • Loading branch information
teochaban and Teo Magnino Chaban authored Sep 29, 2023
1 parent 3a815de commit b8d173c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ input-file:
- Microsoft.MachineLearningServices/preview/2023-08-01-preview/workspaceRP.json
suppressions:
- code: LroPostReturn
reason: LRO does not return 200.
reason: LRO does not return 200 by design.
where:
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/resize"].post
- code: TrackedResourcePatchOperation
reason: server side don't support Patch yet track with https://msdata.visualstudio.com/Vienna/_workitems/edit/2702298.
where:
Expand Down

0 comments on commit b8d173c

Please sign in to comment.