Skip to content

[Bug] Missing cmdlets for /admin/teams/userConfigurations endpoint (v1.0) #3519

@praspatil05

Description

@praspatil05

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_

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:waiting-for-triageAn issue that is yet to be reviewed or assignedtype:bugA broken experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions