Skip to content

Commit

Permalink
CodeGen from PR 21241 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Migrate to net track2 for some resource-manager readmes batch 3 (Azure#21241)

* migrate to track 2

* revert configs for machinelearning and managementgroups

* resolve Go SDK automation failure

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
  • Loading branch information
SDKAuto and tadelesh committed Oct 28, 2022
1 parent 2ce9ca4 commit 849019c
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 4 deletions.
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

0 comments on commit 849019c

Please sign in to comment.