diff --git a/lib/services/apimanagement/lib/models/certificateConfiguration.js b/lib/services/apimanagement/lib/models/certificateConfiguration.js index 600cacc15f..42234aee8e 100644 --- a/lib/services/apimanagement/lib/models/certificateConfiguration.js +++ b/lib/services/apimanagement/lib/models/certificateConfiguration.js @@ -73,7 +73,6 @@ class CertificateConfiguration { }, certificate: { required: false, - readOnly: true, serializedName: 'certificate', type: { name: 'Composite', diff --git a/lib/services/apimanagement/lib/models/groupContract.js b/lib/services/apimanagement/lib/models/groupContract.js index e52b70d8f3..ac71d18b44 100644 --- a/lib/services/apimanagement/lib/models/groupContract.js +++ b/lib/services/apimanagement/lib/models/groupContract.js @@ -29,8 +29,8 @@ class GroupContract extends models['Resource'] { * 'custom', 'system', 'external' * @member {string} [externalId] For external groups, this property contains * the id of the group from the external identity provider, e.g. for Azure - * Active Directory aad://.onmicrosoft.com/groups/; - * otherwise the value is null. + * Active Directory `aad://.onmicrosoft.com/groups/`; otherwise the value is null. */ constructor() { super(); diff --git a/lib/services/apimanagement/lib/models/groupContractProperties.js b/lib/services/apimanagement/lib/models/groupContractProperties.js index 0f49a20551..9a481a93d5 100644 --- a/lib/services/apimanagement/lib/models/groupContractProperties.js +++ b/lib/services/apimanagement/lib/models/groupContractProperties.js @@ -26,8 +26,8 @@ class GroupContractProperties { * 'system', 'external' * @member {string} [externalId] For external groups, this property contains * the id of the group from the external identity provider, e.g. for Azure - * Active Directory aad://.onmicrosoft.com/groups/; - * otherwise the value is null. + * Active Directory `aad://.onmicrosoft.com/groups/`; otherwise the value is null. */ constructor() { } diff --git a/lib/services/apimanagement/lib/models/groupCreateParameters.js b/lib/services/apimanagement/lib/models/groupCreateParameters.js index b3b00b0400..650e487207 100644 --- a/lib/services/apimanagement/lib/models/groupCreateParameters.js +++ b/lib/services/apimanagement/lib/models/groupCreateParameters.js @@ -24,7 +24,7 @@ class GroupCreateParameters { * @member {string} [externalId] Identifier of the external groups, this * property contains the id of the group from the external identity provider, * e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the + * `aad://.onmicrosoft.com/groups/`; otherwise the * value is null. */ constructor() { diff --git a/lib/services/apimanagement/lib/models/groupUpdateParameters.js b/lib/services/apimanagement/lib/models/groupUpdateParameters.js index b8e66db259..8859ef5eb7 100644 --- a/lib/services/apimanagement/lib/models/groupUpdateParameters.js +++ b/lib/services/apimanagement/lib/models/groupUpdateParameters.js @@ -24,7 +24,7 @@ class GroupUpdateParameters { * @member {string} [externalId] Identifier of the external groups, this * property contains the id of the group from the external identity provider, * e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the + * `aad://.onmicrosoft.com/groups/`; otherwise the * value is null. */ constructor() { diff --git a/lib/services/apimanagement/lib/models/index.d.ts b/lib/services/apimanagement/lib/models/index.d.ts index 08cf6c6bcb..48c36d2055 100644 --- a/lib/services/apimanagement/lib/models/index.d.ts +++ b/lib/services/apimanagement/lib/models/index.d.ts @@ -1868,7 +1868,7 @@ export interface CertificateConfiguration { encodedCertificate?: string; certificatePassword?: string; storeName: string; - readonly certificate?: CertificateInformation; + certificate?: CertificateInformation; } /** @@ -2576,7 +2576,7 @@ export interface EmailTemplateUpdateParameters { * 'system', 'external' * @member {string} [externalId] For external groups, this property contains * the id of the group from the external identity provider, e.g. for Azure - * Active Directory aad://.onmicrosoft.com/groups/; + * Active Directory `aad://.onmicrosoft.com/groups/`; * otherwise the value is null. */ export interface GroupContractProperties { @@ -2602,7 +2602,7 @@ export interface GroupContractProperties { * 'custom', 'system', 'external' * @member {string} [externalId] For external groups, this property contains * the id of the group from the external identity provider, e.g. for Azure - * Active Directory aad://.onmicrosoft.com/groups/; + * Active Directory `aad://.onmicrosoft.com/groups/`; * otherwise the value is null. */ export interface GroupContract extends Resource { @@ -2625,8 +2625,9 @@ export interface GroupContract extends Resource { * 'system', 'external' * @member {string} [externalId] Identifier of the external groups, this * property contains the id of the group from the external identity provider, - * e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. + * e.g. for Azure Active Directory + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. */ export interface GroupCreateParameters { displayName: string; @@ -2647,8 +2648,9 @@ export interface GroupCreateParameters { * 'system', 'external' * @member {string} [externalId] Identifier of the external groups, this * property contains the id of the group from the external identity provider, - * e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. + * e.g. for Azure Active Directory + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. */ export interface GroupUpdateParameters { displayName?: string; diff --git a/lib/services/apimanagement/lib/operations/group.js b/lib/services/apimanagement/lib/operations/group.js index 16f9d121de..4ee37577f2 100644 --- a/lib/services/apimanagement/lib/operations/group.js +++ b/lib/services/apimanagement/lib/operations/group.js @@ -589,8 +589,8 @@ function _get(resourceGroupName, serviceName, groupId, options, callback) { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {object} [options] Optional Parameters. * @@ -829,8 +829,8 @@ function _createOrUpdate(resourceGroupName, serviceName, groupId, parameters, op * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {string} ifMatch ETag of the Entity. ETag should match the current * entity state from the header response of the GET request or it should be * @@ -1654,8 +1654,8 @@ class Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {object} [options] Optional Parameters. * @@ -1707,8 +1707,8 @@ class Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {object} [options] Optional Parameters. * @@ -1782,8 +1782,8 @@ class Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {string} ifMatch ETag of the Entity. ETag should match the current * entity state from the header response of the GET request or it should be * @@ -1836,8 +1836,8 @@ class Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {string} ifMatch ETag of the Entity. ETag should match the current * entity state from the header response of the GET request or it should be * diff --git a/lib/services/apimanagement/lib/operations/index.d.ts b/lib/services/apimanagement/lib/operations/index.d.ts index 4688785381..f676176313 100644 --- a/lib/services/apimanagement/lib/operations/index.d.ts +++ b/lib/services/apimanagement/lib/operations/index.d.ts @@ -12159,8 +12159,8 @@ export interface Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {object} [options] Optional Parameters. * @@ -12200,8 +12200,8 @@ export interface Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {object} [options] Optional Parameters. * @@ -12260,8 +12260,8 @@ export interface Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {string} ifMatch ETag of the Entity. ETag should match the current * entity state from the header response of the GET request or it should be * @@ -12302,8 +12302,8 @@ export interface Group { * @param {string} [parameters.externalId] Identifier of the external groups, * this property contains the id of the group from the external identity * provider, e.g. for Azure Active Directory - * aad://.onmicrosoft.com/groups/; otherwise the value - * is null. + * `aad://.onmicrosoft.com/groups/`; otherwise the + * value is null. * * @param {string} ifMatch ETag of the Entity. ETag should match the current * entity state from the header response of the GET request or it should be * diff --git a/lib/services/apimanagement/package.json b/lib/services/apimanagement/package.json index d0b1aa0870..7d97891d23 100644 --- a/lib/services/apimanagement/package.json +++ b/lib/services/apimanagement/package.json @@ -14,7 +14,7 @@ "license": "MIT", "main": "./lib/apiManagementClient.js", "types": "./lib/apiManagementClient.d.ts", - "homepage": "https://github.com/azure/azure-sdk-for-node/lib/services/apimanagement", + "homepage": "https://github.com/azure/azure-sdk-for-node", "repository": { "type": "git", "url": "https://github.com/azure/azure-sdk-for-node.git"