Skip to content

Commit 402fbca

Browse files
committed
add warning
1 parent c289a96 commit 402fbca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ALZ/Public/Remove-PlatformLandingZone.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,8 @@ function Remove-PlatformLandingZone {
863863

864864
Test-RequiredTooling
865865

866+
Write-ToConsoleLog "This cmdlet uses preview features of the Azure CLI. By continuing, you agree to install preview extensions." -IsWarning
867+
866868
$TempLogFileForPlan = ""
867869
if($PlanMode) {
868870
Write-ToConsoleLog "Plan Mode enabled, no changes will be made. All actions will be logged as what would be performed." -IsWarning

0 commit comments

Comments
 (0)