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
Add support for instance-permission-set in azure (#632)
* Add support for instance-permission-set in azure.
The instance-permission-set is parsed as a comma-separated list of ARM resource ids in the form
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
* Update docs.
* Support permission sets in azure (task).
* Minor updates to aws permission set resource.
Fix typo in error message.
Move regexp compilation to package level (quicker panic).
Handle error case first.
* Add permission set parsing step to azure task creation.
Also proposing a refactoring of task command step definition - renumbering the progress indication manually seems a bit tedious.
* Revert "Add permission set parsing step to azure task creation."
This reverts commit aaa06e9.
* Add permission set read step.
* Specify resource identity type.
* Improved ARMID matching regular expression.
* Propagate command line permission set value to task.
A comma-separated list of [user-assigned identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) ARM resource ids, e.g.:
0 commit comments