Skip to content

Commit

Permalink
[Hub Generated] Publish private branch 'datafactory/liudan7/AddGen2Sa…
Browse files Browse the repository at this point in the history
…sAuthSwagger' (Azure#22565)

* [AutoSync] 565f69b429 Added Gen2 Sas auth swagger

* [AutoSync] 431ef878dc Fixed reference to secret

---------

Co-authored-by: swagger-automation <[email protected]>
  • Loading branch information
2 people authored and aviyerMSFT committed Mar 22, 2023
1 parent 4be0132 commit f90eea1
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2617,11 +2617,16 @@
"servicePrincipalCredential": {
"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.",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"sasUri": {
"description": "SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference.",
"type": "object"
},
"sasToken": {
"$ref": "../datafactory.json#/definitions/SecretBase",
"description": "The Azure key vault secret reference of sasToken in sas uri."
}
},
"required": [
"url"
]
}
},
"Office365LinkedService": {
"x-ms-discriminator-value": "Office365",
Expand Down

0 comments on commit f90eea1

Please sign in to comment.