From fecf4d9d60d34b09368836521085fd56f6f82bae Mon Sep 17 00:00:00 2001 From: Jingshu918 <138486531+Jingshu918@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:01:14 +0800 Subject: [PATCH] [DataFactory]suppress swagger warning (#26551) * [Synapse]Fix Credential OperationId Not UnifiedIssue * [DataFactory]suppress swagger warning * change * change * change * change * fix * fix * fix * revert * add more * add more --- .../datafactory/resource-manager/readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/specification/datafactory/resource-manager/readme.md b/specification/datafactory/resource-manager/readme.md index bd51bc935426..5941d4d3942a 100644 --- a/specification/datafactory/resource-manager/readme.md +++ b/specification/datafactory/resource-manager/readme.md @@ -45,6 +45,25 @@ input-file: - Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json - Microsoft.DataFactory/stable/2018-06-01/entityTypes/Trigger.json - Microsoft.DataFactory/stable/2018-06-01/entityTypes/ChangeDataCapture.json +suppressions: + - code: PropertiesTypeObjectNoDefinition + reason: ADF parameterization feature is widely adopted and requires object type for most of the swagger properties. + - code: AvoidAdditionalProperties + reason: ADF feature is widely adopted and requires additionalProperties for most of the swagger properties. + - code: MissingTypeObject + reason: ADF feature is widely adopted and requires MissingTypeObject for most of the swagger properties. + - code: IntegerTypeMustHaveFormat + reason: ADF feature is widely adopted and requires IntegerTypeMustHaveFormat for most of the swagger properties. + - code: RequiredPropertiesMissingInResourceModel + reason: ADF feature is widely adopted and requires RequiredPropertiesMissingInResourceModel for most of the swagger properties. + - code: BodyTopLevelProperties + reason: ADF feature is widely adopted and requires BodyTopLevelProperties for most of the swagger properties. + - code: TrackedResourcePatchOperation + reason: ADF feature is widely adopted and requires TrackedResourcePatchOperation for most of the swagger properties. + - code: XmsEnumValidation + reason: ADF feature is widely adopted and requires XmsEnumValidation for most of the swagger properties. + - code: NestedResourcesMustHaveListOperation + reason: ADF feature is widely adopted and requires NestedResourcesMustHaveListOperation for most of the swagger properties. ``` ### Tag: package-2017-09-preview