Skip to content



 in an annotation breaks the generated output #187

@PxlBuzzard

Description

@PxlBuzzard

Repro schema: test_intune_onedf on Graph PPE.

XML snippet in question:

<Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/rpcUnauthenticatedClientOptions">
  <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting controls how the RPC server runtime handles unauthenticated RPC clients connecting to RPC servers.&#xA;&#xA;This policy setting impacts all RPC applications. In a domain environment this policy setting should be used with caution as it can impact a wide range of functionality including group policy processing itself.  Reverting a change to this policy setting can require manual intervention on each affected machine.  This policy setting should never be applied to a domain controller." />
</Annotations>

Generated C#:

/// <summary>
/// Gets or sets rpc unauthenticated client options.
/// This policy setting controls how the RPC server runtime handles unauthenticated RPC clients connecting to RPC servers.

This policy setting impacts all RPC applications. In a domain environment this policy setting should be used with caution as it can impact a wide range of functionality including group policy processing itself.  Reverting a change to this policy setting can require manual intervention on each affected machine.  This policy setting should never be applied to a domain controller.
/// </summary>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions