Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datafactory] [DataFactory] Add UAMI to Identity #1806

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion schemas/2017-09-01-preview/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -12175,4 +12175,4 @@
"description": "Zoho server dataset."
}
}
}
}
16 changes: 10 additions & 6 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -11621,7 +11621,9 @@
{
"type": "string",
"enum": [
"SystemAssigned"
"SystemAssigned",
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down Expand Up @@ -27469,16 +27471,18 @@
"description": "The base definition of a secret type."
},
"resource": {
"type": "string",
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication."
"type": "object",
"properties": {},
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string)."
},
"type": {
"type": "string",
"description": "Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)"
},
"username": {
"type": "string",
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal"
"type": "object",
"properties": {},
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string)."
},
"userTenant": {
"type": "object",
Expand Down Expand Up @@ -28335,4 +28339,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}