From 83b2841a6cd518502da5ea60b22e5dad7557a3b2 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 1 Dec 2018 15:04:28 -0500 Subject: [PATCH] typo: Microsoft.DataFactory - azure-mgmt-dafactory -> azure-mgmt-datafactory - arbitary -> arbitrary - requries -> requires - Fitler -> Filter --- .../preview/2017-09-01-preview/entityTypes/Pipeline.json | 2 +- specification/datafactory/resource-manager/readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```