diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json index 05876249e8ef..856bfc7a6ce7 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json @@ -2819,7 +2819,7 @@ ] }, "FilterActivityTypeProperties": { - "description": "Fitler activity properties.", + "description": "Filter activity properties.", "properties": { "items": { "description": "Input array on which filter should be applied.", diff --git a/specification/datafactory/resource-manager/readme.md b/specification/datafactory/resource-manager/readme.md index 98be8b907c64..2334976564cf 100644 --- a/specification/datafactory/resource-manager/readme.md +++ b/specification/datafactory/resource-manager/readme.md @@ -94,7 +94,7 @@ python: license-header: MICROSOFT_MIT_NO_VERSION payload-flattening-threshold: 2 namespace: azure.mgmt.datafactory - package-name: azure-mgmt-dafactory + package-name: azure-mgmt-datafactory package-version: 1.0.0 clear-output-folder: true ``` @@ -188,7 +188,7 @@ directive: from: datafactory.json reason: - Flattening does not work well with polymorphic models. - - TriggerResource.properties is an arbitary dictionary and cannot be flattened. + - TriggerResource.properties is an arbitrary dictionary and cannot be flattened. - suppress: R2018 # XmsEnumValidation where: - $.definitions.Expression.properties.type @@ -256,7 +256,7 @@ directive: - $.definitions.SelfHostedIntegrationRuntimeNode.properties.isActiveDispatcher - $.definitions.IntegrationRuntimeConnectionInfo.properties.isIdentityCertExprired reason: - - toBeExportedForShoebox is property we send to Azure Monitor which requries the boolean type + - toBeExportedForShoebox is property we send to Azure Monitor which requires the boolean type - The other properties are simple and self explanatory ```