I'm running a python script, where o want to use service principal to authenticate. I don't want to store service principal secret in my script.
Please help me to store the secret key somewhere and access it dynamically in the script using az cli commands.
I need some command which can fetch the secret key runtime and I can pass it to
"az login --servicePrincipal" command.


