From 2a8be5f0aa6e1fc9eb2f1f9511a8aae545255f98 Mon Sep 17 00:00:00 2001 From: raph Date: Thu, 1 Apr 2021 09:38:00 +1100 Subject: [PATCH] =?UTF-8?q?Use=20English=20spelling=20of=20'accessible'=20?= =?UTF-8?q?not=20Latin=20=F0=9F=98=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/azure-cli/azure/cli/command_modules/acs/_help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/acs/_help.py b/src/azure-cli/azure/cli/command_modules/acs/_help.py index cc0b09b09b0..98fa64145e9 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_help.py @@ -154,12 +154,12 @@ helps["aks check-acr"] = """ type: command -short-summary: Validate an ACR is accesible from an AKS cluster. +short-summary: Validate an ACR is accessible from an AKS cluster. parameters: - name: --acr short-summary: The FQDN of the ACR. examples: - - name: Validate the ACR is accesible from the AKS cluster. + - name: Validate the ACR is accessible from the AKS cluster. text: az aks check-acr --name MyManagedCluster --resource-group MyResourceGroup --acr myacr.azurecr.io crafted: true """