Skip to content

Commit 7d272df

Browse files
committed
Change changelog
1 parent 6ba7273 commit 7d272df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<Scope Condition="$(NetCore) == 'true'">Netcore</Scope>
5151

5252
<!-- PS command related -->
53-
<PowerShellCoreCommandPrefix>powershell -NonInteractive -NoLogo -NoProfile -Command</PowerShellCoreCommandPrefix>
53+
<PowerShellCoreCommandPrefix>pwsh -NonInteractive -NoLogo -NoProfile -Command</PowerShellCoreCommandPrefix>
5454

5555
<!-- Testing related -->
5656
<TestsToRun Condition="$(TestsToRun) == ''" >All</TestsToRun>

src/FrontDoor/FrontDoor/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* New-AzFrontDoorWafMatchConditionObject
22+
- Add transforms support and new operator auto-complete value (RegEx)
23+
* New-AzFrontDoorWafManagedRuleObject
24+
- Add new auto-complete values
2125

2226
## Version 1.0.0
2327
* Rename WAF cmdlets to include 'Waf'

0 commit comments

Comments
 (0)