Skip to content

Commit 16d6ebf

Browse files
seanmckqwordy
authored andcommitted
[AKS] Update example help text to reflect change of defaults to Standard LB and VMSS (#11791)
1 parent ec3f1cb commit 16d6ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/acs

src/azure-cli/azure/cli/command_modules/acs/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
text: az aks create -g MyResourceGroup -n MyManagedCluster --node-count 7
328328
- name: Create a kubernetes cluster with k8s 1.13.9 but use vmas.
329329
text: az aks create -g MyResourceGroup -n MyManagedCluster --kubernetes-version 1.13.9 --vm-set-type AvailabilitySet
330-
- name: Create a kubernetes cluster with default kubernetes version, default SKU load balancer(basic) and default vm set type(AvailabilitySet).
330+
- name: Create a kubernetes cluster with default kubernetes version, default SKU load balancer (Standard) and default vm set type (VirtualMachineScaleSet).
331331
text: az aks create -g MyResourceGroup -n MyManagedCluster
332332
- name: Create a kubernetes cluster with standard SKU load balancer and two AKS created IPs for the load balancer outbound connection usage.
333333
text: az aks create -g MyResourceGroup -n MyManagedCluster --load-balancer-managed-outbound-ip-count 2

0 commit comments

Comments
 (0)