microsoftgraph / microsoftgraph/msgraph-metadata

Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment "Server responded with a Request Error"

Open
#230 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

metadata-issue
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

This cmdlet does not appear to be working:

$provPolicies = Get-MgDeviceManagementVirtualEndpointProvisioningPolicy Foreach ($provPolicy in $provPolicies) { [string]$provPolicyID = $provPolicy | Select -ExpandProperty Id Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment -CloudPcProvisioningPolicyId $provPolicyID }

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failing Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment call using the provisioning policy IDs from the example. Trace how this cmdlet forms its Microsoft Graph request and compare it with the preceding policy lookup; done means identifying the cause of the request error and confirming a successful assignment response. No repository file or test is named, so locating the generated command or request path is part of the investigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.