Skip to content

Commit ba6d000

Browse files
authored
Merge pull request #1729 from sneakernuts/main
minor updates to links and AAD reference
2 parents 1cafc8a + 1686832 commit ba6d000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/v1/buckets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Without a [Secret reference](#secret-reference), authentication using a chain
280280
with:
281281

282282
- [Environment credentials](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#EnvironmentCredential)
283-
- [Workload Identity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.3.0-beta.4#WorkloadIdentityCredential)
283+
- [Workload Identity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#WorkloadIdentityCredential)
284284
- [Managed Identity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#ManagedIdentityCredential)
285285
with the `AZURE_CLIENT_ID`
286286
- Managed Identity with a system-assigned identity
@@ -301,7 +301,7 @@ sets of `.data` fields:
301301
[Shared Key](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob#SharedKeyCredential).
302302
- `sasKey` for authenticating using a [SAS Token](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview)
303303

304-
For any Managed Identity and/or Azure Active Directory authentication method,
304+
For any Managed Identity and/or Microsoft Entra ID (Formerly Azure Active Directory) authentication method,
305305
the base URL can be configured using `.data.authorityHost`. If not supplied,
306306
[`AzurePublicCloud` is assumed](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#AuthorityHost).
307307

0 commit comments

Comments
 (0)