Skip to content

Commit 41778cd

Browse files
liubing-microsoftIvan Liu
andauthored
add AzPowerShellSetup and its TypeProperties (#9893)
Co-authored-by: Ivan Liu <[email protected]>
1 parent 9ead163 commit 41778cd

File tree

1 file changed

+32
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+32
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,38 @@
444444
"componentName"
445445
]
446446
},
447+
"AzPowerShellSetup": {
448+
"description": "The express custom setup of installing Azure PowerShell.",
449+
"type": "object",
450+
"allOf": [
451+
{
452+
"$ref": "#/definitions/CustomSetupBase"
453+
}
454+
],
455+
"properties": {
456+
"typeProperties": {
457+
"description": "Install Azure PowerShell type properties.",
458+
"x-ms-client-flatten": true,
459+
"$ref": "#/definitions/AzPowerShellSetupTypeProperties"
460+
}
461+
},
462+
"required": [
463+
"typeProperties"
464+
]
465+
},
466+
"AzPowerShellSetupTypeProperties": {
467+
"description": "Installation of Azure PowerShell type properties.",
468+
"type": "object",
469+
"properties": {
470+
"version": {
471+
"description": "The required version of Azure PowerShell to install.",
472+
"type": "string"
473+
}
474+
},
475+
"required": [
476+
"version"
477+
]
478+
},
447479
"EntityReference": {
448480
"description": "The entity reference.",
449481
"type": "object",

0 commit comments

Comments
 (0)