Skip to content

Commit

Permalink
[DataFactory]suppress swagger warning (Azure#26551)
Browse files Browse the repository at this point in the history
* [Synapse]Fix Credential OperationId Not UnifiedIssue

* [DataFactory]suppress swagger warning

* change

* change

* change

* change

* fix

* fix

* fix

* revert

* add more

* add more
  • Loading branch information
Jingshu918 authored Nov 6, 2023
1 parent 36a0e40 commit fecf4d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions specification/datafactory/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fecf4d9

Please sign in to comment.