Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Last active October 24, 2019 05:43
Show Gist options
  • Save yuriburger/2f20407ecaa4d351cd9d9ac60b2b9ade to your computer and use it in GitHub Desktop.
Save yuriburger/2f20407ecaa4d351cd9d9ac60b2b9ade to your computer and use it in GitHub Desktop.
[reset service principal secret] Reset a Service Principal Client Secret #azure
// vim: syntax=bash
az ad sp list --display-name <displayname>
az ad sp credential reset --name <appId> --years 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment