Skip to content

Commit 949388b

Browse files
authored
Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (Azure#17036)
* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService * update * revert some change
1 parent fc59c63 commit 949388b

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -2546,6 +2546,14 @@
25462546
"credential": {
25472547
"$ref": "../datafactory.json#/definitions/CredentialReference",
25482548
"description": "The credential reference containing authentication information."
2549+
},
2550+
"servicePrincipalCredentialType": {
2551+
"type": "object",
2552+
"description": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)."
2553+
},
2554+
"servicePrincipalCredential": {
2555+
"description": "The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.",
2556+
"$ref": "../datafactory.json#/definitions/SecretBase"
25492557
}
25502558
},
25512559
"required": [

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json

+8
Original file line numberDiff line numberDiff line change
@@ -2352,6 +2352,14 @@
23522352
"type": "object",
23532353
"description": "Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string)."
23542354
},
2355+
"servicePrincipalCredentialType": {
2356+
"type": "object",
2357+
"description": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)."
2358+
},
2359+
"servicePrincipalCredential": {
2360+
"description": "The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.",
2361+
"$ref": "../artifacts.json#/definitions/SecretBase"
2362+
},
23552363
"encryptedCredential": {
23562364
"type": "object",
23572365
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."

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

+8
Original file line numberDiff line numberDiff line change
@@ -2352,6 +2352,14 @@
23522352
"type": "object",
23532353
"description": "Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string)."
23542354
},
2355+
"servicePrincipalCredentialType": {
2356+
"type": "object",
2357+
"description": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)."
2358+
},
2359+
"servicePrincipalCredential": {
2360+
"description": "The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.",
2361+
"$ref": "../artifacts.json#/definitions/SecretBase"
2362+
},
23552363
"encryptedCredential": {
23562364
"type": "object",
23572365
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."

0 commit comments

Comments
 (0)