azure-arm-resource
Advanced tools
Comparing version 1.3.0-preview to 1.4.0-preview
@@ -15,88 +15,2 @@ /* | ||
* @class | ||
* Initializes a new instance of the PolicyAssignmentProperties class. | ||
* @constructor | ||
* Policy Assignment properties. | ||
* @member {string} [scope] Gets or sets the policy assignment scope. | ||
* | ||
* @member {string} [displayName] Gets or sets the policy assignment display | ||
* name. | ||
* | ||
* @member {string} [policyDefinitionId] Gets or sets the policy definition Id. | ||
* | ||
*/ | ||
export interface PolicyAssignmentProperties { | ||
scope?: string; | ||
displayName?: string; | ||
policyDefinitionId?: string; | ||
} | ||
/** | ||
* @class | ||
* Initializes a new instance of the PolicyAssignment class. | ||
* @constructor | ||
* Policy assignment. | ||
* @member {object} [properties] Gets or sets the policy assignment properties. | ||
* | ||
* @member {string} [properties.scope] Gets or sets the policy assignment | ||
* scope. | ||
* | ||
* @member {string} [properties.displayName] Gets or sets the policy | ||
* assignment display name. | ||
* | ||
* @member {string} [properties.policyDefinitionId] Gets or sets the policy | ||
* definition Id. | ||
* | ||
* @member {string} [name] Gets or sets the policy assignment name. | ||
* | ||
*/ | ||
export interface PolicyAssignment { | ||
properties?: PolicyAssignmentProperties; | ||
name?: string; | ||
} | ||
/** | ||
* @class | ||
* Initializes a new instance of the PolicyDefinitionProperties class. | ||
* @constructor | ||
* Policy definition properties. | ||
* @member {string} [description] Gets or sets the policy definition | ||
* description. | ||
* | ||
* @member {string} [displayName] Gets or sets the policy definition display | ||
* name. | ||
* | ||
* @member {object} [policyRule] The policy rule json. | ||
* | ||
*/ | ||
export interface PolicyDefinitionProperties { | ||
description?: string; | ||
displayName?: string; | ||
policyRule?: any; | ||
} | ||
/** | ||
* @class | ||
* Initializes a new instance of the PolicyDefinition class. | ||
* @constructor | ||
* Policy definition. | ||
* @member {object} [properties] Gets or sets the policy definition properties. | ||
* | ||
* @member {string} [properties.description] Gets or sets the policy | ||
* definition description. | ||
* | ||
* @member {string} [properties.displayName] Gets or sets the policy | ||
* definition display name. | ||
* | ||
* @member {object} [properties.policyRule] The policy rule json. | ||
* | ||
* @member {string} [name] Gets or sets the policy definition name. | ||
* | ||
*/ | ||
export interface PolicyDefinition { | ||
properties?: PolicyDefinitionProperties; | ||
name?: string; | ||
} | ||
/** | ||
* @class | ||
* Initializes a new instance of the DeploymentExtendedFilter class. | ||
@@ -103,0 +17,0 @@ * @constructor |
@@ -21,6 +21,2 @@ /* | ||
exports.CloudError = msRestAzure.CloudError; | ||
exports.PolicyAssignmentProperties = require('./policyAssignmentProperties'); | ||
exports.PolicyAssignment = require('./policyAssignment'); | ||
exports.PolicyDefinitionProperties = require('./policyDefinitionProperties'); | ||
exports.PolicyDefinition = require('./policyDefinition'); | ||
exports.DeploymentExtendedFilter = require('./deploymentExtendedFilter'); | ||
@@ -69,2 +65,1 @@ exports.GenericResourceFilter = require('./genericResourceFilter'); | ||
exports.ResourceProviderOperationDetailListResult = require('./resourceProviderOperationDetailListResult'); | ||
exports.PolicyAssignmentListResult = require('./policyAssignmentListResult'); |
@@ -24,3 +24,1 @@ /* | ||
exports.ResourceProviderOperationDetails = require('./resourceProviderOperationDetails'); | ||
exports.PolicyDefinitions = require('./policyDefinitions'); | ||
exports.PolicyAssignments = require('./policyAssignments'); |
@@ -66,6 +66,4 @@ /* | ||
resourceProviderOperationDetails: operations.ResourceProviderOperationDetails; | ||
policyDefinitions: operations.PolicyDefinitions; | ||
policyAssignments: operations.PolicyAssignments; | ||
} | ||
export = ResourceManagementClient; |
@@ -95,4 +95,2 @@ /* | ||
this.resourceProviderOperationDetails = new operations.ResourceProviderOperationDetails(this); | ||
this.policyDefinitions = new operations.PolicyDefinitions(this); | ||
this.policyAssignments = new operations.PolicyAssignments(this); | ||
this.models = models; | ||
@@ -99,0 +97,0 @@ msRest.addSerializationMixin(this); |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.3.0-preview", | ||
"version": "1.4.0-preview", | ||
"description": "Microsoft Azure Resource Management Client Library for node", | ||
@@ -12,0 +12,0 @@ "tags": [ |
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
1046505
128
25694