azure-xplat-cli
azure-xplat-cli copied to clipboard
ARM: ad sp create - created application does not show password as key with expiry
CLI Version: 0.10.8 OS Type: Mac OS 10.12.1 Installation via: npm Mode: **ARM **
Environment: AzureCloud
Description:
azure sp create -n <appname> -p <password> command does not produce a key entry in the azure portal for purposes of key rollover/expiry management.
Steps to reproduce:
- Run
azure sp create -n <appname> -p <password> - Then visit either the new or classic portal AD panels for the created application.
- Note the absence of any key records.
From a management perspective, Keys vs. Passwords are one of the primary differences between user and application credentials. It would be nice if the password field used in the CLI had behavioural parity with keys issued from the portal.
@shuagarw - Can you take a look at this issue?
I'm aware that this probably has more to do with the core Azure AD services than the CLI, but I'm curious if anyone has had a chance to look at this and explain why the CLI would be any different from the portal. Anyone care to comment?