Skip to content

Commit f2b3724

Browse files
author
Stephen Tramer
committed
Make version numbers more explicit where necessary.
1 parent 474a23f commit f2b3724

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs-conceptual/azps-1.3.0/install-az-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ are supported.
1717

1818
## Requirements
1919

20-
Azure PowerShell works with PowerShell 5.1 or higher on Windows, or PowerShell 6.x on any platform.
20+
Azure PowerShell works with PowerShell 5.1 or higher on Windows, or PowerShell 6 on any platform.
2121
To check your PowerShell version, run the command:
2222

2323
```powershell-interactive
@@ -27,7 +27,7 @@ $PSVersionTable.PSVersion
2727
If you have an outdated version or need to install PowerShell, see [Installing various versions of PowerShell](/powershell/scripting/setup/installing-powershell). Install
2828
information for your platform is linked from that page.
2929

30-
If you are using PowerShell 5.x on Windows, you also need .NET Framework 4.7.2 installed. For instructions
30+
If you are using PowerShell 5 on Windows, you also need .NET Framework 4.7.2 installed. For instructions
3131
on updating or installing a new version of .NET Framework, see the [.NET Framework installation guide](/dotnet/framework/install).
3232

3333
## Install the Azure PowerShell module

docs-conceptual/azps-1.3.0/new-azureps-module-az.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Starting in December 2018, the Azure PowerShell Az module is in general release
1414
PowerShell module for interacting with Azure. Az offers shorter commands, improved stability, and
1515
cross-platform support. Az also offers feature parity and an easy migration path from AzureRM.
1616

17-
Az uses the .NET Standard library, which means it runs on PowerShell 5.x and PowerShell 6.x.
18-
Since PowerShell 6.x can run on Linux, macOS, and Windows, Azure PowerShell is now available for all platforms.
17+
Az uses the .NET Standard library, which means it runs on PowerShell 5 and PowerShell 6.
18+
Since PowerShell 6 can run on Linux, macOS, and Windows, Azure PowerShell is now available for all platforms.
1919
Using .NET Standard allows us to unify the code base of Azure PowerShell with minimal impact on users.
2020

2121
Az is a new module, so the version has been reset to 1.0.0.

docs-conceptual/azps-1.3.0/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure PowerShell is also available on Azure Cloud Shell.
1919
## About the new Az module
2020

2121
This documentation describes the new Az module for Azure PowerShell. This new module is written from the
22-
ground up in .NET Standard. Using .NET Standard allows Azure PowerShell to run under PowerShell 5.x on Windows
22+
ground up in .NET Standard. Using .NET Standard allows Azure PowerShell to run under PowerShell 5 on Windows
2323
or PowerShell 6 on any platform. The Az module is now the intended way to interact with Azure through PowerShell.
2424
AzureRM will continue to get bug fixes, but no longer receive new features.
2525

@@ -38,7 +38,7 @@ The [AzureRM documentation](/powershell/azure/azurerm) is also available.
3838
3939
## Run or install
4040

41-
You can install Azure PowerShell on any platform which supports PowerShell 5.x or PowerShell 6.x, or run
41+
You can install Azure PowerShell on PowerShell 5.1 or higher on Windows, PowerShell 6 on any platform, or run
4242
in Azure Cloud Shell.
4343

4444
* To run in your browser with Azure Cloud Shell, see [Quickstart for PowerShell in Azure Cloud Shell](/azure/cloud-shell/quickstart-powershell).

0 commit comments

Comments
 (0)