Skip to content

Commit

Permalink
CodeGen from PR 23941 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4adf7c7ecce6652b7cd195d1d962ce352c3f3d18 into 719eeab635fd4c21d6e849bb3b64e60423fbee2f
  • Loading branch information
SDKAuto committed May 11, 2023
1 parent ba93c68 commit 27694c7
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,14 @@ public partial class AuthorizationRoleDefinitionData : Azure.ResourceManager.Mod
{
public AuthorizationRoleDefinitionData() { }
public System.Collections.Generic.IList<string> AssignableScopes { get { throw null; } }
public string CreatedBy { get { throw null; } }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public string Description { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Authorization.Models.RoleDefinitionPermission> Permissions { get { throw null; } }
public string RoleName { get { throw null; } set { } }
public Azure.ResourceManager.Authorization.Models.AuthorizationRoleType? RoleType { get { throw null; } set { } }
public string UpdatedBy { get { throw null; } }
public System.DateTimeOffset? UpdatedOn { get { throw null; } }
}
public partial class AuthorizationRoleDefinitionResource : Azure.ResourceManager.ArmResource
{
Expand Down Expand Up @@ -178,6 +182,10 @@ protected DenyAssignmentCollection() { }
public partial class DenyAssignmentData : Azure.ResourceManager.Models.ResourceData
{
internal DenyAssignmentData() { }
public string Condition { get { throw null; } }
public string ConditionVersion { get { throw null; } }
public string CreatedBy { get { throw null; } }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public string DenyAssignmentName { get { throw null; } }
public string Description { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipal> ExcludePrincipals { get { throw null; } }
Expand All @@ -186,6 +194,8 @@ internal DenyAssignmentData() { }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.DenyAssignmentPermission> Permissions { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipal> Principals { get { throw null; } }
public string Scope { get { throw null; } }
public string UpdatedBy { get { throw null; } }
public System.DateTimeOffset? UpdatedOn { get { throw null; } }
}
public partial class DenyAssignmentResource : Azure.ResourceManager.ArmResource
{
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.

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 @@ -9,7 +9,7 @@ generate-model-factory: false
csharp: true
library-name: Authorization
namespace: Azure.ResourceManager.Authorization
require: https://github.com/Azure/azure-rest-api-specs/blob/a436672b07fb1fe276c203b086b3f0e0d0c4aa24/specification/authorization/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/authorization/resource-manager/readme.md
tag: package-2022-04-01
output-folder: Generated/
clear-output-folder: true
Expand Down

0 comments on commit 27694c7

Please sign in to comment.