We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3af24 commit 1a9e465Copy full SHA for 1a9e465
articles/aks/virtual-nodes-cli.md
@@ -265,7 +265,7 @@ az network profile delete --id $NETWORK_PROFILE_ID -y
265
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
266
267
# Delete the service association link for the subnet
268
-az resource delete --ids $SAL_ID --api-version {api-version}
+az resource delete --ids $SAL_ID --api-version 2021-10-01
269
270
# Delete the subnet delegation to Azure Container Instances
271
az network vnet subnet update --resource-group $RES_GROUP --vnet-name $AKS_VNET --name $AKS_SUBNET --remove delegations
0 commit comments