Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7398,6 +7398,19 @@
"x-ms-format": "dfe-string",
"description": "The resource group where the cluster belongs. Type: string (or Expression with resultType string)."
},
"clusterResourceGroupAuthType": {
"description": "HDInsight On-demand cluster resource group authentication type.",
"type": "string",
"enum": [
"ServicePrincipalKey",
"SystemAssignedManagedIdentity",
"UserAssignedManagedIdentity"
],
"x-ms-enum": {
"name": "HDInsightOndemandClusterResourceGroupAuthenticationType",
"modelAsString": true
}
},
"clusterNamePrefix": {
"type": "object",
"x-ms-format": "dfe-string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6742,6 +6742,19 @@
"type": "object",
"description": "The resource group where the cluster belongs. Type: string (or Expression with resultType string)."
},
"clusterResourceGroupAuthType": {
"description": "HDInsight On-demand cluster resource group authentication type.",
"type": "string",
"enum": [
"ServicePrincipalKey",
"SystemAssignedManagedIdentity",
"UserAssignedManagedIdentity"
],
"x-ms-enum": {
"name": "HDInsightOndemandClusterResourceGroupAuthenticationType",
"modelAsString": true
}
},
"clusterNamePrefix": {
"type": "object",
"description": "The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType string)."
Expand Down
Loading