Forked from patpicos/arm-template-parameters-definition.json
Created
August 31, 2020 15:51
-
-
Save jiamaozheng/c9e23b6d34d66407303b4d110121fb27 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