Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md files
  • Loading branch information
Lakicar95 committed Dec 19, 2024
commit 0de03a368124f7e26334dd96718537f4c35f1730
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-geolocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen

There are 3 ways to authenticate the client: Shared key authentication, Microsoft Entra ID authentication, and shared access signature (SAS) authentication.

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-render/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure Maps Libraries require a `TokenCredential` implementation for authenticati

There are 3 ways to authenticate the client: Shared key authentication, Microsoft Entra ID authentication, and shared access signature (SAS) authentication.

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure Maps Libraries require a `TokenCredential` implementation for authenticati

There are 3 ways to authenticate the client: Shared key authentication, Microsoft Entra ID authentication, and shared access signature (SAS) authentication.

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
4 changes: 1 addition & 3 deletions sdk/maps/azure-maps-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure Maps Libraries require a `TokenCredential` implementation for authenticati

There are 3 ways to authenticate the client: Shared key authentication, Microsoft Entra ID authentication, and shared access signature (SAS) authentication.

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand All @@ -68,8 +68,6 @@ MapsSearchClient client = builder.buildClient();

The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.

For SAS-based authentication, please refer to AccountsListSasSamples.java for how to get the SAS token

For SAS-based authentication, please refer to [AccountsListSasSamples.java][https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/maps/azure-resourcemanager-maps/src/samples/java/com/azure/resourcemanager/maps/generated/AccountsListSasSamples.java].

See [Authentication][authenticate] for more options.
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-timezone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen

There are 3 ways to authenticate the client: Shared key authentication, Microsoft Entra ID authentication, and shared access signature (SAS) authentication.

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-weather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure Maps Libraries require a `TokenCredential` implementation for authenticati

There are 3 ways to authenticate the client: Shared key authentication, Microsoft Entra ID authentication, and shared access signature (SAS) authentication.

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
Loading