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

Commit

Permalink
Use new autorest generator
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwu1 committed Dec 13, 2018
1 parent 59b0457 commit 5de1e9a
Show file tree
Hide file tree
Showing 232 changed files with 10,430 additions and 17,245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
class AccountListNodeAgentSkusNextOptions {
/**
* Create a AccountListNodeAgentSkusNextOptions.
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
26 changes: 13 additions & 13 deletions lib/services/batch/lib/models/accountListNodeAgentSkusOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
class AccountListNodeAgentSkusOptions {
/**
* Create a AccountListNodeAgentSkusOptions.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* @property {string} [filter] An OData $filter clause. For more information
* on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 results will be returned. Default value: 1000
* .
* @member {number} [timeout] The maximum time that the server can spend
* @property {number} [maxResults] The maximum number of items to return in
* the response. A maximum of 1000 results will be returned. Default value:
* 1000 .
* @property {number} [timeout] The maximum time that the server can spend
* processing the request, in seconds. The default is 30 seconds. Default
* value: 30 .
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class AccountListNodeAgentSkusResult extends Array {
/**
* Create a AccountListNodeAgentSkusResult.
* @member {string} [odatanextLink]
* @property {string} [odatanextLink]
*/
constructor() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
class AccountListPoolNodeCountsNextOptions {
/**
* Create a AccountListPoolNodeCountsNextOptions.
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
24 changes: 12 additions & 12 deletions lib/services/batch/lib/models/accountListPoolNodeCountsOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
class AccountListPoolNodeCountsOptions {
/**
* Create a AccountListPoolNodeCountsOptions.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* @property {string} [filter] An OData $filter clause. For more information
* on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch.
* @member {number} [maxResults] The maximum number of items to return in the
* response. Default value: 10 .
* @member {number} [timeout] The maximum time that the server can spend
* @property {number} [maxResults] The maximum number of items to return in
* the response. Default value: 10 .
* @property {number} [timeout] The maximum time that the server can spend
* processing the request, in seconds. The default is 30 seconds. Default
* value: 30 .
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
4 changes: 2 additions & 2 deletions lib/services/batch/lib/models/affinityInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
class AffinityInformation {
/**
* Create a AffinityInformation.
* @member {string} affinityId An opaque string representing the location of
* a compute node or a task that has run previously. You can pass the
* @property {string} affinityId An opaque string representing the location
* of a compute node or a task that has run previously. You can pass the
* affinityId of a compute node to indicate that this task needs to run on
* that compute node. Note that this is just a soft affinity. If the target
* node is busy or unavailable at the time the task is scheduled, then the
Expand Down
16 changes: 8 additions & 8 deletions lib/services/batch/lib/models/applicationGetOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
class ApplicationGetOptions {
/**
* Create a ApplicationGetOptions.
* @member {number} [timeout] The maximum time that the server can spend
* @property {number} [timeout] The maximum time that the server can spend
* processing the request, in seconds. The default is 30 seconds. Default
* value: 30 .
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
14 changes: 7 additions & 7 deletions lib/services/batch/lib/models/applicationListNextOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
class ApplicationListNextOptions {
/**
* Create a ApplicationListNextOptions.
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
22 changes: 11 additions & 11 deletions lib/services/batch/lib/models/applicationListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
class ApplicationListOptions {
/**
* Create a ApplicationListOptions.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 applications can be returned. Default value:
* 1000 .
* @member {number} [timeout] The maximum time that the server can spend
* @property {number} [maxResults] The maximum number of items to return in
* the response. A maximum of 1000 applications can be returned. Default
* value: 1000 .
* @property {number} [timeout] The maximum time that the server can spend
* processing the request, in seconds. The default is 30 seconds. Default
* value: 30 .
* @member {uuid} [clientRequestId] The caller-generated request identity, in
* the form of a GUID with no decoration such as curly braces, e.g.
* @property {uuid} [clientRequestId] The caller-generated request identity,
* in the form of a GUID with no decoration such as curly braces, e.g.
* 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
* @member {boolean} [returnClientRequestId] Whether the server should return
* the client-request-id in the response. Default value: false .
* @member {date} [ocpDate] The time the request was issued. Client libraries
* typically set this to the current system clock time; set it explicitly if
* you are calling the REST API directly.
* @property {boolean} [returnClientRequestId] Whether the server should
* return the client-request-id in the response. Default value: false .
* @property {date} [ocpDate] The time the request was issued. Client
* libraries typically set this to the current system clock time; set it
* explicitly if you are calling the REST API directly.
*/
constructor() {
}
Expand Down
2 changes: 1 addition & 1 deletion lib/services/batch/lib/models/applicationListResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ApplicationListResult extends Array {
/**
* Create a ApplicationListResult.
* @member {string} [odatanextLink]
* @property {string} [odatanextLink]
*/
constructor() {
super();
Expand Down
4 changes: 2 additions & 2 deletions lib/services/batch/lib/models/applicationPackageReference.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
class ApplicationPackageReference {
/**
* Create a ApplicationPackageReference.
* @member {string} applicationId The ID of the application to deploy.
* @member {string} [version] The version of the application to deploy. If
* @property {string} applicationId The ID of the application to deploy.
* @property {string} [version] The version of the application to deploy. If
* omitted, the default version is deployed. If this is omitted on a pool,
* and no default version is specified for this application, the request
* fails with the error code InvalidApplicationPackageReferences and HTTP
Expand Down
6 changes: 3 additions & 3 deletions lib/services/batch/lib/models/applicationSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
class ApplicationSummary {
/**
* Create a ApplicationSummary.
* @member {string} id A string that uniquely identifies the application
* @property {string} id A string that uniquely identifies the application
* within the account.
* @member {string} displayName The display name for the application.
* @member {array} versions The list of available versions of the
* @property {string} displayName The display name for the application.
* @property {array} versions The list of available versions of the
* application.
*/
constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class AuthenticationTokenSettings {
/**
* Create a AuthenticationTokenSettings.
* @member {array} [access] The Batch resources to which the token grants
* @property {array} [access] The Batch resources to which the token grants
* access. The authentication token grants access to a limited set of Batch
* service operations. Currently the only supported value for the access
* property is 'job', which grants access to all operations related to the
Expand Down
Loading

0 comments on commit 5de1e9a

Please sign in to comment.