-
Using the GitHub search mechanism, walk the advertised OpenAPI descriptions, generate clients and compile those clients. We can exclude Microsoft Graph because we already test that elsewhere
Benef…
-
### Description:
We are trying to fetch the members of a give AAD Group but we are getting the following issue but it is crashing in the iteration step. Below is the code which we are using:
```
…
-
-
**Describe the bug**
Exception: The requested operation requires an element of type 'Number', but the target element has type 'String'.
It appears that the SDK is attempting to parse the Booking Bus…
-
#### Details of the scenario you tried and the problem that is occurring
Note: I know this is not a problem with M365Dsc itself, but that's what I'm using in the pipelines and I don't know where el…
-
Recent policy changes on the com.microsoft namespace are currently preventing us from publishing new versions.
We were supposed to get exceptions for com.microsoft.kiota and com.microsoft.graph but i…
-
Reference the [Original doc](https://docs.google.com/document/d/1WayfKKCvJn6gFmVRYbmBNTGixEF40vAMhdrlCDMLFuI/edit).
-
#1864 added support for searching and downloading descriptions from public registries. (apis.guru, hardcoded MS Graph).
We should add support for additional registries to broaden the set of results…
-
I generated a client using the `shell` language option to do a `GET /me` on Microsoft Graph. The code has an error and won't compile. In `BuildGetCommand`:
```
formatter.WriteOutput(response);
``…
-
# Schema Inaccuracy
code-search-result-item.score is of type integer
## Expected
code-search-result-item.score should be of type number and format double since the API returns values like "1.…