Skip to content

Commit

Permalink
Update REDIS_SCOPE_AZURE (#40494)
Browse files Browse the repository at this point in the history
* update REDIS_SCOPE_AZURE
  • Loading branch information
Netyyyy authored Jun 5, 2024
1 parent a4e6760 commit 0c768ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
#### Bugs Fixed
- Fixed `IllegalArgumentException: Subscription cannot be null` error when only configured one subscription name of `AzureServiceBusConsumerClient` or `AzureServiceBusProcessorClient` [#40283](https://github.com/Azure/azure-sdk-for-java/pull/40283).

### Spring Cloud Azure Service
This section includes changes in `spring-cloud-azure-service` module.

#### Bugs Fixed
- Update `REDIS_SCOPE_AZURE` to the latest [#40494](https://github.com/Azure/azure-sdk-for-java/pull/40494).

### Azure Spring Data Cosmos
This section includes changes in `azure-spring-data-cosmos` module.
Please refer to [azure-spring-data-cosmos/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md#3460-2024-06-03) for more details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class AzureRedisPasswordlessProperties implements PasswordlessProperties {

private static final String REDIS_SCOPE_AZURE = "https://*.cacheinfra.windows.net:10225/appid/.default";
private static final String REDIS_SCOPE_AZURE = "https://redis.azure.com/.default";
private static final String REDIS_SCOPE_AZURE_CHINA = "https://*.cacheinfra.windows.net.china:10225/appid/.default";
/**
* @deprecated AZURE_GERMANY is deprecated. Please use other Redis scopes.
Expand Down

0 comments on commit 0c768ac

Please sign in to comment.