-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: IntuneDeviceConfigurationEditionUpgradePolicyWindows10 - Repost #3244
base: Dev
Are you sure you want to change the base?
PR: IntuneDeviceConfigurationEditionUpgradePolicyWindows10 - Repost #3244
Conversation
@NikCharlebois Can we put this one on hold until the SDK is fixed? |
@William-Francillette Do you have an update on this? I see that the SDK issue has been closed. Does that mean the issue is now fixed? |
@ykuijs, I will test the resource tonight and come back to you |
@ykuijs @NikCharlebois Unfortunately this is not fixed, there is an issue with the API and not the SDK. I have raised a ticket from my Azure subscription 2306130050004983 Can you guys escalate that? Thanks |
@ykuijs @NikCharlebois - That Azure ticket is not leading to anything - I had a call with the support engineer last week and he told be my ticket was bounced for more than 2 weeks between the Intune and Graph team Can you guys escalate it? |
@William-Francillette just to clarify: is this issue resolve by now or did you find a workaround? |
Nope it isnt , I'll check again with the v2.0 but it may not help as it is an api issue rather than the sdk |
Is there any issue within this repository that holds information about the issue? Right now it’s (was) just the PR, right? It would be good to track it somewhere |
Oh I've just realised I've closed the PR ! Ill generate it again and repost it Silly me! |
@William-Francillette Just stumbled upon this pull request as I was having a look at those edition upgrades myself. Do you have any new hints on the case? In my opinion, this seems to be related to the service behind the creation of the resource sending an error back when the action is not performed by an "interactive" user. I analyzed the JWT-Token sent by the Intune console and the one sent by the Graph PowerShell command, but nothing out of the ordinary that should raise a red flag... Maybe we should just deal with the error (meaning catch and work around it)? Or can we somehow push the team(s) to fix their service eventually? That issue is now very old... |
I would guess this issue won't be resolved anytime soon as configurationprofiles aren't really developed anymore afaik. |
Pull Request (PR) description
This Pull Request (PR) fixes the following issues
Please put on hold until issue resolved with SDK cmdlet:
microsoftgraph/msgraph-sdk-powershell#1930
Also the Intune portal obfuscate the productKey parameter so I am only testing the last 4 digits in Test-TargetResource and remove the parameter in Set-TargetResource when obfuscated