Marius Solbakken Mellum
Marius Solbakken Mellum
**Issue** When configuring a separate service connection for the Azure RM backend than the planning and apply stages, there is no way to get the tfstate to actually be stored...
# Pull Request ## Bug Fixes ## Improvements / Enhancements Added support for pre-loading Az.Accounts and Az.Resources modules. This enables things like using Save-Module and storing the modules in folders,...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Trying to use the MicrosoftTeams PowerShell module version 2.0.0 as a managed dependency causes Connect-MicrosoftTeams to error out with the following error message, with chinese characters: ``` Exception calling "GetSteppablePipeline"...
In trying to use the PIM APIs, more specifically the Microsoft.Authorization/roleEligibilityScheduleRequests@2020-10-01-preview resource type, everything works fine when creating this request. However, it is now possible to delete them from Azure...
As far as I can tell, it is not currently working to sign in as a service principal / application in interactive mode. Any reason for this, as it is...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
### Describe the bug I am trying to remove a customSecurityAttribute from a user, by setting an attribute value to null through the CustomSecurityAttributes parameter of Update-MgUser. However, the body...
### Is your feature request related to a problem? Please describe the problem. I am trying to get all owned objects of a service principal by having only the appid....