Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Collection of certitificateorder certificates.
* Collection of certificate order certificates.
*/
class AppServiceCertificateCollection extends Array {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Collection of certitificate orders.
* Collection of certificate orders.
*/
class AppServiceCertificateOrderCollection extends Array {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Domain availablility check result.
* Domain availability check result.
*
*/
class DomainAvailablilityCheckResult {
Expand Down
6 changes: 3 additions & 3 deletions lib/services/websiteManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ export interface Domain extends Resource {
}

/**
* Domain availablility check result.
* Domain availability check result.
*/
export interface DomainAvailablilityCheckResult {
/**
Expand Down Expand Up @@ -7054,7 +7054,7 @@ export interface ResourceHealthMetadata extends ProxyOnlyResource {
}

/**
* Collection of certitificate orders.
* Collection of certificate orders.
*/
export interface AppServiceCertificateOrderCollection extends Array<AppServiceCertificateOrder> {
/**
Expand All @@ -7064,7 +7064,7 @@ export interface AppServiceCertificateOrderCollection extends Array<AppServiceCe
}

/**
* Collection of certitificateorder certificates.
* Collection of certificate order certificates.
*/
export interface AppServiceCertificateCollection extends Array<AppServiceCertificateResource> {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ function _get(resourceGroupName, certificateOrderName, options, callback) {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -905,8 +905,8 @@ function _deleteMethod(resourceGroupName, certificateOrderName, options, callbac
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -3275,8 +3275,8 @@ function _retrieveCertificateEmailHistory(resourceGroupName, name, options, call
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -4558,8 +4558,8 @@ class AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -4624,8 +4624,8 @@ class AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -4804,8 +4804,8 @@ class AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -4866,8 +4866,8 @@ class AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -6287,8 +6287,8 @@ class AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -6353,8 +6353,8 @@ class AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down
24 changes: 12 additions & 12 deletions lib/services/websiteManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ export interface AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -386,8 +386,8 @@ export interface AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -524,8 +524,8 @@ export interface AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -574,8 +574,8 @@ export interface AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -1629,8 +1629,8 @@ export interface AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down Expand Up @@ -1683,8 +1683,8 @@ export interface AppServiceCertificateOrders {
*
* @param {string} certificateOrderName Name of the certificate order.
*
* @param {object} certificateDistinguishedName Distinguished name to to use
* for the certificate order.
* @param {object} certificateDistinguishedName Distinguished name to use for
* the certificate order.
*
* @param {object} [certificateDistinguishedName.certificates] State of the Key
* Vault secret.
Expand Down