Skip to content

Commit

Permalink
docs: fix simple typo, satsify -> satisfy (#16389)
Browse files Browse the repository at this point in the history
There is a small typo in src/azure-cli/azure/cli/command_modules/acs/custom.py.

Should read `satisfy` rather than `satsify`.
  • Loading branch information
timgates42 authored Dec 30, 2020
1 parent 2557860 commit 269954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acs/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@ def _ensure_service_principal(cli_ctx,


def _create_client_secret():
# Add a special character to satsify AAD SP secret requirements
# Add a special character to satisfy AAD SP secret requirements
special_char = '$'
client_secret = binascii.b2a_hex(os.urandom(10)).decode('utf-8') + special_char
return client_secret
Expand Down

0 comments on commit 269954f

Please sign in to comment.