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

fresh-summer-65887

03/22/2023, 5:32 PM
Hi, trying this example out exactly as is, and I get an error
error: autorest/azure: Service returned an error. Status=400 Code="InvalidParameter" Message="Field ConditionSets must not be empty"
. I've no idea what
ConsiditonSets
is; it certainly isn't a property of
Application
. 😬 Any guidance on how to diagnose? https://www.pulumi.com/registry/packages/azure-native/api-docs/security/application/
b

blue-potato-57538

03/22/2023, 6:06 PM
https://learn.microsoft.com/en-us/azure/templates/microsoft.security/applications?pivots=deployment-language-arm-template conditionSets : The application conditionSets - see examples any[] (required) the best i could find out
f

fresh-summer-65887

03/22/2023, 8:19 PM
😞
b

blue-potato-57538

03/23/2023, 6:32 AM
did you tried to create the same resource from the portal, and figure it out, what you should have there? I mean you need to do reverse engineering at some point😁
f

fresh-summer-65887

03/23/2023, 12:15 PM
Yeah still trying to figure it out. Poking around terraform and arm templates too.
Seems the
AzureNative
package doesn't support what I need so using https://www.pulumi.com/registry/packages/azuread/ instead.