From d14a6c4304574b9adffb92841cef1599e536d273 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Thu, 18 Nov 2021 11:46:38 -0600 Subject: [PATCH 1/3] Added supression to Storage CI --- 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 From 2d5347f8b186e09336cdb0ec4ea873fd908bc1e2 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Thu, 18 Nov 2021 13:23:45 -0600 Subject: [PATCH 2/3] Removed duplicate supression --- 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 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/readme.md b/specification/storage/data-plane/Microsoft.BlobStorage/readme.md index 96e44769af6b..6adbfe76616c 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.BlobStorage/readme.md @@ -72,7 +72,6 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths - - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension - suppress: OAV107 ``` diff --git a/specification/storage/data-plane/Microsoft.FileStorage/readme.md b/specification/storage/data-plane/Microsoft.FileStorage/readme.md index 21e66ebb03a2..3ee48ad5f771 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.FileStorage/readme.md @@ -63,7 +63,6 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths - - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension - suppress: OAV107 ``` diff --git a/specification/storage/data-plane/Microsoft.QueueStorage/readme.md b/specification/storage/data-plane/Microsoft.QueueStorage/readme.md index f7ba212850b6..d7f560f9797c 100644 --- a/specification/storage/data-plane/Microsoft.QueueStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.QueueStorage/readme.md @@ -45,7 +45,6 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths - - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension - suppress: OAV107 ``` diff --git a/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md b/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md index a7111d958e86..d0d44ef886d5 100644 --- a/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md +++ b/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md @@ -81,7 +81,6 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths - - suppress: XmsExamplesRequired - suppress: OperationIdNounConflictingModelNames reason: This is only a warning. Changing these definitions would be a massive breaking change to our clients - suppress: LongRunningOperationsWithLongRunningExtension From 8fefdd84df681e1ffe9c50086797713c3e22cca7 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Thu, 18 Nov 2021 14:34:35 -0600 Subject: [PATCH 3/3] 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 6adbfe76616c..96e44769af6b 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.BlobStorage/readme.md @@ -72,6 +72,7 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths + - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension - suppress: OAV107 ``` diff --git a/specification/storage/data-plane/Microsoft.FileStorage/readme.md b/specification/storage/data-plane/Microsoft.FileStorage/readme.md index 3ee48ad5f771..21e66ebb03a2 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.FileStorage/readme.md @@ -63,6 +63,7 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths + - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension - suppress: OAV107 ``` diff --git a/specification/storage/data-plane/Microsoft.QueueStorage/readme.md b/specification/storage/data-plane/Microsoft.QueueStorage/readme.md index d7f560f9797c..f7ba212850b6 100644 --- a/specification/storage/data-plane/Microsoft.QueueStorage/readme.md +++ b/specification/storage/data-plane/Microsoft.QueueStorage/readme.md @@ -45,6 +45,7 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths + - suppress: XmsExamplesRequired - suppress: LongRunningOperationsWithLongRunningExtension - suppress: OAV107 ``` diff --git a/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md b/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md index d0d44ef886d5..a7111d958e86 100644 --- a/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md +++ b/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md @@ -81,6 +81,7 @@ directive: - suppress: DefinitionsPropertiesNamesCamelCase reason: These parameters are predfined by storage specifications - suppress: XmsPathsMustOverloadPaths + - suppress: XmsExamplesRequired - suppress: OperationIdNounConflictingModelNames reason: This is only a warning. Changing these definitions would be a massive breaking change to our clients - suppress: LongRunningOperationsWithLongRunningExtension