diff --git a/lib/services/resourceManagement/lib/link/operations/index.d.ts b/lib/services/resourceManagement/lib/link/operations/index.d.ts index fcdb5e1600..0cce4b4f98 100644 --- a/lib/services/resourceManagement/lib/link/operations/index.d.ts +++ b/lib/services/resourceManagement/lib/link/operations/index.d.ts @@ -348,8 +348,8 @@ export interface ResourceLinks { * @param {object} [options] Optional Parameters. * * @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} * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -368,8 +368,8 @@ export interface ResourceLinks { * @param {object} [options] Optional Parameters. * * @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} * * @param {object} [options.customHeaders] Headers that will be added to the * request diff --git a/lib/services/resourceManagement/lib/link/operations/resourceLinks.js b/lib/services/resourceManagement/lib/link/operations/resourceLinks.js index 3205ad0522..c89527813d 100644 --- a/lib/services/resourceManagement/lib/link/operations/resourceLinks.js +++ b/lib/services/resourceManagement/lib/link/operations/resourceLinks.js @@ -461,8 +461,8 @@ function _get(linkId, options, callback) { * @param {object} [options] Optional Parameters. * * @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} * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -1310,8 +1310,8 @@ class ResourceLinks { * @param {object} [options] Optional Parameters. * * @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} * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -1342,8 +1342,8 @@ class ResourceLinks { * @param {object} [options] Optional Parameters. * * @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} * * @param {object} [options.customHeaders] Headers that will be added to the * request diff --git a/lib/services/resourceManagement/lib/models/errorResponse.js b/lib/services/resourceManagement/lib/models/errorResponse.js index d9b41dd8ed..914d054513 100644 --- a/lib/services/resourceManagement/lib/models/errorResponse.js +++ b/lib/services/resourceManagement/lib/models/errorResponse.js @@ -11,7 +11,7 @@ 'use strict'; /** - * 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. * */ diff --git a/lib/services/resourceManagement/lib/models/index.d.ts b/lib/services/resourceManagement/lib/models/index.d.ts index a44f3018d3..513e2a2818 100644 --- a/lib/services/resourceManagement/lib/models/index.d.ts +++ b/lib/services/resourceManagement/lib/models/index.d.ts @@ -306,8 +306,8 @@ export interface Identity { } /** - * 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. */ export interface ErrorResponse { /** diff --git a/lib/services/resourceManagement/lib/policy/models/errorResponse.js b/lib/services/resourceManagement/lib/policy/models/errorResponse.js index 1ac1b914ba..19c4df845b 100644 --- a/lib/services/resourceManagement/lib/policy/models/errorResponse.js +++ b/lib/services/resourceManagement/lib/policy/models/errorResponse.js @@ -11,7 +11,7 @@ 'use strict'; /** - * 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. * */ diff --git a/lib/services/resourceManagement/lib/policy/models/index.d.ts b/lib/services/resourceManagement/lib/policy/models/index.d.ts index d02a50f3a5..260aa65ba7 100644 --- a/lib/services/resourceManagement/lib/policy/models/index.d.ts +++ b/lib/services/resourceManagement/lib/policy/models/index.d.ts @@ -106,7 +106,7 @@ export interface PolicyAssignment extends BaseResource { } /** - * 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. */ export interface ErrorResponse { diff --git a/lib/services/resourceManagement/lib/resource/models/deploymentExtended.js b/lib/services/resourceManagement/lib/resource/models/deploymentExtended.js index 2e8cd9537e..b3ead0da58 100644 --- a/lib/services/resourceManagement/lib/resource/models/deploymentExtended.js +++ b/lib/services/resourceManagement/lib/resource/models/deploymentExtended.js @@ -32,7 +32,7 @@ class DeploymentExtended extends models['BaseResource'] { * @property {date} [properties.timestamp] The timestamp of the template * deployment. * @property {object} [properties.outputs] Key/value pairs that represent - * deploymentoutput. + * deployment output. * @property {array} [properties.providers] The list of resource providers * needed for the deployment. * @property {array} [properties.dependencies] The list of deployment diff --git a/lib/services/resourceManagement/lib/resource/models/deploymentPropertiesExtended.js b/lib/services/resourceManagement/lib/resource/models/deploymentPropertiesExtended.js index c0ca553abf..8af2c64515 100644 --- a/lib/services/resourceManagement/lib/resource/models/deploymentPropertiesExtended.js +++ b/lib/services/resourceManagement/lib/resource/models/deploymentPropertiesExtended.js @@ -20,8 +20,8 @@ class DeploymentPropertiesExtended { * @property {string} [provisioningState] The state of the provisioning. * @property {string} [correlationId] The correlation ID of the deployment. * @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 * the deployment. * @property {array} [dependencies] The list of deployment dependencies. diff --git a/lib/services/resourceManagement/lib/resource/models/deploymentValidateResult.js b/lib/services/resourceManagement/lib/resource/models/deploymentValidateResult.js index 63074a7fcb..e24630cd3b 100644 --- a/lib/services/resourceManagement/lib/resource/models/deploymentValidateResult.js +++ b/lib/services/resourceManagement/lib/resource/models/deploymentValidateResult.js @@ -32,7 +32,7 @@ class DeploymentValidateResult { * @property {date} [properties.timestamp] The timestamp of the template * deployment. * @property {object} [properties.outputs] Key/value pairs that represent - * deploymentoutput. + * deployment output. * @property {array} [properties.providers] The list of resource providers * needed for the deployment. * @property {array} [properties.dependencies] The list of deployment diff --git a/lib/services/resourceManagement/lib/resource/models/index.d.ts b/lib/services/resourceManagement/lib/resource/models/index.d.ts index ece82f9e09..de4be29828 100644 --- a/lib/services/resourceManagement/lib/resource/models/index.d.ts +++ b/lib/services/resourceManagement/lib/resource/models/index.d.ts @@ -72,7 +72,7 @@ export interface TemplateLink { } /** - * Entity representing the reference to the deployment paramaters. + * Entity representing the reference to the deployment parameters. */ export interface ParametersLink { /** @@ -356,7 +356,7 @@ export interface DeploymentPropertiesExtended { */ readonly timestamp?: Date; /** - * Key/value pairs that represent deploymentoutput. + * Key/value pairs that represent deployment output. */ outputs?: any; /** diff --git a/lib/services/resourceManagement/lib/resource/models/parametersLink.js b/lib/services/resourceManagement/lib/resource/models/parametersLink.js index ffd2e3ebf6..712c5e125c 100644 --- a/lib/services/resourceManagement/lib/resource/models/parametersLink.js +++ b/lib/services/resourceManagement/lib/resource/models/parametersLink.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Entity representing the reference to the deployment paramaters. + * Entity representing the reference to the deployment parameters. * */ class ParametersLink {