magodo

Results 394 comments of magodo

@katbyte From the error message, it looks like below aad sp in this subscription is not cleaned up before running the test: ``` resource "azuread_service_principal" "test" { application_id = "2565bd9d-da50-47d4-8b85-4c97f669dc36"...

@tombuildsstuff This PR has removed `network_profile_id` (similar as #17926), shall we move it to the v4 list?

Since the `url` block has a property `reroute` which has a default value, which causes the empty `url` block defined in config ends up to be a map with all...

FWIK, there is no way in current Terraform plugin SDK to differ the zero value/absent for a nested property inside a block. One trick have ever been used is to...

@andrey-moor I've applied the configuration as you provided above (a typo in the `account_replication_type`, which should be `RAGZRS` rather than `RAZGRS`). Then I started a loop to run `terraform plan`...

@andrey-dubnik Just to be sure, the `LIST` call for the SA on your test sub always return an empty list, even after waiting for a long while? Is there any...

@ekristen and @paalders could you please help confirm that the storage account list API (i.e. `/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts`) doesn't return the expected storage account, while the [ARG API](https://docs.microsoft.com/en-us/azure/governance/resource-graph/first-query-portal) does? If that is...

@MLKiiwy Just want to be sure, which command you were running that returns you the correct list? Is it the "resource list" or Azure Resource Graph query?

@tombuildsstuff Thank you for the review. I've resolved most of them, while keeping some for further discussion. Meanwhile, I've found that the cross planes tests were actually not taking effect,...