Skip to content

Commit 1a9e465

Browse files
authored
Update virtual-nodes-cli.md
1 parent 4e3af24 commit 1a9e465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ az network profile delete --id $NETWORK_PROFILE_ID -y
265265
SAL_ID=$(az network vnet subnet show --resource-group $RES_GROUP --vnet-name $AKS_VNET --name $AKS_SUBNET --query id --output tsv)/providers/Microsoft.ContainerInstance/serviceAssociationLinks/default
266266
267267
# Delete the service association link for the subnet
268-
az resource delete --ids $SAL_ID --api-version {api-version}
268+
az resource delete --ids $SAL_ID --api-version 2021-10-01
269269
270270
# Delete the subnet delegation to Azure Container Instances
271271
az network vnet subnet update --resource-group $RES_GROUP --vnet-name $AKS_VNET --name $AKS_SUBNET --remove delegations

0 commit comments

Comments
 (0)