Created
March 27, 2019 00:04
-
-
Save patpicos/13b15d52d99a1d7b4cf3b90379bfb504 to your computer and use it in GitHub Desktop.
arm-template-parameters-definition.json with exposed existingClusterId (line 79)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Microsoft.DataFactory/factories/pipelines": { | |
}, | |
"Microsoft.DataFactory/factories/integrationRuntimes":{ | |
"properties": { | |
"typeProperties": { | |
"ssisProperties": { | |
"catalogInfo": { | |
"catalogServerEndpoint": "=", | |
"catalogAdminUserName": "=", | |
"catalogAdminPassword": { | |
"value": "-::secureString" | |
} | |
}, | |
"customSetupScriptProperties": { | |
"sasToken": { | |
"value": "-::secureString" | |
} | |
} | |
}, | |
"linkedInfo": { | |
"key": { | |
"value": "-::secureString" | |
}, | |
"resourceId": "=" | |
} | |
} | |
} | |
}, | |
"Microsoft.DataFactory/factories/triggers": { | |
"properties": { | |
"pipelines": [{ | |
"parameters": { | |
"*": "=" | |
} | |
}, | |
"pipelineReference.referenceName" | |
], | |
"pipeline": { | |
"parameters": { | |
"*": "=" | |
} | |
}, | |
"typeProperties": { | |
"scope": "=" | |
} | |
} | |
}, | |
"Microsoft.DataFactory/factories/linkedServices": { | |
"*": { | |
"properties": { | |
"typeProperties": { | |
"accountName": "=", | |
"username": "=", | |
"userName": "=", | |
"accessKeyId": "=", | |
"servicePrincipalId": "=", | |
"userId": "=", | |
"clientId": "=", | |
"clusterUserName": "=", | |
"clusterSshUserName": "=", | |
"hostSubscriptionId": "=", | |
"clusterResourceGroup": "=", | |
"subscriptionId": "=", | |
"resourceGroupName": "=", | |
"tenant": "=", | |
"dataLakeStoreUri": "=", | |
"baseUrl": "=", | |
"database": "=", | |
"serviceEndpoint": "=", | |
"batchUri": "=", | |
"databaseName": "=", | |
"systemNumber": "=", | |
"server": "=", | |
"url":"=", | |
"aadResourceId": "=", | |
"connectionString": "|:-connectionString:secureString", | |
"existingClusterId": "-" | |
} | |
} | |
}, | |
"Odbc": { | |
"properties": { | |
"typeProperties": { | |
"userName": "=", | |
"connectionString": { | |
"secretName": "=" | |
} | |
} | |
} | |
} | |
}, | |
"Microsoft.DataFactory/factories/datasets": { | |
"*": { | |
"properties": { | |
"typeProperties": { | |
"folderPath": "=", | |
"fileName": "=" | |
} | |
} | |
}} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment