This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"@odata.context":"https://graph.microsoft.com/beta/$metadata#directoryObjects","value":[]} | |
============================= End AzureAD Response ============================: timestamp="2024-12-26T22:23:35.530+0100" | |
2024-12-26T22:23:35.532+0100 [INFO] provider.terraform-provider-azuread_v3.0.2_x5.exe: 2024/12/26 22:23:35 [DEBUG] ============================ Begin AzureAD Request ============================ | |
Request ID: 8384b410-e315-9a3e-08cf-dc9c1b14c3b0 | |
GET /beta/groups/066b5643-f931-46f1-855f-3bac0b6a95e3/memberOf HTTP/1.1 | |
Host: graph.microsoft.com | |
User-Agent: HashiCorp Terraform/1.9.3 (+https://www.terraform.io) Terraform Plugin SDK/2.34.0 terraform-provider-azuread/3.0.2 HashiCorp/go-azure-sdk (Go-http-Client/1.1 MicrosoftGraph-memberof/beta) pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
Accept: application/json; charset=utf-8; IEEE754Compatible=false | |
Content-Type: application/json; charset=utf-8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-11-06T13:59:42.465+0100 [INFO] Terraform version: 1.5.5 | |
2023-11-06T13:59:42.465+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0 | |
2023-11-06T13:59:42.465+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 | |
2023-11-06T13:59:42.465+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 | |
2023-11-06T13:59:42.465+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.2 | |
2023-11-06T13:59:42.465+0100 [INFO] Go runtime version: go1.20.7 | |
2023-11-06T13:59:42.465+0100 [INFO] CLI args: []string{"C:\\Terraform\\terraform.exe", "plan", "-generate-config-out", "azuread_conditional_access_policy.tf"} | |
2023-11-06T13:59:42.476+0100 [DEBUG] Attempting to open CLI config file: C:\Users\14784425548699500622\AppData\Roaming\terraform.rc | |
2023-11-06T13:59:42.476+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-11-06T13:59:42.476+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param ( | |
[System.Collections.ObjectModel.KeyedCollection[[string], [Microsoft.MetadirectoryServices.ConfigParameter]]] $ConfigParameters, | |
[PSCredential] $PSCredential, | |
[Microsoft.MetadirectoryServices.OpenImportConnectionRunStep] $OpenImportConnectionRunStep, | |
[Microsoft.MetadirectoryServices.CloseImportConnectionRunStep] $CloseImportConnectionRunStep | |
) | |
[string]$watermark = $CloseImportConnectionRunStep.CustomData | |
Write-EventLog -LogName Application -Source "FIMSynchronizationService" -EventId 6801 -Category 1 -Message ("Ending " + $OpenImportConnectionRunStep.ImportType +" import saving new watermark: " + $watermark) -EntryType Information |