Skip to content

Commit 8965fdf

Browse files
author
SDKAuto
committed
CodeGen from PR 22642 in Azure/azure-rest-api-specs
Merge 1dfbc16cd0844aeb91cd1cbb274bd94455711fce into 3d8685062f830eae770780a43a9a656f155412f3
1 parent 9e83c1e commit 8965fdf

File tree

6 files changed

+139
-5
lines changed

6 files changed

+139
-5
lines changed

sdk/authorization/Azure.ResourceManager.Authorization/api/Azure.ResourceManager.Authorization.netstandard2.0.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,14 @@ public partial class AuthorizationRoleDefinitionData : Azure.ResourceManager.Mod
141141
{
142142
public AuthorizationRoleDefinitionData() { }
143143
public System.Collections.Generic.IList<string> AssignableScopes { get { throw null; } }
144+
public string CreatedBy { get { throw null; } }
145+
public System.DateTimeOffset? CreatedOn { get { throw null; } }
144146
public string Description { get { throw null; } set { } }
145147
public System.Collections.Generic.IList<Azure.ResourceManager.Authorization.Models.RoleDefinitionPermission> Permissions { get { throw null; } }
146148
public string RoleName { get { throw null; } set { } }
147149
public Azure.ResourceManager.Authorization.Models.AuthorizationRoleType? RoleType { get { throw null; } set { } }
150+
public string UpdatedBy { get { throw null; } }
151+
public System.DateTimeOffset? UpdatedOn { get { throw null; } }
148152
}
149153
public partial class AuthorizationRoleDefinitionResource : Azure.ResourceManager.ArmResource
150154
{
@@ -176,6 +180,10 @@ protected DenyAssignmentCollection() { }
176180
public partial class DenyAssignmentData : Azure.ResourceManager.Models.ResourceData
177181
{
178182
internal DenyAssignmentData() { }
183+
public string Condition { get { throw null; } }
184+
public string ConditionVersion { get { throw null; } }
185+
public string CreatedBy { get { throw null; } }
186+
public System.DateTimeOffset? CreatedOn { get { throw null; } }
179187
public string DenyAssignmentName { get { throw null; } }
180188
public string Description { get { throw null; } }
181189
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipal> ExcludePrincipals { get { throw null; } }
@@ -184,6 +192,8 @@ internal DenyAssignmentData() { }
184192
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.DenyAssignmentPermission> Permissions { get { throw null; } }
185193
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipal> Principals { get { throw null; } }
186194
public string Scope { get { throw null; } }
195+
public string UpdatedBy { get { throw null; } }
196+
public System.DateTimeOffset? UpdatedOn { get { throw null; } }
187197
}
188198
public partial class DenyAssignmentResource : Azure.ResourceManager.ArmResource
189199
{

sdk/authorization/Azure.ResourceManager.Authorization/src/Generated/AuthorizationRoleDefinitionData.cs

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/authorization/Azure.ResourceManager.Authorization/src/Generated/DenyAssignmentData.cs

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/authorization/Azure.ResourceManager.Authorization/src/Generated/Models/AuthorizationRoleDefinitionData.Serialization.cs

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/authorization/Azure.ResourceManager.Authorization/src/Generated/Models/DenyAssignmentData.Serialization.cs

Lines changed: 48 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/authorization/Azure.ResourceManager.Authorization/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generate-model-factory: false
99
csharp: true
1010
library-name: Authorization
1111
namespace: Azure.ResourceManager.Authorization
12-
require: https://github.com/Azure/azure-rest-api-specs/blob/a436672b07fb1fe276c203b086b3f0e0d0c4aa24/specification/authorization/resource-manager/readme.md
12+
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/authorization/resource-manager/readme.md
1313
tag: package-2022-04-01
1414
output-folder: Generated/
1515
clear-output-folder: true

0 commit comments

Comments
 (0)