diff --git a/lib/services/batchaiManagement/LICENSE.txt b/lib/services/batchaiManagement/LICENSE.txt index a70e8cf660..5431ba98b9 100644 --- a/lib/services/batchaiManagement/LICENSE.txt +++ b/lib/services/batchaiManagement/LICENSE.txt @@ -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) 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. diff --git a/lib/services/batchaiManagement/README.md b/lib/services/batchaiManagement/README.md index a658fc7628..4a34b27459 100644 --- a/lib/services/batchaiManagement/README.md +++ b/lib/services/batchaiManagement/README.md @@ -1,40 +1,40 @@ ---- -uid: azure-arm-batchai -summary: *content - ---- -# Microsoft Azure SDK for Node.js - BatchAIManagementClient -This project provides a Node.js package for accessing Azure. Right now it supports: -- **Node.js version 6.x.x or higher** - -## Features - - -## How to Install - -```bash -npm install azure-arm-batchai -``` - -## How to use - -### Authentication, client creation and list operations as an example. - -```javascript -const msRestAzure = require("ms-rest-azure"); -const BatchAIManagementClient = require("azure-arm-batchai"); -msRestAzure.interactiveLogin().then((creds) => { - const subscriptionId = ""; - const client = new BatchAIManagementClient(creds, subscriptionId); - return client.operations.list().then((result) => { - console.log("The result is:"); - console.log(result); - }); -}).catch((err) => { - console.log('An error occurred:'); - console.dir(err, {depth: null, colors: true}); -}); - -## Related projects - -- [Microsoft Azure SDK for Node.js](https://github.com/Azure/azure-sdk-for-node) +--- +uid: azure-arm-batchai +summary: *content + +--- +# Microsoft Azure SDK for Node.js - BatchAIManagementClient +This project provides a Node.js package for accessing Azure. Right now it supports: +- **Node.js version 6.x.x or higher** + +## Features + + +## How to Install + +```bash +npm install azure-arm-batchai +``` + +## How to use + +### Authentication, client creation and list operations as an example. + +```javascript +const msRestAzure = require("ms-rest-azure"); +const BatchAIManagementClient = require("azure-arm-batchai"); +msRestAzure.interactiveLogin().then((creds) => { + const subscriptionId = ""; + const client = new BatchAIManagementClient(creds, subscriptionId); + return client.operations.list().then((result) => { + console.log("The result is:"); + console.log(result); + }); +}).catch((err) => { + console.log('An error occurred:'); + console.dir(err, {depth: null, colors: true}); +}); + +## Related projects + +- [Microsoft Azure SDK for Node.js](https://github.com/Azure/azure-sdk-for-node) diff --git a/lib/services/batchaiManagement/lib/batchAIManagementClient.d.ts b/lib/services/batchaiManagement/lib/batchAIManagementClient.d.ts index 8e159bfca8..19e53830e7 100644 --- a/lib/services/batchaiManagement/lib/batchAIManagementClient.d.ts +++ b/lib/services/batchaiManagement/lib/batchAIManagementClient.d.ts @@ -34,11 +34,11 @@ export default class BatchAIManagementClient extends AzureServiceClient { * * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy * - * @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response. + * @param {string} [options.acceptLanguage] - The preferred language for the response. * - * @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * @param {number} [options.longRunningOperationRetryTimeout] - The retry timeout in seconds for Long Running Operations. Default value is 30. * - * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * @param {boolean} [options.generateClientRequestId] - Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * */ constructor(credentials: ServiceClientCredentials, subscriptionId: string, baseUri?: string, options?: AzureServiceClientOptions); diff --git a/lib/services/batchaiManagement/lib/batchAIManagementClient.js b/lib/services/batchaiManagement/lib/batchAIManagementClient.js index 77ba91e776..5bee6396e4 100644 --- a/lib/services/batchaiManagement/lib/batchAIManagementClient.js +++ b/lib/services/batchaiManagement/lib/batchAIManagementClient.js @@ -34,9 +34,9 @@ class BatchAIManagementClient extends ServiceClient { * @param {object} [options.requestOptions] - Options for the underlying request object * {@link https://github.com/request/request#requestoptions-callback Options doc} * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy - * @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response. - * @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. - * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * @param {string} [options.acceptLanguage] - The preferred language for the response. + * @param {number} [options.longRunningOperationRetryTimeout] - The retry timeout in seconds for Long Running Operations. Default value is 30. + * @param {boolean} [options.generateClientRequestId] - Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ constructor(credentials, subscriptionId, baseUri, options) { if (credentials === null || credentials === undefined) { diff --git a/lib/services/batchaiManagement/lib/models/appInsightsReference.js b/lib/services/batchaiManagement/lib/models/appInsightsReference.js index c060e77c76..9f840a03f2 100644 --- a/lib/services/batchaiManagement/lib/models/appInsightsReference.js +++ b/lib/services/batchaiManagement/lib/models/appInsightsReference.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Azure Application Insights information for performance counters reporting. * diff --git a/lib/services/batchaiManagement/lib/models/autoScaleSettings.js b/lib/services/batchaiManagement/lib/models/autoScaleSettings.js index 605b169e54..56cd3b3613 100644 --- a/lib/services/batchaiManagement/lib/models/autoScaleSettings.js +++ b/lib/services/batchaiManagement/lib/models/autoScaleSettings.js @@ -27,7 +27,7 @@ class AutoScaleSettings { * of compute nodes the cluster can have. * @member {number} [initialNodeCount] Initial node count. The number of * compute nodes to allocate on cluster creation. Note that this value is - * used only during cluster creation. Default value: 0 . + * used only during cluster creation. Default: 0. Default value: 0 . */ constructor() { } diff --git a/lib/services/batchaiManagement/lib/models/azureBlobFileSystemReference.js b/lib/services/batchaiManagement/lib/models/azureBlobFileSystemReference.js index 351282f559..f9200e7581 100644 --- a/lib/services/batchaiManagement/lib/models/azureBlobFileSystemReference.js +++ b/lib/services/batchaiManagement/lib/models/azureBlobFileSystemReference.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Azure Blob Storage Container mounting configuration. * diff --git a/lib/services/batchaiManagement/lib/models/azureFileShareReference.js b/lib/services/batchaiManagement/lib/models/azureFileShareReference.js index 259c6dd096..6a2ef23008 100644 --- a/lib/services/batchaiManagement/lib/models/azureFileShareReference.js +++ b/lib/services/batchaiManagement/lib/models/azureFileShareReference.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Azure File Share mounting configuration. * @@ -44,7 +42,7 @@ class AzureFileShareReference { * @member {string} [fileMode] File mode. File mode for files on the mounted * file share. Default value: 0777. Default value: '0777' . * @member {string} [directoryMode] Directory mode. File mode for directories - * on the mounted file share. Default value: '0777' . + * on the mounted file share. Default value: 0777. Default value: '0777' . */ constructor() { } diff --git a/lib/services/batchaiManagement/lib/models/azureStorageCredentialsInfo.js b/lib/services/batchaiManagement/lib/models/azureStorageCredentialsInfo.js index cb0d61e741..2e05ceeded 100644 --- a/lib/services/batchaiManagement/lib/models/azureStorageCredentialsInfo.js +++ b/lib/services/batchaiManagement/lib/models/azureStorageCredentialsInfo.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Azure storage account credentials. * diff --git a/lib/services/batchaiManagement/lib/models/batchAIError.js b/lib/services/batchaiManagement/lib/models/batchAIError.js index 56764f537f..169a8f97ef 100644 --- a/lib/services/batchaiManagement/lib/models/batchAIError.js +++ b/lib/services/batchaiManagement/lib/models/batchAIError.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * An error response from the Batch AI service. * diff --git a/lib/services/batchaiManagement/lib/models/cluster.js b/lib/services/batchaiManagement/lib/models/cluster.js index 8ded6ec991..9ea4684ac2 100644 --- a/lib/services/batchaiManagement/lib/models/cluster.js +++ b/lib/services/batchaiManagement/lib/models/cluster.js @@ -294,6 +294,7 @@ class Cluster extends models['ProxyResource'] { }, provisioningState: { required: false, + nullable: false, readOnly: true, serializedName: 'properties.provisioningState', type: { diff --git a/lib/services/batchaiManagement/lib/models/clusterCreateParameters.js b/lib/services/batchaiManagement/lib/models/clusterCreateParameters.js index b3ffda2f65..80cef56d7d 100644 --- a/lib/services/batchaiManagement/lib/models/clusterCreateParameters.js +++ b/lib/services/batchaiManagement/lib/models/clusterCreateParameters.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Cluster creation operation. * diff --git a/lib/services/batchaiManagement/lib/models/clusterUpdateParameters.js b/lib/services/batchaiManagement/lib/models/clusterUpdateParameters.js index a1c1a40df8..7b613ef250 100644 --- a/lib/services/batchaiManagement/lib/models/clusterUpdateParameters.js +++ b/lib/services/batchaiManagement/lib/models/clusterUpdateParameters.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Cluster update parameters. * diff --git a/lib/services/batchaiManagement/lib/models/clustersListByResourceGroupOptions.js b/lib/services/batchaiManagement/lib/models/clustersListByResourceGroupOptions.js new file mode 100644 index 0000000000..d578b1d103 --- /dev/null +++ b/lib/services/batchaiManagement/lib/models/clustersListByResourceGroupOptions.js @@ -0,0 +1,52 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +'use strict'; + +/** + * Additional parameters for listByResourceGroup operation. + * + */ +class ClustersListByResourceGroupOptions { + /** + * Create a ClustersListByResourceGroupOptions. + * @member {number} [maxResults] The maximum number of items to return in the + * response. A maximum of 1000 files can be returned. Default value: 1000 . + */ + constructor() { + } + + /** + * Defines the metadata of ClustersListByResourceGroupOptions + * + * @returns {object} metadata of ClustersListByResourceGroupOptions + * + */ + mapper() { + return { + required: false, + type: { + name: 'Composite', + className: 'ClustersListByResourceGroupOptions', + modelProperties: { + maxResults: { + required: false, + defaultValue: 1000, + type: { + name: 'Number' + } + } + } + } + }; + } +} + +module.exports = ClustersListByResourceGroupOptions; diff --git a/lib/services/batchaiManagement/lib/models/containerSettings.js b/lib/services/batchaiManagement/lib/models/containerSettings.js index 8d1d940238..2f04f844a4 100644 --- a/lib/services/batchaiManagement/lib/models/containerSettings.js +++ b/lib/services/batchaiManagement/lib/models/containerSettings.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Docker container settings. * diff --git a/lib/services/batchaiManagement/lib/models/environmentVariableWithSecretValue.js b/lib/services/batchaiManagement/lib/models/environmentVariableWithSecretValue.js index 5c3c5cc2b8..f76d39c9a1 100644 --- a/lib/services/batchaiManagement/lib/models/environmentVariableWithSecretValue.js +++ b/lib/services/batchaiManagement/lib/models/environmentVariableWithSecretValue.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * An environment variable with secret value definition. * diff --git a/lib/services/batchaiManagement/lib/models/experiment.js b/lib/services/batchaiManagement/lib/models/experiment.js index 5a754830d5..f3856088f2 100644 --- a/lib/services/batchaiManagement/lib/models/experiment.js +++ b/lib/services/batchaiManagement/lib/models/experiment.js @@ -81,6 +81,7 @@ class Experiment extends models['ProxyResource'] { }, provisioningState: { required: false, + nullable: false, readOnly: true, serializedName: 'properties.provisioningState', type: { diff --git a/lib/services/batchaiManagement/lib/models/fileServer.js b/lib/services/batchaiManagement/lib/models/fileServer.js index 80345efbf9..c78f3063bb 100644 --- a/lib/services/batchaiManagement/lib/models/fileServer.js +++ b/lib/services/batchaiManagement/lib/models/fileServer.js @@ -179,6 +179,7 @@ class FileServer extends models['ProxyResource'] { }, provisioningState: { required: false, + nullable: false, readOnly: true, serializedName: 'properties.provisioningState', type: { diff --git a/lib/services/batchaiManagement/lib/models/fileServerCreateParameters.js b/lib/services/batchaiManagement/lib/models/fileServerCreateParameters.js index 1013460ec7..e935f79c8a 100644 --- a/lib/services/batchaiManagement/lib/models/fileServerCreateParameters.js +++ b/lib/services/batchaiManagement/lib/models/fileServerCreateParameters.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * File Server creation parameters. * diff --git a/lib/services/batchaiManagement/lib/models/fileServerReference.js b/lib/services/batchaiManagement/lib/models/fileServerReference.js index dff71114e5..0367d9b521 100644 --- a/lib/services/batchaiManagement/lib/models/fileServerReference.js +++ b/lib/services/batchaiManagement/lib/models/fileServerReference.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * File Server mounting configuration. * diff --git a/lib/services/batchaiManagement/lib/models/fileServersListByResourceGroupOptions.js b/lib/services/batchaiManagement/lib/models/fileServersListByResourceGroupOptions.js new file mode 100644 index 0000000000..d93823986e --- /dev/null +++ b/lib/services/batchaiManagement/lib/models/fileServersListByResourceGroupOptions.js @@ -0,0 +1,52 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +'use strict'; + +/** + * Additional parameters for listByResourceGroup operation. + * + */ +class FileServersListByResourceGroupOptions { + /** + * Create a FileServersListByResourceGroupOptions. + * @member {number} [maxResults] The maximum number of items to return in the + * response. A maximum of 1000 files can be returned. Default value: 1000 . + */ + constructor() { + } + + /** + * Defines the metadata of FileServersListByResourceGroupOptions + * + * @returns {object} metadata of FileServersListByResourceGroupOptions + * + */ + mapper() { + return { + required: false, + type: { + name: 'Composite', + className: 'FileServersListByResourceGroupOptions', + modelProperties: { + maxResults: { + required: false, + defaultValue: 1000, + type: { + name: 'Number' + } + } + } + } + }; + } +} + +module.exports = FileServersListByResourceGroupOptions; diff --git a/lib/services/batchaiManagement/lib/models/imageSourceRegistry.js b/lib/services/batchaiManagement/lib/models/imageSourceRegistry.js index 313222e43d..dc61c18ca7 100644 --- a/lib/services/batchaiManagement/lib/models/imageSourceRegistry.js +++ b/lib/services/batchaiManagement/lib/models/imageSourceRegistry.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Information about docker image for the job. * diff --git a/lib/services/batchaiManagement/lib/models/index.d.ts b/lib/services/batchaiManagement/lib/models/index.d.ts index 8f84a42c28..811ac722e4 100644 --- a/lib/services/batchaiManagement/lib/models/index.d.ts +++ b/lib/services/batchaiManagement/lib/models/index.d.ts @@ -1960,9 +1960,9 @@ export interface JobPropertiesExecutionInfo { * @member {string} [containerSettings.shmSize] Size of /dev/shm. Please refer * to docker documentation for supported argument formats. * @member {string} [toolType] The toolkit type of this job. Possible values - * are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, + * are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, custommpi, * horovod. Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', - * 'chainer', 'horovod', 'mpi', 'custom' + * 'chainer', 'horovod', 'custommpi', 'custom' * @member {object} [cntkSettings] Specifies the settings for CNTK (aka * Microsoft Cognitive Toolkit) job. * @member {string} [cntkSettings.languageType] The language to use for diff --git a/lib/services/batchaiManagement/lib/models/job.js b/lib/services/batchaiManagement/lib/models/job.js index 4f8c9c6713..0ea3f5fe68 100644 --- a/lib/services/batchaiManagement/lib/models/job.js +++ b/lib/services/batchaiManagement/lib/models/job.js @@ -77,9 +77,9 @@ class Job extends models['ProxyResource'] { * @member {string} [containerSettings.shmSize] Size of /dev/shm. Please * refer to docker documentation for supported argument formats. * @member {string} [toolType] The toolkit type of this job. Possible values - * are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, + * are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, custommpi, * horovod. Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', - * 'chainer', 'horovod', 'mpi', 'custom' + * 'chainer', 'horovod', 'custommpi', 'custom' * @member {object} [cntkSettings] Specifies the settings for CNTK (aka * Microsoft Cognitive Toolkit) job. * @member {string} [cntkSettings.languageType] The language to use for @@ -513,6 +513,7 @@ class Job extends models['ProxyResource'] { }, provisioningState: { required: false, + nullable: false, readOnly: true, serializedName: 'properties.provisioningState', type: { diff --git a/lib/services/batchaiManagement/lib/models/jobBasePropertiesConstraints.js b/lib/services/batchaiManagement/lib/models/jobBasePropertiesConstraints.js index cbceb2e7a5..a729845da6 100644 --- a/lib/services/batchaiManagement/lib/models/jobBasePropertiesConstraints.js +++ b/lib/services/batchaiManagement/lib/models/jobBasePropertiesConstraints.js @@ -10,7 +10,7 @@ 'use strict'; -const moment=require('moment'); +const moment = require('moment'); /** * Constraints associated with the Job. diff --git a/lib/services/batchaiManagement/lib/models/jobCreateParameters.js b/lib/services/batchaiManagement/lib/models/jobCreateParameters.js index 17fefbaa02..5788e4c859 100644 --- a/lib/services/batchaiManagement/lib/models/jobCreateParameters.js +++ b/lib/services/batchaiManagement/lib/models/jobCreateParameters.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Job creation parameters. * diff --git a/lib/services/batchaiManagement/lib/models/jobPropertiesConstraints.js b/lib/services/batchaiManagement/lib/models/jobPropertiesConstraints.js index 3d21297cd9..acac734b6d 100644 --- a/lib/services/batchaiManagement/lib/models/jobPropertiesConstraints.js +++ b/lib/services/batchaiManagement/lib/models/jobPropertiesConstraints.js @@ -10,7 +10,7 @@ 'use strict'; -const moment=require('moment'); +const moment = require('moment'); /** * Constraints associated with the Job. @@ -20,7 +20,8 @@ class JobPropertiesConstraints { /** * Create a JobPropertiesConstraints. * @member {moment.duration} [maxWallClockTime] Max wall clock time. Max time - * the job can run. Default value: moment.duration('7.00:00:00') . + * the job can run. Default value: 1 week. Default value: + * moment.duration('7.00:00:00') . */ constructor() { } diff --git a/lib/services/batchaiManagement/lib/models/jobPropertiesExecutionInfo.js b/lib/services/batchaiManagement/lib/models/jobPropertiesExecutionInfo.js index 906457124e..de125ad5d9 100644 --- a/lib/services/batchaiManagement/lib/models/jobPropertiesExecutionInfo.js +++ b/lib/services/batchaiManagement/lib/models/jobPropertiesExecutionInfo.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Information about the execution of a job. * diff --git a/lib/services/batchaiManagement/lib/models/keyVaultSecretReference.js b/lib/services/batchaiManagement/lib/models/keyVaultSecretReference.js index 70a06a9553..dc8275d255 100644 --- a/lib/services/batchaiManagement/lib/models/keyVaultSecretReference.js +++ b/lib/services/batchaiManagement/lib/models/keyVaultSecretReference.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Key Vault Secret reference. * diff --git a/lib/services/batchaiManagement/lib/models/mountVolumes.js b/lib/services/batchaiManagement/lib/models/mountVolumes.js index ee6fa6a3b5..f56aaa189a 100644 --- a/lib/services/batchaiManagement/lib/models/mountVolumes.js +++ b/lib/services/batchaiManagement/lib/models/mountVolumes.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Details of volumes to mount on the cluster. * diff --git a/lib/services/batchaiManagement/lib/models/nodeSetup.js b/lib/services/batchaiManagement/lib/models/nodeSetup.js index 8f77ea1b26..48fa87796b 100644 --- a/lib/services/batchaiManagement/lib/models/nodeSetup.js +++ b/lib/services/batchaiManagement/lib/models/nodeSetup.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Node setup settings. * diff --git a/lib/services/batchaiManagement/lib/models/operation.js b/lib/services/batchaiManagement/lib/models/operation.js index 629409c4db..4b8a2dc4c5 100644 --- a/lib/services/batchaiManagement/lib/models/operation.js +++ b/lib/services/batchaiManagement/lib/models/operation.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * @summary A REST API operation. * diff --git a/lib/services/batchaiManagement/lib/models/performanceCountersSettings.js b/lib/services/batchaiManagement/lib/models/performanceCountersSettings.js index 320d3cfab3..52344ccb98 100644 --- a/lib/services/batchaiManagement/lib/models/performanceCountersSettings.js +++ b/lib/services/batchaiManagement/lib/models/performanceCountersSettings.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Performance counters reporting settings. * diff --git a/lib/services/batchaiManagement/lib/models/privateRegistryCredentials.js b/lib/services/batchaiManagement/lib/models/privateRegistryCredentials.js index 1514e52c04..9df7522813 100644 --- a/lib/services/batchaiManagement/lib/models/privateRegistryCredentials.js +++ b/lib/services/batchaiManagement/lib/models/privateRegistryCredentials.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Credentials to access a container image in a private repository. * diff --git a/lib/services/batchaiManagement/lib/models/scaleSettings.js b/lib/services/batchaiManagement/lib/models/scaleSettings.js index 6a159dd307..d7a1ed502b 100644 --- a/lib/services/batchaiManagement/lib/models/scaleSettings.js +++ b/lib/services/batchaiManagement/lib/models/scaleSettings.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * At least one of manual or autoScale settings must be specified. Only one of * manual or autoScale settings can be specified. If autoScale settings are diff --git a/lib/services/batchaiManagement/lib/models/setupTask.js b/lib/services/batchaiManagement/lib/models/setupTask.js index be42c9fc5e..58d5d9da50 100644 --- a/lib/services/batchaiManagement/lib/models/setupTask.js +++ b/lib/services/batchaiManagement/lib/models/setupTask.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Specifies a setup task which can be used to customize the compute nodes of * the cluster. diff --git a/lib/services/batchaiManagement/lib/models/sshConfiguration.js b/lib/services/batchaiManagement/lib/models/sshConfiguration.js index 1a5d605a86..c602134c08 100644 --- a/lib/services/batchaiManagement/lib/models/sshConfiguration.js +++ b/lib/services/batchaiManagement/lib/models/sshConfiguration.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * SSH configuration. * diff --git a/lib/services/batchaiManagement/lib/models/usage.js b/lib/services/batchaiManagement/lib/models/usage.js index 281d77e598..6d5394afd1 100644 --- a/lib/services/batchaiManagement/lib/models/usage.js +++ b/lib/services/batchaiManagement/lib/models/usage.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Describes Batch AI Resource Usage. * diff --git a/lib/services/batchaiManagement/lib/models/virtualMachineConfiguration.js b/lib/services/batchaiManagement/lib/models/virtualMachineConfiguration.js index 43749ca347..75f6769841 100644 --- a/lib/services/batchaiManagement/lib/models/virtualMachineConfiguration.js +++ b/lib/services/batchaiManagement/lib/models/virtualMachineConfiguration.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * VM configuration. * diff --git a/lib/services/batchaiManagement/lib/models/workspace.js b/lib/services/batchaiManagement/lib/models/workspace.js index 76e715b45a..ca15d98a38 100644 --- a/lib/services/batchaiManagement/lib/models/workspace.js +++ b/lib/services/batchaiManagement/lib/models/workspace.js @@ -104,6 +104,7 @@ class Workspace extends models['Resource'] { }, provisioningState: { required: false, + nullable: false, readOnly: true, serializedName: 'properties.provisioningState', type: { diff --git a/lib/services/batchaiManagement/lib/operations/jobs.js b/lib/services/batchaiManagement/lib/operations/jobs.js index d751a4b415..ea6acacff0 100644 --- a/lib/services/batchaiManagement/lib/operations/jobs.js +++ b/lib/services/batchaiManagement/lib/operations/jobs.js @@ -250,8 +250,8 @@ function _listByExperiment(resourceGroupName, workspaceName, experimentName, opt * @param {object} parameters The parameters to provide for job creation. * * @param {string} [parameters.schedulingPriority] Scheduling priority. - * Scheduling priority associated with the job. Possible values include: 'low', - * 'normal', 'high' + * Scheduling priority associated with the job. Possible values: low, normal, + * high. Possible values include: 'low', 'normal', 'high' * * @param {object} parameters.cluster Cluster. Resource ID of the cluster on * which this job will run. diff --git a/lib/services/batchaiManagement/package-lock.json b/lib/services/batchaiManagement/package-lock.json new file mode 100644 index 0000000000..18830dfd53 --- /dev/null +++ b/lib/services/batchaiManagement/package-lock.json @@ -0,0 +1,483 @@ +{ + "name": "azure-arm-batchai", + "version": "2.0.2", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@types/node": { + "version": "8.10.26", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.26.tgz", + "integrity": "sha512-opk6bLLErLSwyVVJeSH5Ek7ZWOBSsN0JrvXTNVGLXLAXKB9xlTYajrplR44xVyMrmbut94H6uJ9jqzM/12jxkA==" + }, + "adal-node": { + "version": "0.1.28", + "resolved": "https://registry.npmjs.org/adal-node/-/adal-node-0.1.28.tgz", + "integrity": "sha1-RoxLs+u9lrEnBmn0ucuk4AZepIU=", + "requires": { + "@types/node": "^8.0.47", + "async": ">=0.6.0", + "date-utils": "*", + "jws": "3.x.x", + "request": ">= 2.52.0", + "underscore": ">= 1.3.1", + "uuid": "^3.1.0", + "xmldom": ">= 0.1.x", + "xpath.js": "~1.1.0" + } + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "async": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", + "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "requires": { + "lodash": "^4.14.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "optional": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + }, + "combined-stream": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "date-utils": { + "version": "1.2.21", + "resolved": "https://registry.npmjs.org/date-utils/-/date-utils-1.2.21.tgz", + "integrity": "sha1-YfsWzcEnSzyayq/+n8ad+HIKK2Q=" + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=" + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "optional": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ecdsa-sig-formatter": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz", + "integrity": "sha1-HFlQAPBKiJffuFAAiSoPTDOvhsM=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=" + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "1.0.6", + "mime-types": "^2.1.12" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", + "integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==", + "requires": { + "ajv": "^5.3.0", + "har-schema": "^2.0.0" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "jwa": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.1.6.tgz", + "integrity": "sha512-tBO/cf++BUsJkYql/kBbJroKOgHWEigTKBAjjBEmrMGYd1QMBC74Hr4Wo2zCZw6ZrVhlJPvoMrkcOnlWR/DJfw==", + "requires": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.10", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.1.5.tgz", + "integrity": "sha512-GsCSexFADNQUr8T5HPJvayTjvPIfoyJPtLQBwn5a4WZQchcrPMPMAWcC1AzJVRDKyD6ZPROPAxgv6rfHViO4uQ==", + "requires": { + "jwa": "^1.1.5", + "safe-buffer": "^5.0.1" + } + }, + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + }, + "mime-db": { + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz", + "integrity": "sha512-JWT/IcCTsB0Io3AhWUMjRqucrHSPsSf2xKLaRldJVULioggvkJvggZ3VXNNSRkCddE6D+BUI4HEIZIA2OjwIvg==" + }, + "mime-types": { + "version": "2.1.19", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz", + "integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==", + "requires": { + "mime-db": "~1.35.0" + } + }, + "moment": { + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", + "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + }, + "ms-rest": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/ms-rest/-/ms-rest-2.3.6.tgz", + "integrity": "sha512-M+Lx9P7Wy4TeAk7jqPLwGS1QS1gvxF6Xo+OHv5j1g3Kcb44T/GTUuSjxTKarF6aKyeacZH1ZD++Nt7pcql7dDA==", + "requires": { + "duplexer": "^0.1.1", + "is-buffer": "^1.1.6", + "is-stream": "^1.1.0", + "moment": "^2.21.0", + "request": "^2.87.0", + "through": "^2.3.8", + "tunnel": "0.0.5", + "uuid": "^3.2.1" + } + }, + "ms-rest-azure": { + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/ms-rest-azure/-/ms-rest-azure-2.5.7.tgz", + "integrity": "sha512-e4lgB0z29Dx4ufu/c+PmEAYY1WXq98GYUBkE+iRx7WsxsN04lrM3B1vj8y+B8rKt7clPUE0niqB9VovVL8zvag==", + "requires": { + "adal-node": "^0.1.28", + "async": "2.6.0", + "moment": "^2.22.2", + "ms-rest": "^2.3.2", + "uuid": "^3.2.1" + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "psl": { + "version": "1.1.29", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", + "integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==" + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sshpk": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "requires": { + "psl": "^1.1.24", + "punycode": "^1.4.1" + } + }, + "tunnel": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.5.tgz", + "integrity": "sha512-gj5sdqherx4VZKMcBA4vewER7zdK25Td+z1npBqpbDys4eJrLx+SlYjJvq1bDXs2irkuJM5pf8ktaEQVipkrbA==" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "optional": true + }, + "underscore": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", + "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + }, + "xpath.js": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz", + "integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==" + } + } +} diff --git a/lib/services/batchaiManagement/package.json b/lib/services/batchaiManagement/package.json index 1ef41c12c1..694868856e 100644 --- a/lib/services/batchaiManagement/package.json +++ b/lib/services/batchaiManagement/package.json @@ -2,11 +2,10 @@ "name": "azure-arm-batchai", "author": "Microsoft Corporation", "description": "BatchAIManagementClient Library with typescript type definitions for node", - "version": "2.0.1", + "version": "2.0.2", "dependencies": { - "moment": "^2.22.2", - "ms-rest": "^2.3.2", - "ms-rest-azure": "^2.5.6" + "ms-rest": "^2.3.3", + "ms-rest-azure": "^2.5.5" }, "keywords": [ "node", @@ -15,12 +14,12 @@ "license": "MIT", "main": "./lib/batchAIManagementClient.js", "types": "./lib/batchAIManagementClient.d.ts", - "homepage": "http://github.com/azure/azure-sdk-for-node", + "homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/batchaiManagement", "repository": { "type": "git", "url": "https://github.com/azure/azure-sdk-for-node.git" }, "bugs": { - "url": "http://github.com/Azure/azure-sdk-for-node/issues" + "url": "https://github.com/azure/azure-sdk-for-node/issues" } }