Changes Since Last Release
AzureRM.Resources
- Revert change to
New-AzureRmADServicePrincipal
that gave service principalsContributor
permissions over the current subscription if no values were provided for theRole
orScope
parameters- If no values are provided for
Role
orScope
, the service principal is created with no permissions - If a
Role
is provided, but noScope
, the service principal is created with the specifiedRole
permissions over the current subscription - If a
Scope
is provided, but noRole
, the service principal is created withContributor
permissions over the specifiedScope
- If both
Role
andScope
are provided, the service principal is created with the specifiedRole
permissions over the specifiedScope
- If no values are provided for