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

[AutoPR batch/resource-manager] Update batch resource-manager Node.js package version to 3.1.2 #3431

Closed
wants to merge 1 commit 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
6 changes: 3 additions & 3 deletions lib/services/batchManagement/lib/batchManagementClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export default class BatchManagementClient 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);
Expand Down
6 changes: 3 additions & 3 deletions lib/services/batchManagement/lib/batchManagementClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class BatchManagementClient 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) {
Expand Down
5 changes: 5 additions & 0 deletions lib/services/batchManagement/lib/models/batchAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class BatchAccount extends models['Resource'] {
},
provisioningState: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.provisioningState',
type: {
Expand Down Expand Up @@ -157,6 +158,7 @@ class BatchAccount extends models['Resource'] {
},
dedicatedCoreQuota: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.dedicatedCoreQuota',
type: {
Expand All @@ -165,6 +167,7 @@ class BatchAccount extends models['Resource'] {
},
lowPriorityCoreQuota: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.lowPriorityCoreQuota',
type: {
Expand All @@ -173,6 +176,7 @@ class BatchAccount extends models['Resource'] {
},
poolQuota: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.poolQuota',
type: {
Expand All @@ -181,6 +185,7 @@ class BatchAccount extends models['Resource'] {
},
activeJobAndJobScheduleQuota: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.activeJobAndJobScheduleQuota',
type: {
Expand Down
3 changes: 3 additions & 0 deletions lib/services/batchManagement/lib/models/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class Certificate extends models['ProxyResource'] {
},
format: {
required: false,
nullable: false,
serializedName: 'properties.format',
type: {
name: 'Enum',
Expand All @@ -137,6 +138,7 @@ class Certificate extends models['ProxyResource'] {
},
provisioningState: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.provisioningState',
type: {
Expand All @@ -154,6 +156,7 @@ class Certificate extends models['ProxyResource'] {
},
previousProvisioningState: {
required: false,
nullable: false,
readOnly: true,
serializedName: 'properties.previousProvisioningState',
type: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class CertificateBaseProperties {
},
format: {
required: false,
nullable: false,
serializedName: 'format',
type: {
name: 'Enum',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class CertificateCreateOrUpdateParameters extends models['ProxyResource'] {
},
format: {
required: false,
nullable: false,
serializedName: 'properties.format',
type: {
name: 'Enum',
Expand Down
6 changes: 3 additions & 3 deletions lib/services/batchManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-batch",
"author": "Microsoft Corporation",
"description": "BatchManagementClient Library with typescript type definitions for node",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand All @@ -14,12 +14,12 @@
"license": "MIT",
"main": "./lib/batchManagementClient.js",
"types": "./lib/batchManagementClient.d.ts",
"homepage": "http://github.com/azure/azure-sdk-for-node",
"homepage": "https://github.com/azure/azure-sdk-for-node",
"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"
}
}