Skip to content

fix: Change CreatedBy tag logic in bicep#465

Merged
Roopan-Microsoft merged 1 commit intodevfrom
psl-PipelineFix
Sep 23, 2025
Merged

fix: Change CreatedBy tag logic in bicep#465
Roopan-Microsoft merged 1 commit intodevfrom
psl-PipelineFix

Conversation

@NirajC-Microsoft
Copy link
Copy Markdown
Contributor

@NirajC-Microsoft NirajC-Microsoft commented Sep 23, 2025

Purpose

This pull request updates the logic for setting the default value of the createdBy parameter in the infra/main.bicep file. The change improves how the value is determined based on the properties available in the deployer() object.

Parameter handling improvement:

  • Changed the default assignment for the createdBy parameter to check for the presence of userPrincipalName in the deployer() object. If present, it uses the username part; otherwise, it falls back to using objectId.
  • ...

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit f7fc4a1 into dev Sep 23, 2025
6 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the psl-PipelineFix branch September 23, 2025 10:17
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 9, 2025

🎉 This PR is included in version 1.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants