Skip to content

Commit 448085b

Browse files
committed
added required PowerShell version
1 parent dfb39ea commit 448085b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/templates/template-deploy-what-if.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Template deployment what-if (Preview)
33
description: Determine what changes will happen to your resources before deploying an Azure Resource Manager template.
44
author: mumian
55
ms.topic: conceptual
6-
ms.date: 04/09/2020
6+
ms.date: 04/27/2020
77
ms.author: jgao
88
---
99
# ARM template deployment what-if operation (Preview)
@@ -17,7 +17,9 @@ You can use the what-if operation with the PowerShell commands or REST API opera
1717

1818
## Install PowerShell module
1919

20-
To use what-if in PowerShell, install a preview version of the Az.Resources module from the PowerShell gallery.
20+
To use what-if in PowerShell, you must have PowerShell Core (6.x or 7.x). If you have PowerShell 5.x or earlier, [update your version of PowerShell](/powershell/scripting/install/installing-powershell).
21+
22+
After making sure you have the correct version of PowerShell, install a preview version of the Az.Resources module from the PowerShell gallery.
2123

2224
### Install preview version
2325

0 commit comments

Comments
 (0)