Skip to content

Commit 8c7e828

Browse files
committed
removed skip assignment.
1 parent fba5e4c commit 8c7e828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/create-onboarding-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Walk through the following steps to learn how to use service principals for conn
2424
Create a new service principal with an informative name that is unique for your Azure Active Directory tenant.
2525

2626
```azurecli
27-
az ad sp create-for-RBAC --skip-assignment --name "https://azure-arc-for-k8s-onboarding"
27+
az ad sp create-for-RBAC --name "https://azure-arc-for-k8s-onboarding"
2828
```
2929

3030
**Output:**

0 commit comments

Comments
 (0)