Theo Andresier

Results 20 comments of Theo Andresier

7000 members? Hot damn I did not consider my code being used for that big a number. What are you doing with the group resource that would require the 7000...

The culprit: https://github.com/hashicorp/terraform-provider-azuread/blob/bf65f5d71a5f080a7006b3a1d34f4af74903adad/internal/services/applications/application_resource.go#L940 I am not 100% sure how to tackle this straight away - I will let someone more experienced than I to see how to implement the template...

Most of the comments have been applied and committed -Sorry for the horrible commit mess. I am not sure that I have handled the `directoryObject` object properly now that I...

Tests have been added -I cannot apply the last suggestion as it is outdated and yet not updated. For the tests I have done 3 success cases - I do...

@manicminer I am happy to have a crack at this but will need some basic direction as to which client I should have a look at using. Even if we...

Do you have a preference for where within ´internal/services´ this sits? I'll have a crack at the documentation aswell. Initial thoughts where for the 'user' dir. Also is the ´obj.ODataType´...

Hi there - I believe this can be closed. This data source already exists and you are able to iterate over the groups as an output in the same syntax...

Very true - Apologies for miss-interpreting your issue. This change would require that objects are returned instead of the two lists which is feasible but a relatively big rework to...

Yes I completely understand the points made. I do however believe that the creating of the user with a random password that is NOT returned allows for the user to...

I note that in order for this to be applied - Whatever random password that we create and pass would have to conform to the password policies that could be...