Skip to content
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

Missing property from Microsoft.Graph.Windows10CompliancePolicy model #125

Closed
Yomodo opened this issue Jun 21, 2020 · 2 comments
Closed

Comments

@Yomodo
Copy link

Yomodo commented Jun 21, 2020

Using Microsoft.Graph.Beta 0.19.0-preview package, 1 property is missing
from the Microsoft.Graph.Windows10CompliancePolicy model:

deviceCompliancePolicyScript

When deserializing, this property is listed in the model's AdditionalData property.

@ghost ghost added the Needs: Triage label Jun 21, 2020
@ddyett
Copy link
Contributor

ddyett commented Jun 25, 2020

generator issue?

> <Property Name="deviceCompliancePolicyScript" Type="graph.deviceCompliancePolicyScript"/>
> 
> <ComplexType Name="deviceCompliancePolicyScript">
> <Property Name="deviceComplianceScriptId" Type="Edm.String"/>
> <Property Name="rulesContent" Type="Edm.Binary"/>
> </ComplexType>

@zengin
Copy link
Contributor

zengin commented Jun 25, 2020

will be available in next release.
related #127

@zengin zengin closed this as completed Jun 25, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants