Skip to content

Commit 77895a2

Browse files
committed
Fix a small detected text bug . . .
1 parent c3f5c16 commit 77895a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-datastore-data-lake-gen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
4141
| `credentials.tenant_id` | string | The service principal tenant ID. **Required if `credentials` is specified.** | | |
4242
| `credentials.client_id` | string | The service principal client ID. **Required if `credentials` is specified.** | | |
4343
| `credentials.client_secret` | string | The service principal client secret. **Required if `credentials` is specified.** | | |
44-
| `credentials.resource_url` | string | The resource URL that specifies the operations that performed on the Azure Data Lake Storage Gen2 account. | | `https://storage.azure.com/` |
44+
| `credentials.resource_url` | string | The resource URL that specifies the operations that will be performed on the Azure Data Lake Storage Gen2 account. | | `https://storage.azure.com/` |
4545
| `credentials.authority_url` | string | The authority URL used for user authentication. | | `https://login.microsoftonline.com` |
4646

4747
## Remarks

0 commit comments

Comments
 (0)