Martin Machacek

Results 42 issues of Martin Machacek

If a user type a command which doesn't exist then the output is very general without any message what was wrong. Example: ``` m365 entra group add --displayName CliGroup --description...

enhancement
work in progress

When running the command `external connection get --id ` the output was ``` Error: [object Object] ``` It was not clear what's the issue until I run `external connection get...

needs discussion

**Describe the bug** Not sure whether it is a bug or not, but the autocomplete for `/me/messages` shows a query parameter `includeHiddenMessages`. ![image](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/assets/7744844/1273e1fd-3955-4f93-8213-b31d21f52792) I didn't find the `includeHiddenMessages` parameter in...

API: Devx

**Describe the bug** Cannot create new drive item folder. As you can see from the debug, the property folder is missing in json body **To Reproduce** Steps to reproduce the...

Bug: PowerShell
Bug - P2

**Describe the bug** The client doesn't generate the code for the following URL POST https://graph.microsoft.com/v1.0/me/messages/{message_id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept **To Reproduce** Accept method is missing await graphClient.Me.Messages["{calendar_sharing_message_id}"].GraphCalendarSharingMessage.Accept.PostAsync() or await graphClient.Me.Messages["{calendar_sharing_message_id}"].Accept.PostAsync() **Expected behavior** await graphClient.Me.Messages["{calendar_sharing_message_id}"].GraphCalendarSharingMessage.Accept.PostAsync()...

Service issue
Needs: Attention :wave:

**Describe the bug** When calling GET https://graph.microsoft.com/v1.0/me/drive/items/{driveId}/workbook/worksheets/{driveId}/range(address='A1:XX1') The response contains cell values in `text` property When doing the same in v5 ``` var workbookRange = await m_client.Drives["Me"].Items[{driveId}] .Workbook.Worksheets[{driveId}] .RangeWithAddress("A1:XX1") .GetAsync();...

Status: Under investigation
v5

**Describe the bug** In the current version 5.9.0 users can get a set of one or more workbook cells. There is no way to update/insert/delete/merge/unmerge/clear range and get/update range format....

Bug
Bug: metadata
OpenApi