Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ protected PolicyAttestationCollection() { }
public partial class PolicyAttestationData : Azure.ResourceManager.Models.ResourceData
{
public PolicyAttestationData(Azure.Core.ResourceIdentifier policyAssignmentId) { }
public System.DateTimeOffset? AssessmentOn { get { throw null; } set { } }
public string Comments { get { throw null; } set { } }
public Azure.ResourceManager.PolicyInsights.Models.PolicyComplianceState? ComplianceState { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.PolicyInsights.Models.AttestationEvidence> Evidence { get { throw null; } }
public System.DateTimeOffset? ExpireOn { get { throw null; } set { } }
public System.DateTimeOffset? LastComplianceStateChangeOn { get { throw null; } }
public System.BinaryData Metadata { get { throw null; } set { } }
public string Owner { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier PolicyAssignmentId { get { throw null; } set { } }
public string PolicyDefinitionReferenceId { get { throw null; } set { } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: PolicyInsights
namespace: Azure.ResourceManager.PolicyInsights
require: https://github.com/Azure/azure-rest-api-specs/blob/aa8a23b8f92477d0fdce7af6ccffee1c604b3c56/specification/policyinsights/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/policyinsights/resource-manager/readme.md
output-folder: $(this-folder)/Generated
clear-output-folder: true
skip-csproj: true
Expand Down