Skip to content

Added like() function to systemnamespace and updated baselines - Do not merge#18990

Merged
Likhithakmsft merged 5 commits intomainfrom
feature/like-function
Apr 9, 2026
Merged

Added like() function to systemnamespace and updated baselines - Do not merge#18990
Likhithakmsft merged 5 commits intomainfrom
feature/like-function

Conversation

@Likhithakmsft
Copy link
Copy Markdown
Contributor

@Likhithakmsft Likhithakmsft commented Feb 10, 2026

Description

Added like() function implementation to SystemNameSpaces - #18263

Example Usage

output matchTrue bool = like(OneTwoThree, '*Two*')
output matchFalse bool = like(OneTwoThree, 'Two*') 

Checklist

Microsoft Reviewers: Open in CodeFlow

@Likhithakmsft
Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 11, 2026

Test this change out locally with the following install scripts (Action run 24213201822)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 24213201822
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 24213201822"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 24213201822
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 24213201822"

@Likhithakmsft Likhithakmsft force-pushed the feature/like-function branch from d81122b to 080e83d Compare April 8, 2026 15:39
@Likhithakmsft Likhithakmsft changed the title Added like() function to systemnamespace and updated baselines - Do not merge Added like() function to systemnamespace and updated baselines - Do not merge - Docs Not Needed Apr 8, 2026
@Likhithakmsft Likhithakmsft changed the title Added like() function to systemnamespace and updated baselines - Do not merge - Docs Not Needed Added like() function to systemnamespace and updated baselines - Do not merge Apr 8, 2026
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

@Likhithakmsft Likhithakmsft marked this pull request as ready for review April 9, 2026 20:38
@Likhithakmsft Likhithakmsft merged commit 296e7d2 into main Apr 9, 2026
81 of 82 checks passed
@Likhithakmsft Likhithakmsft deleted the feature/like-function branch April 9, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants