Skip to content

Commit

Permalink
fix: --aad-appliction-name arg listed twice (#480)
Browse files Browse the repository at this point in the history
Looks like a copy/paste error.
  • Loading branch information
technoe committed Jun 29, 2022
1 parent 77d7216 commit 1a338d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/topics/federated-identity-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To create a federated identity credential:
azwi serviceaccount create phase federated-identity \
--aad-application-name "${APPLICATION_NAME}" \
--service-account-namespace "${SERVICE_ACCOUNT_NAMESPACE}" \
--aad-application-name "${SERVICE_ACCOUNT_NAME}" \
--service-account-name "${SERVICE_ACCOUNT_NAME}" \
--service-account-issuer-url "${SERVICE_ACCOUNT_ISSUER}"
```

Expand All @@ -35,7 +35,7 @@ To delete a federated identity credential:
azwi serviceaccount delete phase federated-identity \
--aad-application-name "${APPLICATION_NAME}" \
--service-account-namespace "${SERVICE_ACCOUNT_NAMESPACE}" \
--aad-application-name "${SERVICE_ACCOUNT_NAME}" \
--service-account-name "${SERVICE_ACCOUNT_NAME}" \
--service-account-issuer-url "${SERVICE_ACCOUNT_ISSUER}"
```

Expand Down

0 comments on commit 1a338d2

Please sign in to comment.