Skip to content

Commit

Permalink
Add Info for Azure Role Assignment Creation (#1063)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <[email protected]>
  • Loading branch information
ianstanton authored Dec 9, 2024
1 parent d7c2227 commit 36237a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conductor/src/azure/uami_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,11 @@ pub async fn create_role_assignment(
)
.await?
{
info!("Role assignment already exists, skipping creation");
info!("Role assignment already exists for {namespace}, skipping creation");
return Ok(());
}

info!("Role assignment does not exist for {namespace}, creating");
// Set parameters for Role Assignment
let role_assignment_params = azure_mgmt_authorization::models::RoleAssignmentCreateParameters {
properties: RoleAssignmentProperties {
Expand Down

0 comments on commit 36237a4

Please sign in to comment.