Skip to content

Commit 7efa2ac

Browse files
authored
Merge pull request #116777 from mhimuro/patch-1
Fix typo on azure-kubernetes-service-cluster-manage-backups.md
2 parents 4f4d337 + 5714855 commit 7efa2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/azure-kubernetes-service-cluster-manage-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To enable Trusted Access between Backup vault and AKS cluster, use the following
130130
az aks trustedaccess rolebinding create \
131131
-g $myResourceGroup \ 
132132
--cluster-name $myAKSCluster 
133-
n <randomRoleBindingName> \ 
133+
-n <randomRoleBindingName> \ 
134134
--source-resource-id <vaultID> \ 
135135
--roles Microsoft.DataProtection/backupVaults/backup-operator
136136
```

0 commit comments

Comments
 (0)