Skip to content

Commit cae91de

Browse files
nakul16168Nakul RamanathanJingshu918
authored andcommitted
Add clusterResourceGroupAuthType field to HDInsight Ondemand cluster linked service swagger definition for Datafactory and Synapse (#37910)
Co-authored-by: Nakul Ramanathan <[email protected]> Co-authored-by: Jingshu918 <[email protected]>
1 parent e8f4cc7 commit cae91de

File tree

2 files changed

+26
-0
lines changed
  • specification
    • datafactory/resource-manager/Microsoft.DataFactory/DataFactory/stable/2018-06-01/entityTypes
    • synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

2 files changed

+26
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7398,6 +7398,19 @@
73987398
"x-ms-format": "dfe-string",
73997399
"description": "The resource group where the cluster belongs. Type: string (or Expression with resultType string)."
74007400
},
7401+
"clusterResourceGroupAuthType": {
7402+
"description": "HDInsight On-demand cluster resource group authentication type.",
7403+
"type": "string",
7404+
"enum": [
7405+
"ServicePrincipalKey",
7406+
"SystemAssignedManagedIdentity",
7407+
"UserAssignedManagedIdentity"
7408+
],
7409+
"x-ms-enum": {
7410+
"name": "HDInsightOndemandClusterResourceGroupAuthenticationType",
7411+
"modelAsString": true
7412+
}
7413+
},
74017414
"clusterNamePrefix": {
74027415
"type": "object",
74037416
"x-ms-format": "dfe-string",

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6742,6 +6742,19 @@
67426742
"type": "object",
67436743
"description": "The resource group where the cluster belongs. Type: string (or Expression with resultType string)."
67446744
},
6745+
"clusterResourceGroupAuthType": {
6746+
"description": "HDInsight On-demand cluster resource group authentication type.",
6747+
"type": "string",
6748+
"enum": [
6749+
"ServicePrincipalKey",
6750+
"SystemAssignedManagedIdentity",
6751+
"UserAssignedManagedIdentity"
6752+
],
6753+
"x-ms-enum": {
6754+
"name": "HDInsightOndemandClusterResourceGroupAuthenticationType",
6755+
"modelAsString": true
6756+
}
6757+
},
67456758
"clusterNamePrefix": {
67466759
"type": "object",
67476760
"description": "The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType string)."

0 commit comments

Comments
 (0)