Antti K. Koskela

Results 8 issues of 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. ![image](https://user-images.githubusercontent.com/4086860/231556735-3f82e021-ac71-47cc-bc97-866404e14af1.png) ![image](https://user-images.githubusercontent.com/4086860/231557014-9ede50ba-a0ce-4c59-9d95-2bff2ee47d4d.png) ![image](https://user-images.githubusercontent.com/4086860/231557101-79deb3b2-91dc-43d7-9c3e-26e306a264d4.png) 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...

hack

## 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...

area: pages API 📄

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

area: pages API 📄

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...