Tom Harvey

Results 125 comments of Tom Harvey

hey @rayterrill Thanks for opening this issue :) Taking a quick look into this - I can't see an API available for this functionality here: https://docs.microsoft.com/en-us/rest/api/resources/ - do you know...

👋🏻 We've just posted a proposal regarding splitting the Azure Active Directory resources out into their own Provider in #2322, which would allow us to ship support for additional AzureAD...

Passing through, but there's a few use-cases where this'd be useful in Azure-land: 1. interactive (e.g. 2FA/device-code) authentication 2. "soft delete" where a resource has been deleted but can kick...

also 1Password, if possible

@wuxu92 since this is related to a Terraform issue, this method is now available in [`hashicorp/go-azure-sdk`](https://github.com/hashicorp/go-azure-sdk/blob/ff5f76c500abe991c7c13cc5e2e6574649f1c60f/resource-manager/automation/2019-06-01/dscconfiguration/method_getcontent_autorest.go#L21) - so it'd be worth confirming if that works for this issue.

hey @Ivasan7 Thanks for opening this issue. Taking a look into this it appears this is an issue with the random provider: > When expanding the plan for module.workspace-batch.random_id.randomIdLogstore[0] to...

Dependent on https://github.com/cvbarros/go-teamcity/pull/85

With the dependencies available the tests pass: ``` $ TEAMCITY_ADDR=http://localhost:8112 TEAMCITY_USER=admin TEAMCITY_PASSWORD=admin TF_ACC=1 go test -v ./teamcity/ -run=TestAccTeamcityProjectVersionedSe === RUN TestAccTeamcityProjectVersionedSettings_Basic --- PASS: TestAccTeamcityProjectVersionedSettings_Basic (0.87s) === RUN TestAccTeamcityProjectVersionedSettings_Update --- PASS:...