Commit 296e7d2
authored
Added like() function to systemnamespace and updated baselines - (#18990)
## Description
Added like() function implementation to SystemNameSpaces - #18263
## Example Usage
```bicep
output matchTrue bool = like(OneTwoThree, '*Two*')
output matchFalse bool = like(OneTwoThree, 'Two*')
```
## Checklist
- [x] I have read and adhere to the
(https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md).
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/18990)1 parent 75cf8ee commit 296e7d2
File tree
68 files changed
+10734
-9320
lines changed- src
- Bicep.Core.Samples/Files/baselines
- Functions_LF
- Functions
- InvalidExpressions_LF/Completions
- InvalidFunctions_LF
- InvalidModules_LF/Completions
- InvalidOutputs_CRLF/Completions
- InvalidParameters_LF/Completions
- InvalidResources_CRLF/Completions
- InvalidVariables_LF/Completions
- Variables_LF/Completions
- Bicep.Core/Semantics/Namespaces
- vscode-bicep
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+10734
-9320
lines changedLines changed: 1908 additions & 1882 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
Lines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
0 commit comments