azure-arm-resource
Advanced tools
Comparing version 1.4.1-preview to 1.4.2-preview
@@ -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. |
@@ -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": [ |
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
1047077
25713