Skip to content

Commit

Permalink
azurerm_data_factory_linked_service_data_lake_storage_gen2: Fix doc…
Browse files Browse the repository at this point in the history
…umentation (#11826)

* `azurerm_data_factory_linked_service_data_lake_storage_gen2`: Fix documentation

Fixes #11658

* Rephrase as requested
  • Loading branch information
favoretti authored May 24, 2021
1 parent 2ff36f8 commit 097f6f4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ The following supported arguments are specific to Data Lake Storage Gen2 Linked

* `use_managed_identity` - (Optional) Whether to use the Data Factory's managed identity to authenticate against the Azure Data Lake Storage Gen2 account. Incompatible with `service_principal_id` and `service_principal_key`

* `service_principal_id` - (Optional) The service principal id in which to authenticate against the Azure Data Lake Storage Gen2 account. Required if `use_managed_identity` is true.
* `service_principal_id` - (Optional) The service principal id in which to authenticate against the Azure Data Lake Storage Gen2 account.

* `service_principal_key` - (Optional) The service principal key in which to authenticate against the Azure Data Lake Storage Gen2 account. Required if `use_managed_identity` is true.
* `service_principal_key` - (Optional) The service principal key in which to authenticate against the Azure Data Lake Storage Gen2 account.

~> **NOTE** If `service_principal_id` is used, `service_principal_key` is also required.

* `tenant` - (Required) The tenant id or name in which to authenticate against the Azure Data Lake Storage Gen2 account.

Expand Down

0 comments on commit 097f6f4

Please sign in to comment.