Skip to content

Commit ee98396

Browse files
author
Chris Black
committed
fix formatting, fix the code, fix the comments, remove spaces
1 parent 91d407c commit ee98396

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

docs-conceptual/azurestackps-1.7.0/overview.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,29 @@ ms.date: 02/06/2019
1212
# Azure Stack Module 1.7.0
1313

1414
## Requirements:
15+
1516
Minimum supported Azure Stack version is 1901.
1617

17-
Note: If you are using an earlier version install version 1.7.0
18+
Note: For earlier versions of Azure Stack check [Install Azure Stack Powershell](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-install#install-azure-stack-powershell)
1819

1920
## Install
20-
```
21-
# Remove previous versions of AzureStack and AzureRM modules
22-
Uninstall-Module -Name AzureRM -Force
23-
Uninstall-Module -Name Azure.Storage -Force
24-
Uninstall-Module -Name AzureStack -Force
25-
Get-Module -Name "Azs*" -ListAvailable | Uninstall-Module -Force
26-
Get-Module -Name "AzureRm*" -ListAvailable | Uninstall-Module -Force
2721

28-
# Install the AzureRM.Bootstrapper module. Select Yes when prompted to install NuGet
29-
Install-Module -Name AzureRm.BootStrapper
22+
```powershell
23+
# Remove previous versions of AzureStack and AzureRM modules
24+
Get-Module -Name Azs.* -ListAvailable | Uninstall-Module -Force -Verbose
25+
Get-Module -Name Azure* -ListAvailable | Uninstall-Module -Force -Verbose
3026
3127
# Install and import the API Version Modules required by Azure Stack into the current PowerShell session.
32-
Install-Module AzureRM -RequiredVersion 2.4.0
28+
Install-Module -Name AzureRM -RequiredVersion 2.4.0
3329
3430
# Install Azure Stack Admin Module
3531
Install-Module -Name AzureStack -RequiredVersion 1.7.0
3632
```
33+
3734
## Release Notes
35+
3836
* Supported with 1901 update
39-
* This a breaking change release. For details on the breaking changes, refer to https://aka.ms/azspshmigration170
37+
* This a breaking change release. For details on the breaking changes, refer to <https://aka.ms/azspshmigration170>
4038
* Azs.Backup.Admin Module
4139
* Breaking change: Backup changes to cert-based encryption mode. Support for symmetric keys is deprecated.
4240
* Azs.Fabric.Admin Module
@@ -47,6 +45,5 @@ Install-Module -Name AzureStack -RequiredVersion 1.7.0
4745
* Azs.Compute.Admin Module
4846
* BugFix: Add-AzsPlatformImage, Get-AzsPlatformImage : Calling ConvertTo-PlatformImageObject only in the success path
4947
* BugFix: Add-AzsVmExtension, Get-AzsVmExtension : Calling ConvertTo-VmExtensionObject only in the success path
50-
* Azs.Storage.Admin Module
51-
* Bug fix - New Storage Quota uses defaults if none provided.'
52-
48+
* Azs.Storage.Admin Module
49+
* Bug fix - New Storage Quota uses defaults if none provided.'

0 commit comments

Comments
 (0)