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

azure-arm-resource

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-resource - npm Package Compare versions

Comparing version 1.4.1-preview to 1.4.2-preview

3

lib/policy/models/index.d.ts

@@ -29,2 +29,4 @@ /*

*
* @member {string} [id] Gets or sets the Id of the policy definition.
*
* @member {string} [name] Gets or sets the name of the policy definition.

@@ -38,2 +40,3 @@ *

policyRule?: any;
id?: string;
name?: string;

@@ -40,0 +43,0 @@ }

@@ -33,2 +33,4 @@ /*

*
* @member {string} [id] Gets or sets the Id of the policy definition.
*
* @member {string} [name] Gets or sets the name of the policy definition.

@@ -85,2 +87,9 @@ *

},
id: {
required: false,
serializedName: 'id',
type: {
name: 'String'
}
},
name: {

@@ -87,0 +96,0 @@ required: false,

@@ -304,2 +304,5 @@ /*

*
* @param {string} [parameters.id] Gets or sets the Id of the policy
* definition.
*
* @param {string} [parameters.name] Gets or sets the name of the policy

@@ -306,0 +309,0 @@ * definition.

@@ -50,2 +50,5 @@ /*

*
* @param {string} [parameters.id] Gets or sets the Id of the policy
* definition.
*
* @param {string} [parameters.name] Gets or sets the name of the policy

@@ -52,0 +55,0 @@ * definition.

2

package.json

@@ -9,3 +9,3 @@ {

],
"version": "1.4.1-preview",
"version": "1.4.2-preview",
"description": "Microsoft Azure Resource Management Client Library for node",

@@ -12,0 +12,0 @@ "tags": [

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