https://pulumi.com logo
#azure
Title
# azure
a

abundant-knife-92318

09/21/2023, 3:15 PM
I thought Pulumi immediately supported all properties available via the Azure REST API? I'm trying to enable the
aad-enabled
property for an Azure Redis cache as detailed here https://learn.microsoft.com/en-us/rest/api/redis/redis/create?tabs=HTTP#redisconfiguration but there doesn't seem to be a matching property in
Pulumi.AzureNative
2.8.0. Is there a way to manually set this property? More details about AD Authentication for Azure Redis Cache here: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md
t

tall-librarian-49374

09/21/2023, 3:39 PM
a

abundant-knife-92318

09/25/2023, 8:40 PM
Good spot @tall-librarian-49374 - thats exactly the issue. It looks like there are a bunch of things being set via that
additionalProperties
parameter that is not available via Pulumi
Do you have an example of how I could work around this using a transform? The docs are not helpful, and Pulumi AI is outputting nonsense =/
After digging about a bit it doesn't look like its possible to do this with Resource Transformations as I'm still limited by the types available =/ I was assuming there was some sort of generated dictionary I could directly interact with
t

tall-librarian-49374

09/25/2023, 10:36 PM
I don't think this can be solved with transformations, unfortunately
a

abundant-knife-92318

09/26/2023, 3:06 PM
It seems that way! Ah well, we can use connection strings for now