Ronald K

Results 10 issues of Ronald K

Enums are currently missing in TS Barrel file during generation For example: To import an Enum statement we require to wrte ``` import { BodyType } from "../src/models/bodyType"; ``` expecting...

TypeScript

**Is your feature request related to a problem? Please describe.** Individual implementers of the SDK do require to sometimes search data that is not index / optimized for search in...

Enhancement

Refactor Open API snippet generation for C#, Go, Java and PowerShell to use the same Code Model as Type Script - [x] #1022 - [x] #1025 - [x] #1026 -...

area: snippets-generation
type: epic

Refactor PowerShellSnippet Generation To Use Code [SnippetCodeGraph](https://github.com/microsoftgraph/microsoft-graph-devx-api/blob/51342d36b6dbd1faf7091a6923d1196b6b4ddd3f/CodeSnippetsReflection.OpenAPI/ModelGraph/SnippetCodeGraph.cs) Class

area: snippets-generation
area: powershell
type: enhancement

Current code generation for OpenAPI Languages need to process the snippet generation and code model for each language and this is done by the independent language generators. This means that...

area: snippets-generation
type: enhancement

Use Instance UUID as the True Source Of Truth Switch from using the instance ID to the instance UUID (that's now a SHA1 hash of the device ID + the...

Related to https://github.com/microsoftgraph/msgraph-sdk-go/issues/532 ListSites does not support query param `$search=` and instead support `search=` see https://learn.microsoft.com/en-us/graph/api/site-search?view=graph-rest-1.0&tabs=http

ToTriage

## Overview Adds release please to current repo Partially address #412

## Overview Adds release please to current repo Partially address #282

PageIterator does not provide type validation on the constructor function and this is resulting to runtime errors that arenot easy to debug for users. e.g 1. https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/380 2. https://github.com/microsoftgraph/msgraph-sdk-go/issues/558 We...

enhancement