Skip to content

Commit 81e11f1

Browse files
authored
correcting error in the PR
missing the end ticks for the code sample block.
1 parent bc08193 commit 81e11f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-stack/azure-stack-powershell-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Run the following PowerShell script to install these modules on your development
9797
# Install and import the API Version Profile required by Azure Stack into the current PowerShell session.
9898
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
9999
100-
# Install Module Version 1.4.0 if Azure Stack is running 1804 at a minimum
101-
Install-Module -Name AzureStack -RequiredVersion 1.4.0
102-
100+
# Install Module Version 1.4.0 if Azure Stack is running 1804 at a minimum
101+
Install-Module -Name AzureStack -RequiredVersion 1.4.0
102+
```
103103
104104
- **Version 1.2.11** (before 1804)
105105
@@ -196,4 +196,4 @@ In scenarios that require a proxy server to access the Internet, you must first
196196
- [Download Azure Stack tools from GitHub](azure-stack-powershell-download.md)
197197
- [Configure the Azure Stack user's PowerShell environment](user/azure-stack-powershell-configure-user.md)
198198
- [Configure the Azure Stack operator's PowerShell environment](azure-stack-powershell-configure-admin.md)
199-
- [Manage API version profiles in Azure Stack](user/azure-stack-version-profiles.md)
199+
- [Manage API version profiles in Azure Stack](user/azure-stack-version-profiles.md)

0 commit comments

Comments
 (0)