Skip to content

In C# RedisArgs now have RedisCommonPropertiesRedisConfigurationArgs instead of InputMap<string> #1182

Closed

Description

Hello!

  • Vote on this issue by adding a 👍 reaction
  • To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)

Issue details

In version 1.29 and later of the azure native provider for C#, then the RedisConfiguration property on the RedisArgs class has become a class instead of an InputMap<string>. This means that all the settings which is currently not in the RedisConfiguration is impossible to set. Is this intentional, or is this a bug?

Steps to reproduce

  1. Update to version 1.29 or newer of the C# version of the provider
  2. RedisArgs.RedisConfiguration is now a Input<RedisCommonPropertiesRedisConfigurationArgs >

Expected: Ability to set more config options
actual: only subset is available, but it is now typed, which is nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    kind/questionQuestions about existing featuresresolution/by-designThis issue won't be fixed because the functionality is working as designedupstream/open-api

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions