Thomas Moser

Results 8 comments of Thomas Moser

Just implemented this thing myself, really unintuitive to not have a default value modifier in the framework, since its implementation is so generic. Looking forward to see more modifiers 👍

Here is my solution with azapi_resource_action (in cdktf for typescript): new ResourceAction(this, 'automatic_tuning', { type: 'Microsoft.Sql/servers/automaticTuning@2021-11-01', resourceId: `${this.server.id}/automaticTuning/current`, method: 'PATCH', body: Fn.jsonencode({ properties: { desiredState: 'Auto', options: { createIndex: {...

``` lifecycle { ignore_changes = [ application_id ] replace_triggered_by = [ azuread_application.application.id ] } ``` if you also add the application id reference to replace_triggered_by you should actually get the...

Yes, that is correct 🙂 am I doing something wrong?

IT admin has granted permission for the built in enterprise application. But I have switched the login tenant in the browser URL, because I do not work in the default...

No, I would need to configure the tenant in the app. We cant's change our default tenant for this.