Updated the DDF with the latest version

This commit is contained in:
ManikaDhiman
2019-10-01 15:38:01 -07:00
parent 4991505985
commit 6c870e581b
2 changed files with 26 additions and 4 deletions

View File

@ -15,7 +15,7 @@ ms.date: 09/27/2019
# EnterpriseModernAppManagement CSP # EnterpriseModernAppManagement CSP
> [!WARNING] > [!WARNING]
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. > Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
The EnterpriseModernAppManagement configuration service provider (CSP) is used for the provisioning and reporting of modern enterprise apps. For details about how to use this CSP to for reporting apps inventory, installation and removal of apps for users, provisioning apps to devices, and managing app licenses, see [Enterprise app management](enterprise-app-management.md). The EnterpriseModernAppManagement configuration service provider (CSP) is used for the provisioning and reporting of modern enterprise apps. For details about how to use this CSP to for reporting apps inventory, installation and removal of apps for users, provisioning apps to devices, and managing app licenses, see [Enterprise app management](enterprise-app-management.md).

View File

@ -9,19 +9,19 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: manikadhiman author: manikadhiman
ms.date: 07/27/2018 ms.date: 10/01/2019
--- ---
# EnterpriseModernAppManagement DDF # EnterpriseModernAppManagement DDF
> [!WARNING] > [!WARNING]
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. > Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
This topic shows the OMA DM device description framework (DDF) for the **EnterpriseModernAppManagement** configuration service provider. DDF files are used only with OMA DM provisioning XML. This topic shows the OMA DM device description framework (DDF) for the **EnterpriseModernAppManagement** configuration service provider. DDF files are used only with OMA DM provisioning XML.
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
The XML below is for Windows 10, version 1809. The XML below is the current version for this CSP.
```xml ```xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
@ -395,6 +395,26 @@ The XML below is for Windows 10, version 1809.
</DFType> </DFType>
</DFProperties> </DFProperties>
</Node> </Node>
<Node>
<NodeName>IsStub</NodeName>
<DFProperties>
<AccessType>
<Get />
</AccessType>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
</Node> </Node>
<Node> <Node>
<NodeName>DoNotUpdate</NodeName> <NodeName>DoNotUpdate</NodeName>
@ -522,6 +542,7 @@ The XML below is for Windows 10, version 1809.
<Get /> <Get />
<Add /> <Add />
<Delete /> <Delete />
<Replace />
</AccessType> </AccessType>
<DFFormat> <DFFormat>
<node /> <node />
@ -543,6 +564,7 @@ The XML below is for Windows 10, version 1809.
<Get /> <Get />
<Add /> <Add />
<Delete /> <Delete />
<Replace />
</AccessType> </AccessType>
<DFFormat> <DFFormat>
<node /> <node />