You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes Since Last Release
AzureRM.Resources
Revert change to New-AzureRmADServicePrincipal that gave service principals Contributor permissions over the current subscription if no values were provided for the Role or Scope parameters
If no values are provided for Role or Scope, the service principal is created with no permissions
If a Role is provided, but no Scope, the service principal is created with the specified Role permissions over the current subscription
If a Scope is provided, but no Role, the service principal is created with Contributor permissions over the specified Scope
If both Role and Scope are provided, the service principal is created with the specified Role permissions over the specified Scope