Skip to content

Commit

Permalink
add suppression for lint error (#25941)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu authored Sep 22, 2023
1 parent 7b57c8d commit 17a7e5d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ input-file:
suppressions:
- code: LroPostReturn
reason: LRO does not return 200.
- code: TrackedResourcePatchOperation
reason: server side don't support Patch yet track with https://msdata.visualstudio.com/Vienna/_workitems/edit/2702298.
where:
- $.definitions.PrivateEndpointConnection
```
### Tag: package-preview-2023-06

Expand Down

0 comments on commit 17a7e5d

Please sign in to comment.