diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-04-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-04-02-preview/managedClusters.json index 91bc81ae9bd2..211911f3cb6a 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-04-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-04-02-preview/managedClusters.json @@ -4919,7 +4919,7 @@ }, "PodLinkLocalAccess": { "type": "string", - "description": "Defines access to special link local addresses (IMDS and wire server) for pods with hostNetwork=false. If not specified, the default is 'IMDS'.", + "description": "Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'.", "enum": [ "IMDS", "None" @@ -4930,11 +4930,11 @@ "values": [ { "value": "IMDS", - "description": "Pods with hostNetwork=false can access IMDS without restriction." + "description": "Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction." }, { "value": "None", - "description": "Pods with hostNetwork=false cannot access IMDS and wire server." + "description": "Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS)." } ] } @@ -5178,7 +5178,7 @@ }, "podLinkLocalAccess": { "$ref": "#/definitions/PodLinkLocalAccess", - "description": "Defines access to special link local addresses (IMDS and wire server) for pods with hostNetwork=false. if not specified, the default is 'IMDS'." + "description": "Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. if not specified, the default is 'IMDS'." }, "kubeProxyConfig": { "type": "object",