I thought Pulumi immediately supported all propert...
# azure
a
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
a
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
I don't think this can be solved with transformations, unfortunately
a
It seems that way! Ah well, we can use connection strings for now