Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
resource_group="$1"
aif_resource_id="$2"
principal_ids="$3"
managedIdentityClientId="$4"


# Authenticate with Azure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ fi
echo "add_cosmosdb_access.sh completed successfully."


# Call add_cosmosdb_access.sh
echo "Running assign_azure_ai_user_role.sh"
bash infra/scripts/assign_azure_ai_user_role.sh "$resourceGroupName" "$aif_resource_id" "$principal_ids" "$managedIdentityClientId"
# Call assign_foundry_user_role.sh
echo "Running assign_foundry_user_role.sh"
bash infra/scripts/assign_foundry_user_role.sh "$resourceGroupName" "$aif_resource_id" "$principal_ids" "$managedIdentityClientId"
if [ $? -ne 0 ]; then
echo "Error: assign_azure_ai_user_role.sh failed."
echo "Error: assign_foundry_user_role.sh failed."
exit 1
fi
echo "assign_azure_ai_user_role.sh completed successfully."
echo "assign_foundry_user_role.sh completed successfully."
2 changes: 1 addition & 1 deletion src/App/src/hooks/usePlanWebSocket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function usePlanWebSocket({
steps: [],
next_steps: [],
content: formatErrorMessage(errorContent),
raw_data: finalMessage || '',
raw_data: finalMessage,
};
dispatch(addAgentMessage(errorAgent));
dispatch(planFailedFinal());
Expand Down
6 changes: 3 additions & 3 deletions src/App/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/mcp_server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.