Peter Ombwa

Results 47 issues of Peter Ombwa

AutoREST.PowerShell fails with `error | Error: Plugin modelerfour reported failure` when the parameter object of an operation contains `content` property: ![image](https://user-images.githubusercontent.com/7061532/158900501-61bbbd3d-6743-4792-ae82-d191554901c5.png) ### Repro Steps 1. Use an OpenAPI description where...

`Invoke-MgGraphRequest` should throw an error requiring `-OutputFilePath` when it can't process non-JSON responses and the OutputType is not HttpResponseMessage. ### Repro steps ``` powershell ➜ Connect-MgGraph Welcome To Microsoft Graph!...

Bug: PowerShell

We should consider [embedding PowerShell snippets](https://docs.microsoft.com/en-us/graph/api/application-addkey?view=graph-rest-1.0&tabs=powershell#request) from the API reference docs in the [help files](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/add-mgapplicationkey?view=graph-powershell-1.0) when no example exists. ### Considerations - The injected examples should not replace existing workload...

Request: Feature
Docs

This PR closes #1394 by adding ci-build.yml pipeline definition. The pipeline definition will: - Install required tools. - Perform security pre-checks. - Generate, build, test, and pack modules. - Publish...

As part of #1118, we should also consider adding [WAM](https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-acquire-token-wam) support to the SDK. [Azure.Identity](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md) supports WAM via [Azure.Identity.BrokeredAuthentication](https://docs.microsoft.com/en-us/dotnet/api/azure.identity.brokeredauthentication?view=azure-dotnet-preview) preview package. We will need to add [Azure.Identity.BrokeredAuthentication](https://docs.microsoft.com/en-us/dotnet/api/azure.identity.brokeredauthentication?view=azure-dotnet-preview) preview package and...

Request: Feature
Blocked

Given an OpenAPI path operation of: ``` yml /directory/deletedItems/microsoft.graph.application: get: tags: - directory.directoryObject summary: Get deletedItems from directory operationId: directory_ListDeletedItemsAsUser parameters: - $ref: '#/components/parameters/top' responses: '200': $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' default: $ref:...

enhancement