Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Generated from 5c8e79e5018783b5e2c0c119c72cd64dc0194fba
Improve the properties description per to review comments
  • Loading branch information
AutorestCI committed Aug 22, 2018
commit d6a5b3844f5f85cb815c040b6ec103d038578b96
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ class CreateLinkedIntegrationRuntimeRequest {
/**
* Create a CreateLinkedIntegrationRuntimeRequest.
* @member {string} [name] The name of the linked integration runtime.
* @member {string} [subscriptionId] The subscription ID for which the linked
* integration runtime belong to.
* @member {string} [dataFactoryName] The name of the data factory for which
* the linked integration runtime belong to.
* @member {string} [subscriptionId] The ID of the subscription that the
* linked integration runtime belongs to.
* @member {string} [dataFactoryName] The name of the data factory that the
* linked integration runtime belongs to.
* @member {string} [dataFactoryLocation] The location of the data factory
* for which the linked integration runtime belong to.
* that the linked integration runtime belongs to.
*/
constructor() {
}
Expand Down
12 changes: 6 additions & 6 deletions lib/services/datafactoryManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ export interface LinkedIntegrationRuntimeRequest {
* The linked integration runtime information.
*
* @member {string} [name] The name of the linked integration runtime.
* @member {string} [subscriptionId] The subscription ID for which the linked
* integration runtime belong to.
* @member {string} [dataFactoryName] The name of the data factory for which
* the linked integration runtime belong to.
* @member {string} [dataFactoryLocation] The location of the data factory for
* which the linked integration runtime belong to.
* @member {string} [subscriptionId] The ID of the subscription that the linked
* integration runtime belongs to.
* @member {string} [dataFactoryName] The name of the data factory that the
* linked integration runtime belongs to.
* @member {string} [dataFactoryLocation] The location of the data factory that
* the linked integration runtime belongs to.
*/
export interface CreateLinkedIntegrationRuntimeRequest {
name?: string;
Expand Down
16 changes: 8 additions & 8 deletions lib/services/datafactoryManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1849,14 +1849,14 @@ export interface IntegrationRuntimes {
* linked integration runtime.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.subscriptionId] The
* subscription ID for which the linked integration runtime belong to.
* ID of the subscription that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryName] The
* name of the data factory for which the linked integration runtime belong to.
* name of the data factory that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryLocation]
* The location of the data factory for which the linked integration runtime
* belong to.
* The location of the data factory that the linked integration runtime belongs
* to.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1887,14 +1887,14 @@ export interface IntegrationRuntimes {
* linked integration runtime.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.subscriptionId] The
* subscription ID for which the linked integration runtime belong to.
* ID of the subscription that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryName] The
* name of the data factory for which the linked integration runtime belong to.
* name of the data factory that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryLocation]
* The location of the data factory for which the linked integration runtime
* belong to.
* The location of the data factory that the linked integration runtime belongs
* to.
*
* @param {object} [options] Optional Parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2734,14 +2734,14 @@ function _removeLinks(resourceGroupName, factoryName, integrationRuntimeName, li
* linked integration runtime.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.subscriptionId] The
* subscription ID for which the linked integration runtime belong to.
* ID of the subscription that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryName] The
* name of the data factory for which the linked integration runtime belong to.
* name of the data factory that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryLocation]
* The location of the data factory for which the linked integration runtime
* belong to.
* The location of the data factory that the linked integration runtime belongs
* to.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -4938,14 +4938,14 @@ class IntegrationRuntimes {
* linked integration runtime.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.subscriptionId] The
* subscription ID for which the linked integration runtime belong to.
* ID of the subscription that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryName] The
* name of the data factory for which the linked integration runtime belong to.
* name of the data factory that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryLocation]
* The location of the data factory for which the linked integration runtime
* belong to.
* The location of the data factory that the linked integration runtime belongs
* to.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -4988,14 +4988,14 @@ class IntegrationRuntimes {
* linked integration runtime.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.subscriptionId] The
* subscription ID for which the linked integration runtime belong to.
* ID of the subscription that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryName] The
* name of the data factory for which the linked integration runtime belong to.
* name of the data factory that the linked integration runtime belongs to.
*
* @param {string} [createLinkedIntegrationRuntimeRequest.dataFactoryLocation]
* The location of the data factory for which the linked integration runtime
* belong to.
* The location of the data factory that the linked integration runtime belongs
* to.
*
* @param {object} [options] Optional Parameters.
*
Expand Down