Denis Dmitriev
Denis Dmitriev
Fix for #1068 **Changes** * Introduce `arm64` and `amd64` build tags * Appropriate changes in documentation
I'm relatively new to Golang and not sure if I get the whole picture. This is the reason I decided to create an issue but not MR yet. I'm trying...
It would be nice to have machine-readable output for `vpnutil`. JSON looks like obvious choice these days.
Sample Python code from this [documentation page](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0&tabs=python) does not work if any of datetime-typed fields initialized. Exception with message _Object of type DateTime is not JSON serializable_ is thrown. Non-working...
I'm not sure if this supposed to work like this. Consider the following code snippet: ```python from msgraph.generated.planner.plans.item.details.details_request_builder import DetailsRequestBuilder as PlanDetailsRequestBuilder from msgraph.generated.planner.tasks.item.details.details_request_builder import DetailsRequestBuilder as TaskDetailsRequestBuilder plan_config1 =...