-
Notifications
You must be signed in to change notification settings - Fork 528
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
Fix for issue #5594 #5661
Fix for issue #5594 #5661
Conversation
AppId not being exported for MSFT_MicrosoftGGraphlistitem because case for .appId in the code was wrong (appid instead of appId). Corrected this. AppId now exports/test/sets/ etc. correctly for properties CompliantAppsList AppsVisibilityList AppsSingleAppModeList
@dannyKBjj Is it possible for you to not change the logic back to how it was previously now that we have the check for an export implemented? I guess simply updating the property names from |
Hi, i'm not sure what you mean. I thought that's basically all I did anyway? I see a lot of red in the pull request like I changed loads, but that really doesn't represent what I changed in the code!? |
I think the simplest thing is to just copy the red code and add it back into the resource, commit and push. That's how I would do it anyways, nothing fancy. Does that work for you if you update it? |
Yes, I'll do it on the weekend. I think i see what's happened, I guess I branched off before the $Script:exportedInstance changes were made? |
That's very likely, yes. Thanks a lot and sorry for the back and forth with those massive changes lately 😅 |
made edits requested in comments
following commit now seems to be showing the differences between this commit and the last commit :D
|
LGTM 🚀 |
Hi, really sorry to bother you on this thread about another PR, but I've a few PR's that seem to have gone dead. #5588 - made requested changes last week, no feedback. Sorry if I'm being annoying, just quite keen to get these merged :-D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure you update with Dev. That contains updates to the changelog.
After that make sure your entry is created under the Unreleased section in that version of the changelog.
Sorry, have been a little busy the last few days with very little time to review PRs. |
Pull Request (PR) description
The AppId was not being exported for MSFT_MicrosoftGGraphlistitem because the letter case for .appId was wrong ( the code was using appid instead of appId).
Corrected this.
AppId now exports/test/sets/ etc. correctly for properties
CompliantAppsList
AppsVisibilityList
AppsSingleAppModeList
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed and how that affects users (if applicable), and
reference the issue being resolved (if applicable).