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 @@ -20,7 +20,7 @@ class ApnsCredential {
* @member {string} [apnsCertificate] The APNS certificate.
* @member {string} [certificateKey] The certificate key.
* @member {string} [endpoint] The endpoint of this credential.
* @member {string} [thumbprint] The Apns certificate Thumbprint
* @member {string} [thumbprint] The APNS certificate Thumbprint
* @member {string} [keyId] A 10-character key identifier (kid) key, obtained
* from your developer account
* @member {string} [appName] The name of the application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Description of a CheckAvailibility resource.
* Description of a CheckAvailability resource.
*
* @extends models['Resource']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Error reponse indicates NotificationHubs service is not able to process the
* Error response indicates NotificationHubs service is not able to process the
* incoming request. The reason is provided in the error message.
*
*/
Expand Down
24 changes: 12 additions & 12 deletions lib/services/notificationHubsManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface Operation {
* @class
* Initializes a new instance of the ErrorResponse class.
* @constructor
* Error reponse indicates NotificationHubs service is not able to process the
* Error response indicates NotificationHubs service is not able to process the
* incoming request. The reason is provided in the error message.
*
* @member {string} [code] Error code.
Expand Down Expand Up @@ -152,7 +152,7 @@ export interface Resource extends BaseResource {
* @class
* Initializes a new instance of the CheckAvailabilityResult class.
* @constructor
* Description of a CheckAvailibility resource.
* Description of a CheckAvailability resource.
*
* @member {boolean} [isAvailiable] True if the name is available and can be
* used to create new Namespace/NotificationHub. Otherwise false.
Expand Down Expand Up @@ -411,7 +411,7 @@ export interface PolicykeyResource {
* @member {string} [apnsCertificate] The APNS certificate.
* @member {string} [certificateKey] The certificate key.
* @member {string} [endpoint] The endpoint of this credential.
* @member {string} [thumbprint] The Apns certificate Thumbprint
* @member {string} [thumbprint] The APNS certificate Thumbprint
* @member {string} [keyId] A 10-character key identifier (kid) key, obtained
* from your developer account
* @member {string} [appName] The name of the application
Expand Down Expand Up @@ -469,7 +469,7 @@ export interface GcmCredential {
*
* @member {string} [mpnsCertificate] The MPNS certificate.
* @member {string} [certificateKey] The certificate key for this credential.
* @member {string} [thumbprint] The Mpns certificate Thumbprint
* @member {string} [thumbprint] The MPNS certificate Thumbprint
*/
export interface MpnsCredential {
mpnsCertificate?: string;
Expand Down Expand Up @@ -526,7 +526,7 @@ export interface BaiduCredential {
* @member {string} [apnsCredential.apnsCertificate] The APNS certificate.
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate Thumbprint
* @member {string} [apnsCredential.thumbprint] The APNS certificate Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier (kid)
* key, obtained from your developer account
* @member {string} [apnsCredential.appName] The name of the application
Expand All @@ -551,7 +551,7 @@ export interface BaiduCredential {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate Thumbprint
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
* @member {string} [admCredential.clientId] The client identifier.
Expand Down Expand Up @@ -594,7 +594,7 @@ export interface NotificationHubCreateOrUpdateParameters extends Resource {
* @member {string} [apnsCredential.apnsCertificate] The APNS certificate.
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate Thumbprint
* @member {string} [apnsCredential.thumbprint] The APNS certificate Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier (kid)
* key, obtained from your developer account
* @member {string} [apnsCredential.appName] The name of the application
Expand All @@ -619,7 +619,7 @@ export interface NotificationHubCreateOrUpdateParameters extends Resource {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate Thumbprint
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
* @member {string} [admCredential.clientId] The client identifier.
Expand Down Expand Up @@ -661,7 +661,7 @@ export interface NotificationHubPatchParameters extends Resource {
* @member {string} [apnsCredential.apnsCertificate] The APNS certificate.
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate Thumbprint
* @member {string} [apnsCredential.thumbprint] The APNS certificate Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier (kid)
* key, obtained from your developer account
* @member {string} [apnsCredential.appName] The name of the application
Expand All @@ -686,7 +686,7 @@ export interface NotificationHubPatchParameters extends Resource {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate Thumbprint
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
* @member {string} [admCredential.clientId] The client identifier.
Expand Down Expand Up @@ -739,7 +739,7 @@ export interface DebugSendResponse extends Resource {
* @member {string} [apnsCredential.apnsCertificate] The APNS certificate.
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate Thumbprint
* @member {string} [apnsCredential.thumbprint] The APNS certificate Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier (kid)
* key, obtained from your developer account
* @member {string} [apnsCredential.appName] The name of the application
Expand All @@ -764,7 +764,7 @@ export interface DebugSendResponse extends Resource {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate Thumbprint
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
* @member {string} [admCredential.clientId] The client identifier.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MpnsCredential {
* Create a MpnsCredential.
* @member {string} [mpnsCertificate] The MPNS certificate.
* @member {string} [certificateKey] The certificate key for this credential.
* @member {string} [thumbprint] The Mpns certificate Thumbprint
* @member {string} [thumbprint] The MPNS certificate Thumbprint
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class NotificationHubCreateOrUpdateParameters extends models['Resource'] {
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this
* credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate
* @member {string} [apnsCredential.thumbprint] The APNS certificate
* Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier
* (kid) key, obtained from your developer account
Expand All @@ -58,7 +58,7 @@ class NotificationHubCreateOrUpdateParameters extends models['Resource'] {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate
* Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class NotificationHubPatchParameters extends models['Resource'] {
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this
* credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate
* @member {string} [apnsCredential.thumbprint] The APNS certificate
* Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier
* (kid) key, obtained from your developer account
Expand All @@ -58,7 +58,7 @@ class NotificationHubPatchParameters extends models['Resource'] {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate
* Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class NotificationHubResource extends models['Resource'] {
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this
* credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate
* @member {string} [apnsCredential.thumbprint] The APNS certificate
* Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier
* (kid) key, obtained from your developer account
Expand All @@ -57,7 +57,7 @@ class NotificationHubResource extends models['Resource'] {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate
* Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PnsCredentialsResource extends models['Resource'] {
* @member {string} [apnsCredential.certificateKey] The certificate key.
* @member {string} [apnsCredential.endpoint] The endpoint of this
* credential.
* @member {string} [apnsCredential.thumbprint] The Apns certificate
* @member {string} [apnsCredential.thumbprint] The APNS certificate
* Thumbprint
* @member {string} [apnsCredential.keyId] A 10-character key identifier
* (kid) key, obtained from your developer account
Expand All @@ -52,7 +52,7 @@ class PnsCredentialsResource extends models['Resource'] {
* @member {string} [mpnsCredential.mpnsCertificate] The MPNS certificate.
* @member {string} [mpnsCredential.certificateKey] The certificate key for
* this credential.
* @member {string} [mpnsCredential.thumbprint] The Mpns certificate
* @member {string} [mpnsCredential.thumbprint] The MPNS certificate
* Thumbprint
* @member {object} [admCredential] The AdmCredential of the created
* NotificationHub
Expand Down
20 changes: 10 additions & 10 deletions lib/services/notificationHubsManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ export interface Namespaces {
*
* @param {string} namespaceName The namespace name.
*
* @param {string} authorizationRuleName Aauthorization Rule Name.
* @param {string} authorizationRuleName Authorization Rule Name.
*
* @param {object} parameters The shared access authorization rule.
*
Expand Down Expand Up @@ -672,7 +672,7 @@ export interface Namespaces {
*
* @param {string} namespaceName The namespace name.
*
* @param {string} authorizationRuleName Aauthorization Rule Name.
* @param {string} authorizationRuleName Authorization Rule Name.
*
* @param {object} parameters The shared access authorization rule.
*
Expand Down Expand Up @@ -1542,7 +1542,7 @@ export interface NotificationHubs {
* @param {string} [parameters.apnsCredential.endpoint] The endpoint of this
* credential.
*
* @param {string} [parameters.apnsCredential.thumbprint] The Apns certificate
* @param {string} [parameters.apnsCredential.thumbprint] The APNS certificate
* Thumbprint
*
* @param {string} [parameters.apnsCredential.keyId] A 10-character key
Expand Down Expand Up @@ -1585,7 +1585,7 @@ export interface NotificationHubs {
* @param {string} [parameters.mpnsCredential.certificateKey] The certificate
* key for this credential.
*
* @param {string} [parameters.mpnsCredential.thumbprint] The Mpns certificate
* @param {string} [parameters.mpnsCredential.thumbprint] The MPNS certificate
* Thumbprint
*
* @param {object} [parameters.admCredential] The AdmCredential of the created
Expand Down Expand Up @@ -1671,7 +1671,7 @@ export interface NotificationHubs {
* @param {string} [parameters.apnsCredential.endpoint] The endpoint of this
* credential.
*
* @param {string} [parameters.apnsCredential.thumbprint] The Apns certificate
* @param {string} [parameters.apnsCredential.thumbprint] The APNS certificate
* Thumbprint
*
* @param {string} [parameters.apnsCredential.keyId] A 10-character key
Expand Down Expand Up @@ -1714,7 +1714,7 @@ export interface NotificationHubs {
* @param {string} [parameters.mpnsCredential.certificateKey] The certificate
* key for this credential.
*
* @param {string} [parameters.mpnsCredential.thumbprint] The Mpns certificate
* @param {string} [parameters.mpnsCredential.thumbprint] The MPNS certificate
* Thumbprint
*
* @param {object} [parameters.admCredential] The AdmCredential of the created
Expand Down Expand Up @@ -1822,7 +1822,7 @@ export interface NotificationHubs {
* @param {string} [options.parameters.apnsCredential.endpoint] The endpoint of
* this credential.
*
* @param {string} [options.parameters.apnsCredential.thumbprint] The Apns
* @param {string} [options.parameters.apnsCredential.thumbprint] The APNS
* certificate Thumbprint
*
* @param {string} [options.parameters.apnsCredential.keyId] A 10-character key
Expand Down Expand Up @@ -1867,7 +1867,7 @@ export interface NotificationHubs {
* @param {string} [options.parameters.mpnsCredential.certificateKey] The
* certificate key for this credential.
*
* @param {string} [options.parameters.mpnsCredential.thumbprint] The Mpns
* @param {string} [options.parameters.mpnsCredential.thumbprint] The MPNS
* certificate Thumbprint
*
* @param {object} [options.parameters.admCredential] The AdmCredential of the
Expand Down Expand Up @@ -1958,7 +1958,7 @@ export interface NotificationHubs {
* @param {string} [options.parameters.apnsCredential.endpoint] The endpoint of
* this credential.
*
* @param {string} [options.parameters.apnsCredential.thumbprint] The Apns
* @param {string} [options.parameters.apnsCredential.thumbprint] The APNS
* certificate Thumbprint
*
* @param {string} [options.parameters.apnsCredential.keyId] A 10-character key
Expand Down Expand Up @@ -2003,7 +2003,7 @@ export interface NotificationHubs {
* @param {string} [options.parameters.mpnsCredential.certificateKey] The
* certificate key for this credential.
*
* @param {string} [options.parameters.mpnsCredential.thumbprint] The Mpns
* @param {string} [options.parameters.mpnsCredential.thumbprint] The MPNS
* certificate Thumbprint
*
* @param {object} [options.parameters.admCredential] The AdmCredential of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ function _get(resourceGroupName, namespaceName, options, callback) {
*
* @param {string} namespaceName The namespace name.
*
* @param {string} authorizationRuleName Aauthorization Rule Name.
* @param {string} authorizationRuleName Authorization Rule Name.
*
* @param {object} parameters The shared access authorization rule.
*
Expand Down Expand Up @@ -3208,7 +3208,7 @@ class Namespaces {
*
* @param {string} namespaceName The namespace name.
*
* @param {string} authorizationRuleName Aauthorization Rule Name.
* @param {string} authorizationRuleName Authorization Rule Name.
*
* @param {object} parameters The shared access authorization rule.
*
Expand Down Expand Up @@ -3250,7 +3250,7 @@ class Namespaces {
*
* @param {string} namespaceName The namespace name.
*
* @param {string} authorizationRuleName Aauthorization Rule Name.
* @param {string} authorizationRuleName Authorization Rule Name.
*
* @param {object} parameters The shared access authorization rule.
*
Expand Down
Loading