Results 356 comments of Tom Bamford

That makes sense. In v2.2 we were using the beta API for conditional access policies, this was then changed in v2.3. We're aiming to support the v1.0 API by default...

@kaovd We override the endpoint here: https://github.com/hashicorp/terraform-provider-azuread/blob/main/internal/services/conditionalaccess/client/client.go#L20 The problem of using a feature toggle is that it can only be implemented using an environment variable and not a configuration property,...

If we were to feature toggle this resource, the other problem is that, because of the API incompatibility, it becomes a one-way switch. So opting into beta resources say provider-wide...

Hi @dhohengassner, thanks for the PR, this would be great to add to the provider! Sorry for the delay in reviewing. I'm wondering if this would be better as a...

@Threpio Thanks, I'll take another look once the tests are pushed. Don't worry about the commit history, we can squash it :)

@Threpio Thanks, you're very welcome to work on this. You can likely use the `DirectoryObjectsClient`, parse out the OData and switch on the `odata.OData.Type` field to output a deterministic value.

I think we can probably create a new service package for this and call it `directoryobjects`. I'd prefer to switch on the odata type and error out if unrecognised. This...

Hi @nziegler, thanks for reporting this and for attaching a log. This is an API inconsistency error which we might be able to work around, but I will have to...

@trinka-battelle Please provide a debug log whilst reproducing as this is necessary to see the complete sequence of events/errors, thanks! @nziegler I noticed in your debug.log that the tenant ID...

Hi @ShaheenK27, thanks for reporting this. This would seem to be an API bug since a seemingly invalid prefix length is accepted by the API without error. Unfortunately the Conditional...