From bd04babb30a894699a853e6de86d4cdc12c26727 Mon Sep 17 00:00:00 2001 From: Hashim Khan <64767361+Hashim1999164@users.noreply.github.com> Date: Thu, 13 Aug 2026 05:34:29 +0500 Subject: [PATCH] Fix a Azure article in ACS Dev Spaces docstring The ads_use_dev_spaces parameter docs said "a Azure Dev Spaces controller". Use "an Azure" to match standard article usage. Fixes #27937 --- src/azure-cli/azure/cli/command_modules/acs/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/acs/custom.py b/src/azure-cli/azure/cli/command_modules/acs/custom.py index d169f67c593..4b402382679 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/custom.py +++ b/src/azure-cli/azure/cli/command_modules/acs/custom.py @@ -2880,7 +2880,7 @@ def aks_use_dev_spaces(cmd, client, name, resource_group_name, update=False, spa :param space_name: Name of the new or existing dev space to select. Defaults to an \ interactive selection experience. :type space_name: String - :param endpoint_type: The endpoint type to be used for a Azure Dev Spaces controller. \ + :param endpoint_type: The endpoint type to be used for an Azure Dev Spaces controller. \ See https://aka.ms/azds-networking for more information. :type endpoint_type: String :param prompt: Do not prompt for confirmation. Requires --space.