Skip to content

Commit bc0f5c0

Browse files
authored
Merge pull request #116478 from mikefrobbins/mr-azaks
Removed preview info for AKS PowerShell module
2 parents cbc815d + c8acfc2 commit bc0f5c0

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

articles/aks/kubernetes-walkthrough-powershell.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Deploy an Azure Kubernetes Service cluster'
33
description: Learn how to quickly create a Kubernetes cluster, deploy an application, and monitor performance in Azure Kubernetes Service (AKS) using PowerShell.
44
services: container-service
55
ms.topic: quickstart
6-
ms.date: 05/12/2020
6+
ms.date: 05/26/2020
77

88

99
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run and monitor applications using the managed Kubernetes service in Azure.
@@ -35,13 +35,6 @@ module and connect to your Azure account using the
3535
about installing the Az PowerShell module, see
3636
[Install Azure PowerShell][install-azure-powershell].
3737

38-
> [!IMPORTANT]
39-
> This article uses a preview version of the Az.AKS PowerShell module. You must install it
40-
> separately from the Az PowerShell module using the following command:
41-
> `Install-Module -Name Az.AKS -AllowPrerelease -RequiredVersion 1.1.0-preview`. Once the preview
42-
> version the Az.AKS PowerShell module is generally available, it becomes part of future Az
43-
> PowerShell module releases and available natively from within Azure Cloud Shell.
44-
4538
[!INCLUDE [cloud-shell-try-it](../../includes/cloud-shell-try-it.md)]
4639

4740
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources

articles/aks/windows-container-powershell.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Windows Server container on an Azure Kubernetes Service (AKS) cl
33
description: Learn how to quickly create a Kubernetes cluster, deploy an application in a Windows Server container in Azure Kubernetes Service (AKS) using PowerShell.
44
services: container-service
55
ms.topic: article
6-
ms.date: 05/12/2020
6+
ms.date: 05/26/2020
77

88

99
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy a Windows Server container so that I can see how to run applications running on a Windows Server container using the managed Kubernetes service in Azure.
@@ -31,13 +31,6 @@ module and connect to your Azure account using the
3131
about installing the Az PowerShell module, see
3232
[Install Azure PowerShell][install-azure-powershell].
3333

34-
> [!IMPORTANT]
35-
> This article uses a preview version of the Az.AKS PowerShell module. You must install it
36-
> separately from the Az PowerShell module using the following command:
37-
> `Install-Module -Name Az.AKS -AllowPrerelease -RequiredVersion 1.1.0-preview`. Once the preview
38-
> version the Az.AKS PowerShell module is generally available, it becomes part of future Az
39-
> PowerShell module releases and available natively from within Azure Cloud Shell.
40-
4134
[!INCLUDE [cloud-shell-try-it](../../includes/cloud-shell-try-it.md)]
4235

4336
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources

0 commit comments

Comments
 (0)