diff --git a/lib/services/apimanagement/lib/models/apiManagementServiceBaseProperties.js b/lib/services/apimanagement/lib/models/apiManagementServiceBaseProperties.js index 5f05e16c31..da9771ce18 100644 --- a/lib/services/apimanagement/lib/models/apiManagementServiceBaseProperties.js +++ b/lib/services/apimanagement/lib/models/apiManagementServiceBaseProperties.js @@ -69,7 +69,7 @@ class ApiManagementServiceBaseProperties { * installed in the API Management service. Max supported certificates that * can be installed is 10. * @member {string} [virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means + * Management service needs to be configured in. None (Default Value) means * the API Management service is not part of any Virtual Network, External * means the API Management deployment is set up inside a Virtual Network * having an Internet Facing Endpoint, and Internal means that API Management diff --git a/lib/services/apimanagement/lib/models/apiManagementServiceResource.js b/lib/services/apimanagement/lib/models/apiManagementServiceResource.js index e27f9c993d..e8d75d4a66 100644 --- a/lib/services/apimanagement/lib/models/apiManagementServiceResource.js +++ b/lib/services/apimanagement/lib/models/apiManagementServiceResource.js @@ -72,7 +72,7 @@ class ApiManagementServiceResource extends models['ApimResource'] { * installed in the API Management service. Max supported certificates that * can be installed is 10. * @member {string} [virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means + * Management service needs to be configured in. None (Default Value) means * the API Management service is not part of any Virtual Network, External * means the API Management deployment is set up inside a Virtual Network * having an Internet Facing Endpoint, and Internal means that API Management diff --git a/lib/services/apimanagement/lib/models/apiManagementServiceUpdateParameters.js b/lib/services/apimanagement/lib/models/apiManagementServiceUpdateParameters.js index f098b0acc3..f030ba432d 100644 --- a/lib/services/apimanagement/lib/models/apiManagementServiceUpdateParameters.js +++ b/lib/services/apimanagement/lib/models/apiManagementServiceUpdateParameters.js @@ -72,7 +72,7 @@ class ApiManagementServiceUpdateParameters extends models['ApimResource'] { * installed in the API Management service. Max supported certificates that * can be installed is 10. * @member {string} [virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means + * Management service needs to be configured in. None (Default Value) means * the API Management service is not part of any Virtual Network, External * means the API Management deployment is set up inside a Virtual Network * having an Internet Facing Endpoint, and Internal means that API Management diff --git a/lib/services/apimanagement/lib/models/backendBaseParameters.js b/lib/services/apimanagement/lib/models/backendBaseParameters.js index 48e543a095..b9c51515eb 100644 --- a/lib/services/apimanagement/lib/models/backendBaseParameters.js +++ b/lib/services/apimanagement/lib/models/backendBaseParameters.js @@ -30,7 +30,7 @@ class BackendBaseParameters { * certificate thumbprint for the management endpoint. * @member {number} * [properties.serviceFabricCluster.maxPartitionResolutionRetries] Maximum - * number of retries while attempting resolve the parition. + * number of retries while attempting resolve the partition. * @member {array} [properties.serviceFabricCluster.managementEndpoints] The * cluster management endpoint. * @member {array} diff --git a/lib/services/apimanagement/lib/models/backendContract.js b/lib/services/apimanagement/lib/models/backendContract.js index d7305d194a..6f2f9d3e50 100644 --- a/lib/services/apimanagement/lib/models/backendContract.js +++ b/lib/services/apimanagement/lib/models/backendContract.js @@ -33,7 +33,7 @@ class BackendContract extends models['Resource'] { * certificate thumbprint for the management endpoint. * @member {number} * [properties.serviceFabricCluster.maxPartitionResolutionRetries] Maximum - * number of retries while attempting resolve the parition. + * number of retries while attempting resolve the partition. * @member {array} [properties.serviceFabricCluster.managementEndpoints] The * cluster management endpoint. * @member {array} diff --git a/lib/services/apimanagement/lib/models/backendProperties.js b/lib/services/apimanagement/lib/models/backendProperties.js index ac6eece213..577e03d27d 100644 --- a/lib/services/apimanagement/lib/models/backendProperties.js +++ b/lib/services/apimanagement/lib/models/backendProperties.js @@ -22,7 +22,7 @@ class BackendProperties { * @member {string} [serviceFabricCluster.clientCertificatethumbprint] The * client certificate thumbprint for the management endpoint. * @member {number} [serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * @member {array} [serviceFabricCluster.managementEndpoints] The cluster * management endpoint. * @member {array} [serviceFabricCluster.serverCertificateThumbprints] diff --git a/lib/services/apimanagement/lib/models/backendReconnectContract.js b/lib/services/apimanagement/lib/models/backendReconnectContract.js index 27708c409a..ad7dec6c51 100644 --- a/lib/services/apimanagement/lib/models/backendReconnectContract.js +++ b/lib/services/apimanagement/lib/models/backendReconnectContract.js @@ -21,7 +21,7 @@ class BackendReconnectContract extends models['Resource'] { /** * Create a BackendReconnectContract. * @member {moment.duration} [after] Duration in ISO8601 format after which - * reconnect will be initiated. Minimum duration of the Reconect is PT2M. + * reconnect will be initiated. Minimum duration of the Reconnect is PT2M. */ constructor() { super(); diff --git a/lib/services/apimanagement/lib/models/backendServiceFabricClusterProperties.js b/lib/services/apimanagement/lib/models/backendServiceFabricClusterProperties.js index 2e9aba9f1d..f6a1dc7372 100644 --- a/lib/services/apimanagement/lib/models/backendServiceFabricClusterProperties.js +++ b/lib/services/apimanagement/lib/models/backendServiceFabricClusterProperties.js @@ -20,7 +20,7 @@ class BackendServiceFabricClusterProperties { * @member {string} clientCertificatethumbprint The client certificate * thumbprint for the management endpoint. * @member {number} [maxPartitionResolutionRetries] Maximum number of retries - * while attempting resolve the parition. + * while attempting resolve the partition. * @member {array} managementEndpoints The cluster management endpoint. * @member {array} [serverCertificateThumbprints] Thumbprints of certificates * cluster management service uses for tls communication diff --git a/lib/services/apimanagement/lib/models/backendUpdateParameters.js b/lib/services/apimanagement/lib/models/backendUpdateParameters.js index 646197eba5..e94188c1aa 100644 --- a/lib/services/apimanagement/lib/models/backendUpdateParameters.js +++ b/lib/services/apimanagement/lib/models/backendUpdateParameters.js @@ -30,7 +30,7 @@ class BackendUpdateParameters { * certificate thumbprint for the management endpoint. * @member {number} * [properties.serviceFabricCluster.maxPartitionResolutionRetries] Maximum - * number of retries while attempting resolve the parition. + * number of retries while attempting resolve the partition. * @member {array} [properties.serviceFabricCluster.managementEndpoints] The * cluster management endpoint. * @member {array} diff --git a/lib/services/apimanagement/lib/models/certificateConfiguration.js b/lib/services/apimanagement/lib/models/certificateConfiguration.js index f2450a9812..4a38a794c0 100644 --- a/lib/services/apimanagement/lib/models/certificateConfiguration.js +++ b/lib/services/apimanagement/lib/models/certificateConfiguration.js @@ -21,7 +21,7 @@ class CertificateConfiguration { * @member {string} [encodedCertificate] Base64 Encoded certificate. * @member {string} [certificatePassword] Certificate Password. * @member {string} storeName The - * System.Security.Cryptography.x509certificates.Storename certificate store + * System.Security.Cryptography.x509certificates.StoreName certificate store * location. Only Root and CertificateAuthority are valid locations. Possible * values include: 'CertificateAuthority', 'Root' * @member {object} [certificate] Certificate information. diff --git a/lib/services/apimanagement/lib/models/index.d.ts b/lib/services/apimanagement/lib/models/index.d.ts index b94dbeef3f..295a14f2fb 100644 --- a/lib/services/apimanagement/lib/models/index.d.ts +++ b/lib/services/apimanagement/lib/models/index.d.ts @@ -1524,7 +1524,7 @@ export interface X509CertificateName { * @member {string} clientCertificatethumbprint The client certificate * thumbprint for the management endpoint. * @member {number} [maxPartitionResolutionRetries] Maximum number of retries - * while attempting resolve the parition. + * while attempting resolve the partition. * @member {array} managementEndpoints The cluster management endpoint. * @member {array} [serverCertificateThumbprints] Thumbprints of certificates * cluster management service uses for tls communication @@ -1549,7 +1549,7 @@ export interface BackendServiceFabricClusterProperties { * @member {string} [serviceFabricCluster.clientCertificatethumbprint] The * client certificate thumbprint for the management endpoint. * @member {number} [serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * @member {array} [serviceFabricCluster.managementEndpoints] The cluster * management endpoint. * @member {array} [serviceFabricCluster.serverCertificateThumbprints] @@ -1637,7 +1637,7 @@ export interface BackendTlsProperties { * certificate thumbprint for the management endpoint. * @member {number} * [properties.serviceFabricCluster.maxPartitionResolutionRetries] Maximum - * number of retries while attempting resolve the parition. + * number of retries while attempting resolve the partition. * @member {array} [properties.serviceFabricCluster.managementEndpoints] The * cluster management endpoint. * @member {array} @@ -1699,7 +1699,7 @@ export interface BackendBaseParameters { * certificate thumbprint for the management endpoint. * @member {number} * [properties.serviceFabricCluster.maxPartitionResolutionRetries] Maximum - * number of retries while attempting resolve the parition. + * number of retries while attempting resolve the partition. * @member {array} [properties.serviceFabricCluster.managementEndpoints] The * cluster management endpoint. * @member {array} @@ -1766,7 +1766,7 @@ export interface BackendContract extends Resource { * certificate thumbprint for the management endpoint. * @member {number} * [properties.serviceFabricCluster.maxPartitionResolutionRetries] Maximum - * number of retries while attempting resolve the parition. + * number of retries while attempting resolve the partition. * @member {array} [properties.serviceFabricCluster.managementEndpoints] The * cluster management endpoint. * @member {array} @@ -1821,7 +1821,7 @@ export interface BackendUpdateParameters { * Reconnect request parameters. * * @member {moment.duration} [after] Duration in ISO8601 format after which - * reconnect will be initiated. Minimum duration of the Reconect is PT2M. + * reconnect will be initiated. Minimum duration of the Reconnect is PT2M. */ export interface BackendReconnectContract extends Resource { after?: moment.Duration; @@ -1888,7 +1888,7 @@ export interface CertificateInformation { * @member {string} [encodedCertificate] Base64 Encoded certificate. * @member {string} [certificatePassword] Certificate Password. * @member {string} storeName The - * System.Security.Cryptography.x509certificates.Storename certificate store + * System.Security.Cryptography.x509certificates.StoreName certificate store * location. Only Root and CertificateAuthority are valid locations. Possible * values include: 'CertificateAuthority', 'Root' * @member {object} [certificate] Certificate information. @@ -2103,10 +2103,10 @@ export interface ApiManagementServiceBackupRestoreParameters { * @member {array} [certificates] List of Certificates that need to be * installed in the API Management service. Max supported certificates that can * be installed is 10. - * @member {string} [virtualNetworkType] The type of VPN in which API Managemet - * service needs to be configured in. None (Default Value) means the API - * Management service is not part of any Virtual Network, External means the - * API Management deployment is set up inside a Virtual Network having an + * @member {string} [virtualNetworkType] The type of VPN in which API + * Management service needs to be configured in. None (Default Value) means the + * API Management service is not part of any Virtual Network, External means + * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment * is setup inside a Virtual Network having an Intranet Facing Endpoint only. * Possible values include: 'None', 'External', 'Internal'. Default value: @@ -2222,10 +2222,10 @@ export interface ApimResource extends BaseResource { * @member {array} [certificates] List of Certificates that need to be * installed in the API Management service. Max supported certificates that can * be installed is 10. - * @member {string} [virtualNetworkType] The type of VPN in which API Managemet - * service needs to be configured in. None (Default Value) means the API - * Management service is not part of any Virtual Network, External means the - * API Management deployment is set up inside a Virtual Network having an + * @member {string} [virtualNetworkType] The type of VPN in which API + * Management service needs to be configured in. None (Default Value) means the + * API Management service is not part of any Virtual Network, External means + * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment * is setup inside a Virtual Network having an Intranet Facing Endpoint only. * Possible values include: 'None', 'External', 'Internal'. Default value: @@ -2327,10 +2327,10 @@ export interface ApiManagementServiceResource extends ApimResource { * @member {array} [certificates] List of Certificates that need to be * installed in the API Management service. Max supported certificates that can * be installed is 10. - * @member {string} [virtualNetworkType] The type of VPN in which API Managemet - * service needs to be configured in. None (Default Value) means the API - * Management service is not part of any Virtual Network, External means the - * API Management deployment is set up inside a Virtual Network having an + * @member {string} [virtualNetworkType] The type of VPN in which API + * Management service needs to be configured in. None (Default Value) means the + * API Management service is not part of any Virtual Network, External means + * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment * is setup inside a Virtual Network having an Intranet Facing Endpoint only. * Possible values include: 'None', 'External', 'Internal'. Default value: @@ -3423,7 +3423,7 @@ export interface QuotaCounterValueContract { * @member {date} [timestamp] Start of aggregation period. The date conforms to * the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 * standard. - * @member {string} [interval] Length of agregation period. Interval must be + * @member {string} [interval] Length of aggregation period. Interval must be * multiple of 15 minutes and may not be zero. The value should be in ISO 8601 * format (http://en.wikipedia.org/wiki/ISO_8601#Durations). * @member {string} [country] Country to which this record data is related. @@ -3438,11 +3438,11 @@ export interface QuotaCounterValueContract { * @member {string} [apiRegion] API region identifier. * @member {string} [subscriptionId] Subscription identifier path. * /subscriptions/{subscriptionId} - * @member {number} [callCountSuccess] Number of succesful calls. This includes - * calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and - * HttpStatusCode.TemporaryRedirect + * @member {number} [callCountSuccess] Number of successful calls. This + * includes calls returning HttpStatusCode <= 301 and + * HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect * @member {number} [callCountBlocked] Number of calls blocked due to invalid - * credentials. This includes calls returning HttpStatusCode.Unauthorize and + * credentials. This includes calls returning HttpStatusCode.Unauthorized and * HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests * @member {number} [callCountFailed] Number of calls failed due to proxy or * backend errors. This includes calls returning HttpStatusCode.BadRequest(400) @@ -3519,7 +3519,7 @@ export interface ReportRecordContract { * @member {string} [cache] Specifies if response cache was involved in * generating the response. If the value is none, the cache was not used. If * the value is hit, cached response was returned. If the value is miss, the - * cache was used but lookup resulted in a miss and request was fullfilled by + * cache was used but lookup resulted in a miss and request was fulfilled by * the backend. * @member {number} [apiTime] The total time it took to process this request. * @member {number} [serviceTime] he time it took to forward this request to @@ -3561,7 +3561,7 @@ export interface RequestReportRecordContract { * @member {string} userId User (user id path) for whom subscription is being * created in form /users/{uid} * @member {string} productId Product (product id path) for which subscription - * is being created in form /products/{productid} + * is being created in form /products/{productId} * @member {string} displayName Subscription name. * @member {string} [primaryKey] Primary subscription key. If not specified * during request key will be generated automatically. diff --git a/lib/services/apimanagement/lib/models/reportRecordContract.js b/lib/services/apimanagement/lib/models/reportRecordContract.js index a12cfce6b9..ed2af3bbbe 100644 --- a/lib/services/apimanagement/lib/models/reportRecordContract.js +++ b/lib/services/apimanagement/lib/models/reportRecordContract.js @@ -22,8 +22,8 @@ class ReportRecordContract { * @member {date} [timestamp] Start of aggregation period. The date conforms * to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO * 8601 standard. - * @member {string} [interval] Length of agregation period. Interval must be - * multiple of 15 minutes and may not be zero. The value should be in ISO + * @member {string} [interval] Length of aggregation period. Interval must + * be multiple of 15 minutes and may not be zero. The value should be in ISO * 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations). * @member {string} [country] Country to which this record data is related. * @member {string} [region] Country region to which this record data is @@ -38,11 +38,11 @@ class ReportRecordContract { * @member {string} [apiRegion] API region identifier. * @member {string} [subscriptionId] Subscription identifier path. * /subscriptions/{subscriptionId} - * @member {number} [callCountSuccess] Number of succesful calls. This + * @member {number} [callCountSuccess] Number of successful calls. This * includes calls returning HttpStatusCode <= 301 and * HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect * @member {number} [callCountBlocked] Number of calls blocked due to invalid - * credentials. This includes calls returning HttpStatusCode.Unauthorize and + * credentials. This includes calls returning HttpStatusCode.Unauthorized and * HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests * @member {number} [callCountFailed] Number of calls failed due to proxy or * backend errors. This includes calls returning diff --git a/lib/services/apimanagement/lib/models/requestReportRecordContract.js b/lib/services/apimanagement/lib/models/requestReportRecordContract.js index 5d49dcb773..f7ff5b56bf 100644 --- a/lib/services/apimanagement/lib/models/requestReportRecordContract.js +++ b/lib/services/apimanagement/lib/models/requestReportRecordContract.js @@ -38,7 +38,7 @@ class RequestReportRecordContract { * @member {string} [cache] Specifies if response cache was involved in * generating the response. If the value is none, the cache was not used. If * the value is hit, cached response was returned. If the value is miss, the - * cache was used but lookup resulted in a miss and request was fullfilled by + * cache was used but lookup resulted in a miss and request was fulfilled by * the backend. * @member {number} [apiTime] The total time it took to process this request. * @member {number} [serviceTime] he time it took to forward this request to diff --git a/lib/services/apimanagement/lib/models/subscriptionCreateParameters.js b/lib/services/apimanagement/lib/models/subscriptionCreateParameters.js index 3c12b3ff4f..83d574c95b 100644 --- a/lib/services/apimanagement/lib/models/subscriptionCreateParameters.js +++ b/lib/services/apimanagement/lib/models/subscriptionCreateParameters.js @@ -20,7 +20,7 @@ class SubscriptionCreateParameters { * @member {string} userId User (user id path) for whom subscription is being * created in form /users/{uid} * @member {string} productId Product (product id path) for which - * subscription is being created in form /products/{productid} + * subscription is being created in form /products/{productId} * @member {string} displayName Subscription name. * @member {string} [primaryKey] Primary subscription key. If not specified * during request key will be generated automatically. diff --git a/lib/services/apimanagement/lib/operations/apiDiagnosticLogger.js b/lib/services/apimanagement/lib/operations/apiDiagnosticLogger.js index cb899743c1..4107829ea5 100644 --- a/lib/services/apimanagement/lib/operations/apiDiagnosticLogger.js +++ b/lib/services/apimanagement/lib/operations/apiDiagnosticLogger.js @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -463,7 +463,7 @@ function _checkEntityExists(resourceGroupName, serviceName, apiId, diagnosticId, } /** - * Attaches a logger to a dignostic for an API. + * Attaches a logger to a diagnostic for an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -900,7 +900,7 @@ function _deleteMethod(resourceGroupName, serviceName, apiId, diagnosticId, logg } /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1043,7 +1043,7 @@ class ApiDiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1091,7 +1091,7 @@ class ApiDiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1266,7 +1266,7 @@ class ApiDiagnosticLogger { } /** - * Attaches a logger to a dignostic for an API. + * Attaches a logger to a diagnostic for an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1307,7 +1307,7 @@ class ApiDiagnosticLogger { } /** - * Attaches a logger to a dignostic for an API. + * Attaches a logger to a diagnostic for an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1473,7 +1473,7 @@ class ApiDiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1504,7 +1504,7 @@ class ApiDiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. diff --git a/lib/services/apimanagement/lib/operations/apiIssue.js b/lib/services/apimanagement/lib/operations/apiIssue.js index 0f9ce8b7d9..d0ac0ffe80 100644 --- a/lib/services/apimanagement/lib/operations/apiIssue.js +++ b/lib/services/apimanagement/lib/operations/apiIssue.js @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1318,7 +1318,7 @@ function _deleteMethod(resourceGroupName, serviceName, apiId, issueId, ifMatch, } /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1463,7 +1463,7 @@ class ApiIssue { } /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1511,7 +1511,7 @@ class ApiIssue { } /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -2166,7 +2166,7 @@ class ApiIssue { } /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -2197,7 +2197,7 @@ class ApiIssue { } /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. diff --git a/lib/services/apimanagement/lib/operations/apiIssueAttachment.js b/lib/services/apimanagement/lib/operations/apiIssueAttachment.js index 227dac18a5..42eaa65cfd 100644 --- a/lib/services/apimanagement/lib/operations/apiIssueAttachment.js +++ b/lib/services/apimanagement/lib/operations/apiIssueAttachment.js @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1189,7 +1189,7 @@ function _deleteMethod(resourceGroupName, serviceName, apiId, issueId, attachmen } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1334,7 +1334,7 @@ class ApiIssueAttachment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1383,7 +1383,7 @@ class ApiIssueAttachment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1915,7 +1915,7 @@ class ApiIssueAttachment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1946,7 +1946,7 @@ class ApiIssueAttachment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. diff --git a/lib/services/apimanagement/lib/operations/apiIssueComment.js b/lib/services/apimanagement/lib/operations/apiIssueComment.js index 91997c41ee..42ebaca346 100644 --- a/lib/services/apimanagement/lib/operations/apiIssueComment.js +++ b/lib/services/apimanagement/lib/operations/apiIssueComment.js @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1185,7 +1185,7 @@ function _deleteMethod(resourceGroupName, serviceName, apiId, issueId, commentId } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1330,7 +1330,7 @@ class ApiIssueComment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1379,7 +1379,7 @@ class ApiIssueComment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -1905,7 +1905,7 @@ class ApiIssueComment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1936,7 +1936,7 @@ class ApiIssueComment { } /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. diff --git a/lib/services/apimanagement/lib/operations/apiManagementService.js b/lib/services/apimanagement/lib/operations/apiManagementService.js index 1415cfb247..0f8b0c958d 100644 --- a/lib/services/apimanagement/lib/operations/apiManagementService.js +++ b/lib/services/apimanagement/lib/operations/apiManagementService.js @@ -247,7 +247,7 @@ function _backup(resourceGroupName, serviceName, parameters, options, callback) * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -386,7 +386,7 @@ function _createOrUpdate(resourceGroupName, serviceName, parameters, options, ca * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -2168,7 +2168,7 @@ function _beginBackup(resourceGroupName, serviceName, parameters, options, callb * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -2443,7 +2443,7 @@ function _beginCreateOrUpdate(resourceGroupName, serviceName, parameters, option * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -3598,7 +3598,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -3691,7 +3691,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -3806,7 +3806,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -3897,7 +3897,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -5085,7 +5085,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -5178,7 +5178,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -5293,7 +5293,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -5384,7 +5384,7 @@ class ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment diff --git a/lib/services/apimanagement/lib/operations/backend.js b/lib/services/apimanagement/lib/operations/backend.js index 38350c60c4..fff5836424 100644 --- a/lib/services/apimanagement/lib/operations/backend.js +++ b/lib/services/apimanagement/lib/operations/backend.js @@ -596,7 +596,7 @@ function _get(resourceGroupName, serviceName, backendid, options, callback) { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -903,7 +903,7 @@ function _createOrUpdate(resourceGroupName, serviceName, backendid, parameters, * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -1335,7 +1335,7 @@ function _deleteMethod(resourceGroupName, serviceName, backendid, ifMatch, optio * * @param {moment.duration} [options.parameters.after] Duration in ISO8601 * format after which reconnect will be initiated. Minimum duration of the - * Reconect is PT2M. + * Reconnect is PT2M. * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -1975,7 +1975,7 @@ class Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -2095,7 +2095,7 @@ class Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -2237,7 +2237,7 @@ class Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -2358,7 +2358,7 @@ class Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -2586,7 +2586,7 @@ class Backend { * * @param {moment.duration} [options.parameters.after] Duration in ISO8601 * format after which reconnect will be initiated. Minimum duration of the - * Reconect is PT2M. + * Reconnect is PT2M. * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -2629,7 +2629,7 @@ class Backend { * * @param {moment.duration} [options.parameters.after] Duration in ISO8601 * format after which reconnect will be initiated. Minimum duration of the - * Reconect is PT2M. + * Reconnect is PT2M. * * @param {object} [options.customHeaders] Headers that will be added to the * request diff --git a/lib/services/apimanagement/lib/operations/diagnosticLogger.js b/lib/services/apimanagement/lib/operations/diagnosticLogger.js index f1ced7a5a8..7019c6fce1 100644 --- a/lib/services/apimanagement/lib/operations/diagnosticLogger.js +++ b/lib/services/apimanagement/lib/operations/diagnosticLogger.js @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} resourceGroupName The name of the resource group. @@ -422,7 +422,7 @@ function _checkEntityExists(resourceGroupName, serviceName, diagnosticId, logger } /** - * Attaches a logger to a dignostic. + * Attaches a logger to a diagnostic. * * @param {string} resourceGroupName The name of the resource group. * @@ -817,7 +817,7 @@ function _deleteMethod(resourceGroupName, serviceName, diagnosticId, loggerid, o } /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} nextPageLink The NextLink from the previous successful call @@ -961,7 +961,7 @@ class DiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} resourceGroupName The name of the resource group. @@ -1007,7 +1007,7 @@ class DiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} resourceGroupName The name of the resource group. @@ -1174,7 +1174,7 @@ class DiagnosticLogger { } /** - * Attaches a logger to a dignostic. + * Attaches a logger to a diagnostic. * * @param {string} resourceGroupName The name of the resource group. * @@ -1212,7 +1212,7 @@ class DiagnosticLogger { } /** - * Attaches a logger to a dignostic. + * Attaches a logger to a diagnostic. * * @param {string} resourceGroupName The name of the resource group. * @@ -1369,7 +1369,7 @@ class DiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} nextPageLink The NextLink from the previous successful call @@ -1401,7 +1401,7 @@ class DiagnosticLogger { } /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} nextPageLink The NextLink from the previous successful call diff --git a/lib/services/apimanagement/lib/operations/index.d.ts b/lib/services/apimanagement/lib/operations/index.d.ts index 4f14bed73a..b731af7b3a 100644 --- a/lib/services/apimanagement/lib/operations/index.d.ts +++ b/lib/services/apimanagement/lib/operations/index.d.ts @@ -4946,7 +4946,7 @@ export interface ApiDiagnosticLogger { /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -4982,7 +4982,7 @@ export interface ApiDiagnosticLogger { listByServiceWithHttpOperationResponse(resourceGroupName: string, serviceName: string, apiId: string, diagnosticId: string, options?: { filter? : string, top? : number, skip? : number, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -5115,7 +5115,7 @@ export interface ApiDiagnosticLogger { /** - * Attaches a logger to a dignostic for an API. + * Attaches a logger to a diagnostic for an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -5144,7 +5144,7 @@ export interface ApiDiagnosticLogger { createOrUpdateWithHttpOperationResponse(resourceGroupName: string, serviceName: string, apiId: string, diagnosticId: string, loggerid: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Attaches a logger to a dignostic for an API. + * Attaches a logger to a diagnostic for an API. * * @param {string} resourceGroupName The name of the resource group. * @@ -5268,7 +5268,7 @@ export interface ApiDiagnosticLogger { /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -5287,7 +5287,7 @@ export interface ApiDiagnosticLogger { listByServiceNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all loggers assosiated with the specified Diagnostic of an API. + * Lists all loggers associated with the specified Diagnostic of an API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -5334,7 +5334,7 @@ export interface ApiIssue { /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -5370,7 +5370,7 @@ export interface ApiIssue { listByServiceWithHttpOperationResponse(resourceGroupName: string, serviceName: string, apiId: string, options?: { filter? : string, top? : number, skip? : number, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -5875,7 +5875,7 @@ export interface ApiIssue { /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -5894,7 +5894,7 @@ export interface ApiIssue { listByServiceNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all issues assosiated with the specified API. + * Lists all issues associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -5941,7 +5941,7 @@ export interface ApiIssueComment { /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -5978,7 +5978,7 @@ export interface ApiIssueComment { listByServiceWithHttpOperationResponse(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, options?: { filter? : string, top? : number, skip? : number, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -6381,7 +6381,7 @@ export interface ApiIssueComment { /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -6400,7 +6400,7 @@ export interface ApiIssueComment { listByServiceNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -6448,7 +6448,7 @@ export interface ApiIssueAttachment { /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -6485,7 +6485,7 @@ export interface ApiIssueAttachment { listByServiceWithHttpOperationResponse(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, options?: { filter? : string, top? : number, skip? : number, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} resourceGroupName The name of the resource group. * @@ -6894,7 +6894,7 @@ export interface ApiIssueAttachment { /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -6913,7 +6913,7 @@ export interface ApiIssueAttachment { listByServiceNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all comments for the Issue assosiated with the specified API. + * Lists all comments for the Issue associated with the specified API. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -7940,7 +7940,7 @@ export interface Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -8048,7 +8048,7 @@ export interface Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -8175,7 +8175,7 @@ export interface Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -8284,7 +8284,7 @@ export interface Backend { * * @param {number} * [parameters.properties.serviceFabricCluster.maxPartitionResolutionRetries] - * Maximum number of retries while attempting resolve the parition. + * Maximum number of retries while attempting resolve the partition. * * @param {array} * parameters.properties.serviceFabricCluster.managementEndpoints The cluster @@ -8470,7 +8470,7 @@ export interface Backend { * * @param {moment.duration} [options.parameters.after] Duration in ISO8601 * format after which reconnect will be initiated. Minimum duration of the - * Reconect is PT2M. + * Reconnect is PT2M. * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -8501,7 +8501,7 @@ export interface Backend { * * @param {moment.duration} [options.parameters.after] Duration in ISO8601 * format after which reconnect will be initiated. Minimum duration of the - * Reconect is PT2M. + * Reconnect is PT2M. * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -9392,7 +9392,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -9473,7 +9473,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -9573,7 +9573,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -9652,7 +9652,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -10528,7 +10528,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -10609,7 +10609,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -10709,7 +10709,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -10788,7 +10788,7 @@ export interface ApiManagementService { * can be installed is 10. * * @param {string} [parameters.virtualNetworkType] The type of VPN in which API - * Managemet service needs to be configured in. None (Default Value) means the + * Management service needs to be configured in. None (Default Value) means the * API Management service is not part of any Virtual Network, External means * the API Management deployment is set up inside a Virtual Network having an * Internet Facing Endpoint, and Internal means that API Management deployment @@ -11641,7 +11641,7 @@ export interface DiagnosticLogger { /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} resourceGroupName The name of the resource group. @@ -11675,7 +11675,7 @@ export interface DiagnosticLogger { listByServiceWithHttpOperationResponse(resourceGroupName: string, serviceName: string, diagnosticId: string, options?: { filter? : string, top? : number, skip? : number, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} resourceGroupName The name of the resource group. @@ -11800,7 +11800,7 @@ export interface DiagnosticLogger { /** - * Attaches a logger to a dignostic. + * Attaches a logger to a diagnostic. * * @param {string} resourceGroupName The name of the resource group. * @@ -11826,7 +11826,7 @@ export interface DiagnosticLogger { createOrUpdateWithHttpOperationResponse(resourceGroupName: string, serviceName: string, diagnosticId: string, loggerid: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Attaches a logger to a dignostic. + * Attaches a logger to a diagnostic. * * @param {string} resourceGroupName The name of the resource group. * @@ -11941,7 +11941,7 @@ export interface DiagnosticLogger { /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} nextPageLink The NextLink from the previous successful call @@ -11961,7 +11961,7 @@ export interface DiagnosticLogger { listByServiceNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists all loggers assosiated with the specified Diagnostic of the API + * Lists all loggers associated with the specified Diagnostic of the API * Management service instance. * * @param {string} nextPageLink The NextLink from the previous successful call @@ -19608,7 +19608,7 @@ export interface Property { /** - * Deletes specific property from the the API Management service instance. + * Deletes specific property from the API Management service instance. * * @param {string} resourceGroupName The name of the resource group. * @@ -19634,7 +19634,7 @@ export interface Property { deleteMethodWithHttpOperationResponse(resourceGroupName: string, serviceName: string, propId: string, ifMatch: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Deletes specific property from the the API Management service instance. + * Deletes specific property from the API Management service instance. * * @param {string} resourceGroupName The name of the resource group. * @@ -20375,7 +20375,7 @@ export interface Reports { /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} resourceGroupName The name of the resource group. * @@ -20401,7 +20401,7 @@ export interface Reports { listByGeoWithHttpOperationResponse(resourceGroupName: string, serviceName: string, options?: { filter? : string, top? : number, skip? : number, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} resourceGroupName The name of the resource group. * @@ -20527,7 +20527,7 @@ export interface Reports { * multiple of 15 minutes and may not be zero. The value should be in ISO 8601 * format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be * used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new - * TimeSpan(hours, minutes, secconds)) + * TimeSpan(hours, minutes, seconds)) * * @param {object} [options] Optional Parameters. * @@ -20559,7 +20559,7 @@ export interface Reports { * multiple of 15 minutes and may not be zero. The value should be in ISO 8601 * format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be * used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new - * TimeSpan(hours, minutes, secconds)) + * TimeSpan(hours, minutes, seconds)) * * @param {object} [options] Optional Parameters. * @@ -20900,7 +20900,7 @@ export interface Reports { /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -20919,7 +20919,7 @@ export interface Reports { listByGeoNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -21327,7 +21327,7 @@ export interface Subscription { * is being created in form /users/{uid} * * @param {string} parameters.productId Product (product id path) for which - * subscription is being created in form /products/{productid} + * subscription is being created in form /products/{productId} * * @param {string} parameters.displayName Subscription name. * @@ -21386,7 +21386,7 @@ export interface Subscription { * is being created in form /users/{uid} * * @param {string} parameters.productId Product (product id path) for which - * subscription is being created in form /products/{productid} + * subscription is being created in form /products/{productId} * * @param {string} parameters.displayName Subscription name. * @@ -21448,7 +21448,7 @@ export interface Subscription { /** - * Updates the details of a subscription specificied by its identifier. + * Updates the details of a subscription specified by its identifier. * * @param {string} resourceGroupName The name of the resource group. * @@ -21512,7 +21512,7 @@ export interface Subscription { updateWithHttpOperationResponse(resourceGroupName: string, serviceName: string, sid: string, parameters: models.SubscriptionUpdateParameters, ifMatch: string, options?: { notify? : boolean, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Updates the details of a subscription specificied by its identifier. + * Updates the details of a subscription specified by its identifier. * * @param {string} resourceGroupName The name of the resource group. * @@ -24191,7 +24191,7 @@ export interface TagDescription { /** - * Create/Update tag fescription in scope of the Api. + * Create/Update tag description in scope of the Api. * * @param {string} resourceGroupName The name of the resource group. * @@ -24231,7 +24231,7 @@ export interface TagDescription { createOrUpdateWithHttpOperationResponse(resourceGroupName: string, serviceName: string, apiId: string, tagId: string, parameters: models.TagDescriptionCreateParameters, options?: { ifMatch? : string, customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Create/Update tag fescription in scope of the Api. + * Create/Update tag description in scope of the Api. * * @param {string} resourceGroupName The name of the resource group. * diff --git a/lib/services/apimanagement/lib/operations/property.js b/lib/services/apimanagement/lib/operations/property.js index d8d8fcc7c6..ddf2c76ae4 100644 --- a/lib/services/apimanagement/lib/operations/property.js +++ b/lib/services/apimanagement/lib/operations/property.js @@ -987,7 +987,7 @@ function _update(resourceGroupName, serviceName, propId, parameters, ifMatch, op } /** - * Deletes specific property from the the API Management service instance. + * Deletes specific property from the API Management service instance. * * @param {string} resourceGroupName The name of the resource group. * @@ -1839,7 +1839,7 @@ class Property { } /** - * Deletes specific property from the the API Management service instance. + * Deletes specific property from the API Management service instance. * * @param {string} resourceGroupName The name of the resource group. * @@ -1877,7 +1877,7 @@ class Property { } /** - * Deletes specific property from the the API Management service instance. + * Deletes specific property from the API Management service instance. * * @param {string} resourceGroupName The name of the resource group. * diff --git a/lib/services/apimanagement/lib/operations/reports.js b/lib/services/apimanagement/lib/operations/reports.js index 8942083285..416d6137b9 100644 --- a/lib/services/apimanagement/lib/operations/reports.js +++ b/lib/services/apimanagement/lib/operations/reports.js @@ -796,7 +796,7 @@ function _listByProduct(resourceGroupName, serviceName, filter, options, callbac } /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} resourceGroupName The name of the resource group. * @@ -1202,7 +1202,7 @@ function _listBySubscription(resourceGroupName, serviceName, options, callback) * multiple of 15 minutes and may not be zero. The value should be in ISO 8601 * format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be * used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new - * TimeSpan(hours, minutes, secconds)) + * TimeSpan(hours, minutes, seconds)) * * @param {object} [options] Optional Parameters. * @@ -2104,7 +2104,7 @@ function _listByProductNext(nextPageLink, options, callback) { } /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -2902,7 +2902,7 @@ class Reports { } /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} resourceGroupName The name of the resource group. * @@ -2940,7 +2940,7 @@ class Reports { } /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} resourceGroupName The name of the resource group. * @@ -3108,7 +3108,7 @@ class Reports { * multiple of 15 minutes and may not be zero. The value should be in ISO 8601 * format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be * used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new - * TimeSpan(hours, minutes, secconds)) + * TimeSpan(hours, minutes, seconds)) * * @param {object} [options] Optional Parameters. * @@ -3152,7 +3152,7 @@ class Reports { * multiple of 15 minutes and may not be zero. The value should be in ISO 8601 * format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be * used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new - * TimeSpan(hours, minutes, secconds)) + * TimeSpan(hours, minutes, seconds)) * * @param {object} [options] Optional Parameters. * @@ -3643,7 +3643,7 @@ class Reports { } /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -3674,7 +3674,7 @@ class Reports { } /** - * Lists report records by GeoGraphy. + * Lists report records by geography. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. diff --git a/lib/services/apimanagement/lib/operations/subscription.js b/lib/services/apimanagement/lib/operations/subscription.js index 4be8608bad..8b4a1da0f5 100644 --- a/lib/services/apimanagement/lib/operations/subscription.js +++ b/lib/services/apimanagement/lib/operations/subscription.js @@ -582,7 +582,7 @@ function _get(resourceGroupName, serviceName, sid, options, callback) { * is being created in form /users/{uid} * * @param {string} parameters.productId Product (product id path) for which - * subscription is being created in form /products/{productid} + * subscription is being created in form /products/{productId} * * @param {string} parameters.displayName Subscription name. * @@ -827,7 +827,7 @@ function _createOrUpdate(resourceGroupName, serviceName, sid, parameters, option } /** - * Updates the details of a subscription specificied by its identifier. + * Updates the details of a subscription specified by its identifier. * * @param {string} resourceGroupName The name of the resource group. * @@ -2022,7 +2022,7 @@ class Subscription { * is being created in form /users/{uid} * * @param {string} parameters.productId Product (product id path) for which - * subscription is being created in form /products/{productid} + * subscription is being created in form /products/{productId} * * @param {string} parameters.displayName Subscription name. * @@ -2093,7 +2093,7 @@ class Subscription { * is being created in form /users/{uid} * * @param {string} parameters.productId Product (product id path) for which - * subscription is being created in form /products/{productid} + * subscription is being created in form /products/{productId} * * @param {string} parameters.displayName Subscription name. * @@ -2170,7 +2170,7 @@ class Subscription { } /** - * Updates the details of a subscription specificied by its identifier. + * Updates the details of a subscription specified by its identifier. * * @param {string} resourceGroupName The name of the resource group. * @@ -2246,7 +2246,7 @@ class Subscription { } /** - * Updates the details of a subscription specificied by its identifier. + * Updates the details of a subscription specified by its identifier. * * @param {string} resourceGroupName The name of the resource group. * diff --git a/lib/services/apimanagement/lib/operations/tagDescription.js b/lib/services/apimanagement/lib/operations/tagDescription.js index a3d960cf0b..e9a18e5e33 100644 --- a/lib/services/apimanagement/lib/operations/tagDescription.js +++ b/lib/services/apimanagement/lib/operations/tagDescription.js @@ -634,7 +634,7 @@ function _get(resourceGroupName, serviceName, apiId, tagId, options, callback) { } /** - * Create/Update tag fescription in scope of the Api. + * Create/Update tag description in scope of the Api. * * @param {string} resourceGroupName The name of the resource group. * @@ -1557,7 +1557,7 @@ class TagDescription { } /** - * Create/Update tag fescription in scope of the Api. + * Create/Update tag description in scope of the Api. * * @param {string} resourceGroupName The name of the resource group. * @@ -1609,7 +1609,7 @@ class TagDescription { } /** - * Create/Update tag fescription in scope of the Api. + * Create/Update tag description in scope of the Api. * * @param {string} resourceGroupName The name of the resource group. *