-
Notifications
You must be signed in to change notification settings - Fork 14
Provide script to assign a role to a resource #151
Copy link
Copy link
Open
Labels
area:securityAll issues related to Azure SecurityAll issues related to Azure Securityfeature-suggestionAll issues related suggestion of a new feature. These are nice to haves but not customer requestsAll issues related suggestion of a new feature. These are nice to haves but not customer requests
Milestone
Metadata
Metadata
Assignees
Labels
area:securityAll issues related to Azure SecurityAll issues related to Azure Securityfeature-suggestionAll issues related suggestion of a new feature. These are nice to haves but not customer requestsAll issues related suggestion of a new feature. These are nice to haves but not customer requests
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Since the current script
New-AzResourceGroupRoleAssignmentonly allows for the creation of a new role assignment to a resource group, a separate scriptNew-AzResourceRoleAssignmentshould be created to assign a new role based on the ObjectId or ResourceGroupName/Resource-combo to a specific resource.Describe the solution you'd like
The script should accept the following parameters:
OR (see Provide functionality to assign a role to a resource group based on the ObjectId #150)
Describe alternatives you've considered
Extend the existing function, however then the name should be changed, which means introducing a breaking change.