Skip to content

Commit a2e38ac

Browse files
[Azure Data Factory] Support UAMI M2 (#17139)
* Enable excel in public swagger * update * rollback dataflow change * Support UAMI in ADF - M2 * UPDATE Co-authored-by: zhanyu2014 <[email protected]>
1 parent e05da83 commit a2e38ac

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,10 @@
615615
"resourceId": {
616616
"description": "The resource identifier of the integration runtime to be shared.",
617617
"type": "string"
618+
},
619+
"credential": {
620+
"$ref": "../datafactory.json#/definitions/CredentialReference",
621+
"description": "The credential reference containing authentication information."
618622
}
619623
},
620624
"required": [

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,10 @@
686686
"encryptedCredential": {
687687
"type": "object",
688688
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
689+
},
690+
"credential": {
691+
"$ref": "../datafactory.json#/definitions/CredentialReference",
692+
"description": "The credential reference containing authentication information."
689693
}
690694
}
691695
},
@@ -759,6 +763,10 @@
759763
"encryptedCredential": {
760764
"type": "object",
761765
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
766+
},
767+
"credential": {
768+
"$ref": "../datafactory.json#/definitions/CredentialReference",
769+
"description": "The credential reference containing authentication information."
762770
}
763771
},
764772
"required": [
@@ -5727,6 +5735,14 @@
57275735
"encryptedCredential": {
57285736
"type": "object",
57295737
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
5738+
},
5739+
"credential": {
5740+
"$ref": "../datafactory.json#/definitions/CredentialReference",
5741+
"description": "The credential reference containing authentication information."
5742+
},
5743+
"workspaceResourceId": {
5744+
"type": "object",
5745+
"description": "Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
57305746
}
57315747
},
57325748
"required": [

0 commit comments

Comments
 (0)