-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience
Description
Describe the bug
The Microsoft Graph v1.0 API endpoint /admin/teams/userConfigurations exists in the OpenAPI schema but has no corresponding PowerShell cmdlets in the SDK.
Find-MgGraphCommand -Uri "/admin/teams/userConfigurations" -ApiVersion "v1.0"returns "not supported by the SDK"- No cmdlets available for this endpoint
Evidence
API exists: Microsoft Learn
Documentation
In OpenAPI schema: Confirmed at line 3467 of openapi/v1.0/openapi.yaml in msgraph-metadata repo
/admin/teams/userConfigurations:
description: Provides operations to manage the userConfigurations property...
get:
tags:
- admin.teamsAdminRoot
summary: List userConfigurations
Endpoint works: Tested successfully via Invoke-MgGraphRequest
SDK missing cmdlets: Generation process appears to have skipped this endpoint
### Expected behavior
Expected Behavior
Since the endpoint exists in the v1.0 OpenAPI schema, the SDK generation process should create cmdlets like:
- `Get-MgAdminTeamsUserConfiguration`
- `Get-MgAdminTeamsUserConfigurationById`
### How to reproduce
1. Run: Find-MgGraphCommand -Uri "/admin/teams/userConfigurations" -ApiVersion "v1.0"
2. Observe: Error "URI is not valid or is not currently supported by the SDK"
### SDK Version
_No response_
### Latest version known to work for scenario above?
_No response_
### Known Workarounds
_No response_
### Debug output
<details><summary>Click to expand log</summary></details>
### Configuration
_No response_
### Other information
_No response_
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience