Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR] keyvault/resource-manager #4301

Closed
wants to merge 2 commits into from
Closed
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
42 changes: 21 additions & 21 deletions lib/services/keyVaultManagement/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2019 Microsoft
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 9 additions & 9 deletions lib/services/keyVaultManagement/lib/models/accessPolicyEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
class AccessPolicyEntry {
/**
* Create a AccessPolicyEntry.
* @member {uuid} tenantId The Azure Active Directory tenant ID that should
* @property {uuid} tenantId The Azure Active Directory tenant ID that should
* be used for authenticating requests to the key vault.
* @member {string} objectId The object ID of a user, service principal or
* @property {string} objectId The object ID of a user, service principal or
* security group in the Azure Active Directory tenant for the vault. The
* object ID must be unique for the list of access policies.
* @member {uuid} [applicationId] Application ID of the client making request
* on behalf of a principal
* @member {object} permissions Permissions the identity has for keys,
* @property {uuid} [applicationId] Application ID of the client making
* request on behalf of a principal
* @property {object} permissions Permissions the identity has for keys,
* secrets and certificates.
* @member {array} [permissions.keys] Permissions to keys
* @member {array} [permissions.secrets] Permissions to secrets
* @member {array} [permissions.certificates] Permissions to certificates
* @member {array} [permissions.storage] Permissions to storage accounts
* @property {array} [permissions.keys] Permissions to keys
* @property {array} [permissions.secrets] Permissions to secrets
* @property {array} [permissions.certificates] Permissions to certificates
* @property {array} [permissions.storage] Permissions to storage accounts
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
class CheckNameAvailabilityResult {
/**
* Create a CheckNameAvailabilityResult.
* @member {boolean} [nameAvailable] A boolean value that indicates whether
* @property {boolean} [nameAvailable] A boolean value that indicates whether
* the name is available for you to use. If true, the name is available. If
* false, the name has already been taken or is invalid and cannot be used.
* @member {string} [reason] The reason that a vault name could not be used.
* The Reason element is only returned if NameAvailable is false. Possible
* values include: 'AccountNameInvalid', 'AlreadyExists'
* @member {string} [message] An error message explaining the Reason value in
* more detail.
* @property {string} [reason] The reason that a vault name could not be
* used. The Reason element is only returned if NameAvailable is false.
* Possible values include: 'AccountNameInvalid', 'AlreadyExists'
* @property {string} [message] An error message explaining the Reason value
* in more detail.
*/
constructor() {
}
Expand Down
20 changes: 11 additions & 9 deletions lib/services/keyVaultManagement/lib/models/deletedVault.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@
class DeletedVault {
/**
* Create a DeletedVault.
* @member {string} [id] The resource ID for the deleted key vault.
* @member {string} [name] The name of the key vault.
* @member {string} [type] The resource type of the key vault.
* @member {object} [properties] Properties of the vault
* @member {string} [properties.vaultId] The resource id of the original
* @property {string} [id] The resource ID for the deleted key vault.
* @property {string} [name] The name of the key vault.
* @property {string} [type] The resource type of the key vault.
* @property {object} [properties] Properties of the vault
* @property {string} [properties.vaultId] The resource id of the original
* vault.
* @member {string} [properties.location] The location of the original vault.
* @member {date} [properties.deletionDate] The deleted date.
* @member {date} [properties.scheduledPurgeDate] The scheduled purged date.
* @member {object} [properties.tags] Tags of the original vault.
* @property {string} [properties.location] The location of the original
* vault.
* @property {date} [properties.deletionDate] The deleted date.
* @property {date} [properties.scheduledPurgeDate] The scheduled purged
* date.
* @property {object} [properties.tags] Tags of the original vault.
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
class DeletedVaultListResult extends Array {
/**
* Create a DeletedVaultListResult.
* @member {string} [nextLink] The URL to get the next set of deleted vaults.
* @property {string} [nextLink] The URL to get the next set of deleted
* vaults.
*/
constructor() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
class DeletedVaultProperties {
/**
* Create a DeletedVaultProperties.
* @member {string} [vaultId] The resource id of the original vault.
* @member {string} [location] The location of the original vault.
* @member {date} [deletionDate] The deleted date.
* @member {date} [scheduledPurgeDate] The scheduled purged date.
* @member {object} [tags] Tags of the original vault.
* @property {string} [vaultId] The resource id of the original vault.
* @property {string} [location] The location of the original vault.
* @property {date} [deletionDate] The deleted date.
* @property {date} [scheduledPurgeDate] The scheduled purged date.
* @property {object} [tags] Tags of the original vault.
*/
constructor() {
}
Expand Down
4 changes: 2 additions & 2 deletions lib/services/keyVaultManagement/lib/models/iPRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
'use strict';

/**
* A rule governing the accesibility of a vault from a specific ip address or
* A rule governing the accessibility of a vault from a specific ip address or
* ip range.
*
*/
class IPRule {
/**
* Create a IPRule.
* @member {string} value An IPv4 address range in CIDR notation, such as
* @property {string} value An IPv4 address range in CIDR notation, such as
* '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that
* start with 124.56.78).
*/
Expand Down
Loading