File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 78907890 "type" : " object" ,
78917891 "description" : " Type: string (or Expression with resultType string)."
78927892 }
7893+ },
7894+ "authentication" : {
7895+ "description" : " Authentication method used for executing the notebook." ,
7896+ "$ref" : " #/definitions/SynapseActivityAuthentication"
78937897 }
78947898 },
78957899 "required" : [
80168020 "type" : " object" ,
80178021 "description" : " Type: string (or Expression with resultType string)."
80188022 }
8023+ },
8024+ "authentication" : {
8025+ "description" : " Authentication method used for executing the Spark job definition." ,
8026+ "$ref" : " #/definitions/SynapseActivityAuthentication"
80198027 }
80208028 },
80218029 "required" : [
80478055 " referenceName"
80488056 ]
80498057 },
8058+ "SynapseActivityAuthentication" : {
8059+ "description" : " Synapse activity authentication properties." ,
8060+ "type" : " object" ,
8061+ "properties" : {
8062+ "type" : {
8063+ "description" : " Synapse activity authentication (MSI/UserAssignedManagedIdentity)" ,
8064+ "type" : " string"
8065+ },
8066+ "credential" : {
8067+ "$ref" : " ../artifacts.json#/definitions/CredentialReference" ,
8068+ "description" : " The credential reference containing authentication information."
8069+ }
8070+ },
8071+ "required" : [
8072+ " type"
8073+ ]
8074+ },
80508075 "SqlPoolStoredProcedureActivity" : {
80518076 "description" : " Execute SQL pool stored procedure activity." ,
80528077 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments