minor edits

As user has mentioned that when he tried to run a delete function, it doesn't work. While checking for DMClient CSP, I have found that Provider/ProviderID/Push/PFN only supports Add, Get, and Replace function not Delete. See details at https://docs.microsoft.com/en-us/windows/client-management/mdm/dmclient-csp

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/7061
This commit is contained in:
ImranHabib
2020-07-20 11:18:04 +05:00
committed by GitHub
parent b0ce9da6a6
commit 551f0e3918

View File

@ -1022,7 +1022,6 @@ The XML below is for Windows 10, version 1803.
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>