-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Create-AzApiManagementUser script #316
feat: Add Create-AzApiManagementUser script #316
Conversation
✅ Deploy Preview for arcus-scripting ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff. Thx, Pim! Super that you could integrate this in our module system. Seems like a much-needed addition.
Added some small thoughts.
src/Arcus.Scripting.ApiManagement/Arcus.Scripting.ApiManagement.psm1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.ApiManagement/Scripts/Create-AzApiManagementUser.ps1
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
I like these kind of scripts ;) |
Added script to invite or signup a user to an Azure API Management service.
Closes #170
Based on https://github.com/mbraekman/Powershell/blob/master/Azure/APIM-InviteUserToDevPortal.ps1, all credit goes to @mbraekman 🥇
Note: cannot add integration tests as we don't have an Azure API Management service available in our resource group due to costs.