azure-arm-authorization
Advanced tools
Comparing version 6.0.0 to 7.0.0
@@ -0,0 +0,0 @@ /* |
@@ -203,5 +203,5 @@ /* | ||
* | ||
* @member {string} [roleDefinitionId] The role definition ID used in the role | ||
* @member {string} roleDefinitionId The role definition ID used in the role | ||
* assignment. | ||
* @member {string} [principalId] The principal ID assigned to the role. This | ||
* @member {string} principalId The principal ID assigned to the role. This | ||
* maps to the ID inside the Active Directory. It can point to a user, service | ||
@@ -217,4 +217,4 @@ * principal, or security group. | ||
export interface RoleAssignmentCreateParameters { | ||
roleDefinitionId?: string; | ||
principalId?: string; | ||
roleDefinitionId: string; | ||
principalId: string; | ||
principalType?: string; | ||
@@ -221,0 +221,0 @@ canDelegate?: boolean; |
@@ -20,5 +20,5 @@ /* | ||
* Create a RoleAssignmentCreateParameters. | ||
* @member {string} [roleDefinitionId] The role definition ID used in the | ||
* role assignment. | ||
* @member {string} [principalId] The principal ID assigned to the role. This | ||
* @member {string} roleDefinitionId The role definition ID used in the role | ||
* assignment. | ||
* @member {string} principalId The principal ID assigned to the role. This | ||
* maps to the ID inside the Active Directory. It can point to a user, | ||
@@ -51,3 +51,3 @@ * service principal, or security group. | ||
roleDefinitionId: { | ||
required: false, | ||
required: true, | ||
serializedName: 'properties.roleDefinitionId', | ||
@@ -59,3 +59,3 @@ type: { | ||
principalId: { | ||
required: false, | ||
required: true, | ||
serializedName: 'properties.principalId', | ||
@@ -62,0 +62,0 @@ type: { |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -5,3 +5,3 @@ { | ||
"description": "AuthorizationManagementClient Library with typescript type definitions for node", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "ms-rest": "^2.3.3", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
418345