Skip to content

Commit 517d2ce

Browse files
committed
Resolving invalid tab group errors in build report
1 parent f6f8de6 commit 517d2ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/cluster-container-registry-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MYACR=myContainerRegistry
4242
az acr create -n $MYACR -g myContainerRegistryResourceGroup --sku basic
4343
```
4444

45-
#### [Azure PowerShell][#tab/azure-powershell]
45+
#### [Azure PowerShell](#tab/azure-powershell)
4646

4747
```azurepowershell
4848
# Set this variable to the name of your ACR. The name must be globally unique.
@@ -131,7 +131,7 @@ Set-AzAksCluster -Name myAKSCluster -ResourceGroupName myResourceGroup -AcrNameT
131131
132132
### Detach an ACR from an AKS cluster
133133

134-
#### [Azure CLI][#tab/azure-cli]
134+
#### [Azure CLI](#tab/azure-cli)
135135

136136
Remove the integration between an ACR and an AKS cluster using the [`--detach-acr` parameter][cli-param] and valid values for **acr-name** or **acr-resource-id**.
137137

@@ -143,7 +143,7 @@ az aks update -n myAKSCluster -g myResourceGroup --detach-acr <acr-name>
143143
az aks update -n myAKSCluster -g myResourceGroup --detach-acr <acr-resource-id>
144144
```
145145

146-
#### [Azure PowerShell][#tab/azure-powershell]
146+
#### [Azure PowerShell](#tab/azure-powershell)
147147

148148
Remove the integration between an ACR and an AKS cluster using the [`-AcrNameToDetach` parameter][ps-detach] and valid values for **acr-name**.
149149

0 commit comments

Comments
 (0)