Skip to content

Commit a2416ff

Browse files
add assign_foundry_user_role.sh script for role assignment and update references
1 parent 238db79 commit a2416ff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.

infra/scripts/cosmosdb_and_ai_user_role_assignment.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ echo "add_cosmosdb_access.sh completed successfully."
154154

155155

156156
# Call add_cosmosdb_access.sh
157-
echo "Running assign_azure_ai_user_role.sh"
158-
bash infra/scripts/assign_azure_ai_user_role.sh "$resourceGroupName" "$aif_resource_id" "$principal_ids" "$managedIdentityClientId"
157+
echo "Running assign_foundry_user_role.sh"
158+
bash infra/scripts/assign_foundry_user_role.sh "$resourceGroupName" "$aif_resource_id" "$principal_ids" "$managedIdentityClientId"
159159
if [ $? -ne 0 ]; then
160-
echo "Error: assign_azure_ai_user_role.sh failed."
160+
echo "Error: assign_foundry_user_role.sh failed."
161161
exit 1
162162
fi
163-
echo "assign_azure_ai_user_role.sh completed successfully."
163+
echo "assign_foundry_user_role.sh completed successfully."

src/App/src/hooks/usePlanWebSocket.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function usePlanWebSocket({
209209
steps: [],
210210
next_steps: [],
211211
content: formatErrorMessage(errorContent),
212-
raw_data: finalMessage || '',
212+
raw_data: finalMessage,
213213
};
214214
dispatch(addAgentMessage(errorAgent));
215215
dispatch(planFailedFinal());

0 commit comments

Comments
 (0)