Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-arm-authorization

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-authorization - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

0

lib/models/classicAdministratorProperties.js

@@ -0,0 +0,0 @@ /*

8

lib/models/index.d.ts

@@ -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: {

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc