Antti K. Koskela
Antti K. Koskela
"SearchTermParamName" hasn't worked for me at all unless ApiUrl was enabled, but since I only wanted to filter local results, this hasn't been a feasible implementation. I'll be submitting a...
Out-of-the-box, ohjelma taitaa laskea verovapaat tilit (kuten yhteisökoron/palautuskoron) ja verovähennyskelvottomat kulut (kuten veronkorotukset) mukaan tuloslaskelmaan tuloina ja menoina.    Jotta tämän saisi menemään oikein, pitäisi varmaan muuttaa aika...
### Project name M365ServiceHealth ### Description # M365ServiceHealth A Blazor WebAssembly site to browse latest M365 Service Announcements. These are tenant-scoped announcements that are sent to users via the Office...
## Category - [x] Bug ## Describe the bug https://github.com/pnp/powershell/issues/3959 is caused when creating a Page with Add-PnpPage but it fails in querying the pages because the site is missing...
Makes sure EnsurePagesLibrary ensures pages library for sites where "Site Pages" is not activated by activating the feature. This is to address https://github.com/pnp/powershell/issues/3959
Don't throw in ClientContext.IsAppOnly() if AccessToken extraction is successful.
### Reporting an Issue or Missing Feature There's an issue when you add ClientContext.IsAppOnly() and are using ClientCredentials. It seems to randomly throw an uncaught 403 and crash. ### Expected...
Fixes https://github.com/pnp/powershell/issues/3752 by implementing handling for updating terms. I should mention that it is pretty messy and could probably be prettier. The current implementation is the result of running into...