Skip to content

Commit

Permalink
Added suppression to Storage (Azure#16806)
Browse files Browse the repository at this point in the history
* Added supression to Storage CI

* Removed duplicate supression

* Revert "Removed duplicate supression"

This reverts commit 2d5347f.
  • Loading branch information
seanmcc-msft authored and LeiWang3 committed Mar 31, 2022
1 parent cd6f05b commit c3ab05d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ directive:
- suppress: XmsPathsMustOverloadPaths
- suppress: XmsExamplesRequired
- suppress: LongRunningOperationsWithLongRunningExtension
- suppress: OAV107
```
---
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ directive:
- suppress: XmsPathsMustOverloadPaths
- suppress: XmsExamplesRequired
- suppress: LongRunningOperationsWithLongRunningExtension
- suppress: OAV107
```
---
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ directive:
- suppress: XmsPathsMustOverloadPaths
- suppress: XmsExamplesRequired
- suppress: LongRunningOperationsWithLongRunningExtension
- suppress: OAV107
```
---
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ directive:
- suppress: OperationIdNounConflictingModelNames
reason: This is only a warning. Changing these definitions would be a massive breaking change to our clients
- suppress: LongRunningOperationsWithLongRunningExtension
- suppress: OAV107
```
---

0 comments on commit c3ab05d

Please sign in to comment.