azure-arm-resource
Advanced tools
Comparing version 7.2.1 to 7.3.0
@@ -351,4 +351,4 @@ /* | ||
* @param {string} [options.filter] The filter to apply on the list resource | ||
* links operation. The supported filter for list resource links is targetid. | ||
* For example, $filter=targetid eq {value} | ||
* links operation. The supported filter for list resource links is targetId. | ||
* For example, $filter=targetId eq {value} | ||
* | ||
@@ -372,4 +372,4 @@ * @param {object} [options.customHeaders] Headers that will be added to the | ||
* @param {string} [options.filter] The filter to apply on the list resource | ||
* links operation. The supported filter for list resource links is targetid. | ||
* For example, $filter=targetid eq {value} | ||
* links operation. The supported filter for list resource links is targetId. | ||
* For example, $filter=targetId eq {value} | ||
* | ||
@@ -376,0 +376,0 @@ * @param {object} [options.customHeaders] Headers that will be added to the |
@@ -14,3 +14,3 @@ /* | ||
/** | ||
* Error reponse indicates ARM appliance is not able to process the incoming | ||
* Error response indicates ARM appliance is not able to process the incoming | ||
* request. The reason is provided in the error message. | ||
@@ -17,0 +17,0 @@ * |
@@ -309,4 +309,4 @@ /* | ||
/** | ||
* Error reponse indicates ARM appliance is not able to process the incoming request. The reason is | ||
* provided in the error message. | ||
* Error response indicates ARM appliance is not able to process the incoming request. The reason | ||
* is provided in the error message. | ||
*/ | ||
@@ -313,0 +313,0 @@ export interface ErrorResponse { |
@@ -14,3 +14,3 @@ /* | ||
/** | ||
* Error reponse indicates Azure Resource Manager is not able to process the | ||
* Error response indicates Azure Resource Manager is not able to process the | ||
* incoming request. The reason is provided in the error message. | ||
@@ -17,0 +17,0 @@ * |
@@ -109,3 +109,3 @@ /* | ||
/** | ||
* Error reponse indicates Azure Resource Manager is not able to process the incoming request. The | ||
* Error response indicates Azure Resource Manager is not able to process the incoming request. The | ||
* reason is provided in the error message. | ||
@@ -112,0 +112,0 @@ */ |
@@ -25,2 +25,3 @@ /* | ||
* @property {string} [name] The name of the deployment. | ||
* @property {string} [type] The type of the deployment. | ||
* @property {string} [location] the location of the deployment. | ||
@@ -35,3 +36,3 @@ * @property {object} [properties] Deployment properties. | ||
* @property {object} [properties.outputs] Key/value pairs that represent | ||
* deploymentoutput. | ||
* deployment output. | ||
* @property {array} [properties.providers] The list of resource providers | ||
@@ -115,2 +116,10 @@ * needed for the deployment. | ||
}, | ||
type: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'type', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
location: { | ||
@@ -117,0 +126,0 @@ required: false, |
@@ -23,4 +23,4 @@ /* | ||
* @property {date} [timestamp] The timestamp of the template deployment. | ||
* @property {object} [outputs] Key/value pairs that represent | ||
* deploymentoutput. | ||
* @property {object} [outputs] Key/value pairs that represent deployment | ||
* output. | ||
* @property {array} [providers] The list of resource providers needed for | ||
@@ -27,0 +27,0 @@ * the deployment. |
@@ -35,3 +35,3 @@ /* | ||
* @property {object} [properties.outputs] Key/value pairs that represent | ||
* deploymentoutput. | ||
* deployment output. | ||
* @property {array} [properties.providers] The list of resource providers | ||
@@ -38,0 +38,0 @@ * needed for the deployment. |
@@ -75,3 +75,3 @@ /* | ||
/** | ||
* Entity representing the reference to the deployment paramaters. | ||
* Entity representing the reference to the deployment parameters. | ||
*/ | ||
@@ -360,3 +360,3 @@ export interface ParametersLink { | ||
/** | ||
* Key/value pairs that represent deploymentoutput. | ||
* Key/value pairs that represent deployment output. | ||
*/ | ||
@@ -430,2 +430,6 @@ outputs?: any; | ||
/** | ||
* The type of the deployment. | ||
*/ | ||
readonly type?: string; | ||
/** | ||
* the location of the deployment. | ||
@@ -610,2 +614,6 @@ */ | ||
readonly name?: string; | ||
/** | ||
* The type of the resource group. | ||
*/ | ||
readonly type?: string; | ||
properties?: ResourceGroupProperties; | ||
@@ -612,0 +620,0 @@ /** |
@@ -14,3 +14,3 @@ /* | ||
/** | ||
* Entity representing the reference to the deployment paramaters. | ||
* Entity representing the reference to the deployment parameters. | ||
* | ||
@@ -17,0 +17,0 @@ */ |
@@ -25,2 +25,3 @@ /* | ||
* @property {string} [name] The name of the resource group. | ||
* @property {string} [type] The type of the resource group. | ||
* @property {object} [properties] | ||
@@ -69,2 +70,10 @@ * @property {string} [properties.provisioningState] The provisioning state. | ||
}, | ||
type: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'type', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
properties: { | ||
@@ -71,0 +80,0 @@ required: false, |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.2.1", | ||
"version": "7.3.0", | ||
"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
3193620
77980