Skip to content

Commit 970552a

Browse files
committed
add PS preview version
1 parent 9e89e78 commit 970552a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/object-replication-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To create a replication policy in the Azure portal, follow these steps:
6262

6363
# [PowerShell](#tab/powershell)
6464

65-
To create a replication policy with PowerShell, first install version [1.14.1-preview](https://www.powershellgallery.com/packages/Az.Storage/1.14.1-preview) of the Az.Storage PowerShell module. Follow these steps to install the preview module:
65+
To create a replication policy with PowerShell, first install version [2.0.1-preview](https://www.powershellgallery.com/packages/Az.Storage/) of the Az.Storage PowerShell module. Follow these steps to install the preview module:
6666

6767
1. Uninstall any previous installations of Azure PowerShell from Windows using the **Apps & features** setting under **Settings**.
6868

@@ -83,7 +83,7 @@ To create a replication policy with PowerShell, first install version [1.14.1-pr
8383
1. Install the Az.Storage preview module:
8484
8585
```powershell
86-
Install-Module Az.Storage -Repository PSGallery -RequiredVersion 1.14.1-preview -AllowPrerelease -AllowClobber -Force
86+
Install-Module Az.Storage -Repository PSGallery -RequiredVersion 2.0.1-preview -AllowPrerelease -AllowClobber -Force
8787
```
8888
8989
For more information about installing Azure PowerShell, see [Install Azure PowerShell with PowerShellGet](/powershell/azure/install-az-ps).

0 commit comments

Comments
 (0)