Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e8af97

Browse files
chinadragon0515dsgouda
authored andcommitted
Add edition support for the SSIS IR (Azure#2266)
1 parent b929316 commit 2e8af97

File tree

1 file changed

+30
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes

1 file changed

+30
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,22 @@
146146
"name": "IntegrationRuntimeLicenseType",
147147
"modelAsString": true
148148
}
149+
},
150+
"customSetupScriptProperties": {
151+
"description": "Custom setup script properties for a managed dedicated integration runtime.",
152+
"$ref": "#/definitions/IntegrationRuntimeCustomSetupScriptProperties"
153+
},
154+
"edition": {
155+
"description": "The edition for the SSIS Integration Runtime",
156+
"type": "string",
157+
"enum": [
158+
"Standard",
159+
"Enterprise"
160+
],
161+
"x-ms-enum": {
162+
"name": "IntegrationRuntimeEdition",
163+
"modelAsString": true
164+
}
149165
}
150166
},
151167
"additionalProperties": {
@@ -189,6 +205,20 @@
189205
"type": "object"
190206
}
191207
},
208+
"IntegrationRuntimeCustomSetupScriptProperties": {
209+
"description": "Custom setup script properties for a managed dedicated integration runtime.",
210+
"type": "object",
211+
"properties": {
212+
"blobContainerUri": {
213+
"description": "The URI of the Azure blob container that contains the custom setup script.",
214+
"type": "string"
215+
},
216+
"sasToken": {
217+
"description": "The SAS token of the Azure blob container.",
218+
"$ref": "../datafactory.json#/definitions/SecureString"
219+
}
220+
}
221+
},
192222
"SelfHostedIntegrationRuntime": {
193223
"x-ms-discriminator-value": "SelfHosted",
194224
"description": "Self-hosted integration runtime.",

0 commit comments

Comments
 (0)