Skip to content

Commit 18f4097

Browse files
authored
Merge pull request #110839 from tfitzmac/0409whatif
changed install order
2 parents a3fe094 + d0af306 commit 18f4097

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 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/06/2020
6+
ms.date: 04/09/2020
77
ms.author: jgao
88
---
99
# ARM template deployment what-if operation (Preview)
@@ -19,6 +19,14 @@ You can use the what-if operation with the PowerShell commands or REST API opera
1919

2020
To use what-if in PowerShell, install a preview version of the Az.Resources module from the PowerShell gallery.
2121

22+
### Install preview version
23+
24+
To install the preview module, use:
25+
26+
```powershell
27+
Install-Module Az.Resources -RequiredVersion 1.12.1-preview -AllowPrerelease
28+
```
29+
2230
### Uninstall alpha version
2331

2432
If you previously installed an alpha version of the what-if module, uninstall that module. The alpha version was only available to users who signed up for an early preview. If you didn't install that preview, you can skip this section.
@@ -42,14 +50,6 @@ If you previously installed an alpha version of the what-if module, uninstall th
4250
Unregister-PSRepository -Name WhatIfRepository
4351
```
4452

45-
### Install preview version
46-
47-
To install the preview module, use:
48-
49-
```powershell
50-
Install-Module Az.Resources -RequiredVersion 1.12.1-preview -AllowPrerelease
51-
```
52-
5353
You're ready to use what-if.
5454

5555
## See results

0 commit comments

Comments
 (0)