From c3ab05d6968c3592575719bf6a093866e47e7e9c Mon Sep 17 00:00:00 2001 From: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Date: Sat, 20 Nov 2021 07:52:08 -0600 Subject: [PATCH] Added suppression to Storage (#16806) * Added supression to Storage CI * Removed duplicate supression * Revert "Removed duplicate supression" This reverts commit 2d5347f8b186e09336cdb0ec4ea873fd908bc1e2. --- specification/storage/data-plane/Microsoft.BlobStorage/readme.md | 1 + specification/storage/data-plane/Microsoft.FileStorage/readme.md | 1 + .../storage/data-plane/Microsoft.QueueStorage/readme.md | 1 + .../storage/data-plane/Microsoft.StorageDataLake/readme.md | 1 + 4 files changed, 4 insertions(+) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/readme.md b/specification/storage/data-plane/Microsoft.BlobStorage/readme.md index e949e13f8397..96e44769af6b 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.BlobStorage/readme.md @@ -74,5 +74,6 @@ directive: - suppress: XmsPathsMustOverloadPaths - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension + - suppress: OAV107 ``` --- \ No newline at end of file diff --git a/specification/storage/data-plane/Microsoft.FileStorage/readme.md b/specification/storage/data-plane/Microsoft.FileStorage/readme.md index 5e66beda184a..21e66ebb03a2 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.FileStorage/readme.md @@ -65,5 +65,6 @@ directive: - suppress: XmsPathsMustOverloadPaths - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension + - suppress: OAV107 ``` --- \ No newline at end of file diff --git a/specification/storage/data-plane/Microsoft.QueueStorage/readme.md b/specification/storage/data-plane/Microsoft.QueueStorage/readme.md index 9bbeceee0292..f7ba212850b6 100644 --- a/specification/storage/data-plane/Microsoft.QueueStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.QueueStorage/readme.md @@ -47,5 +47,6 @@ directive: - suppress: XmsPathsMustOverloadPaths - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension + - suppress: OAV107 ``` --- \ No newline at end of file diff --git a/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md b/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md index b35bdf04a371..a7111d958e86 100644 --- a/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md +++ b/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md @@ -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 ``` --- \ No newline at end of file