diff --git a/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs b/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs index 01936594c..e955da90e 100644 --- a/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs +++ b/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs @@ -356,7 +356,20 @@ await cosmosDBService.PatchOperationsItemPropertiesAsync( + apiEndpointConfigurationObjectId, + currentUserIdentity); + + explodedObjects[apiEndpointConfigurationObjectId] = indexingProfileAPIEndpointConfiguration; } }